CVE-2026-53182
- EPSS 0.14%
- Veröffentlicht 25.06.2026 08:38:56
- Zuletzt bearbeitet 06.07.2026 12:43:02
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject oversized EMA RNR lists nl80211_parse_rnr_elems() stores the parsed element count in a u8-backed cfg80211_rnr_elems::cnt field and uses that count to size the...
CVE-2026-53181
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:38:55
- Zuletzt bearbeitet 06.07.2026 12:43:23
In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix sk_ack_backlog leak on failed handshake When vmci_transport_recv_connecting_server() returns an error, vmci_transport_recv_listen() calls vsock_remove_pending() but...
CVE-2026-53180
- EPSS 0.36%
- Veröffentlicht 25.06.2026 08:38:55
- Zuletzt bearbeitet 06.07.2026 12:43:30
In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix livelock in tmigr_handle_remote_up() tmigr_handle_remote_cpu() skips timer_expire_remote() when cpu == smp_processor_id(), assuming the local softirq path alr...
CVE-2026-53179
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:38:54
- Zuletzt bearbeitet 06.07.2026 18:19:02
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix buffer over-read in rtw_update_protection rtw_update_protection() is called with a pointer offset into the ies buffer but the full ie_length is passed, caus...
CVE-2026-53178
- EPSS 0.21%
- Veröffentlicht 25.06.2026 08:38:54
- Zuletzt bearbeitet 06.07.2026 12:43:37
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction Add guards to ensure ie_length is large enough before subtracting fixed IE offsets to prevent unsigned ...
CVE-2026-53177
- EPSS 0.12%
- Veröffentlicht 25.06.2026 08:38:53
- Zuletzt bearbeitet 06.07.2026 18:20:52
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix NULL pointer dereference PCIe errors detected by a Root Port or Downstream Port cause error recovery services to run on all subordinate devices regardless of administr...
CVE-2026-53176
- EPSS 0.74%
- Veröffentlicht 25.06.2026 08:38:52
- Zuletzt bearbeitet 06.07.2026 12:44:01
In the Linux kernel, the following vulnerability has been resolved: IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN In drivers/infiniband/ulp/isert/ib_isert.c, isert_login_recv_done() computes the login request payload length as wc->byte_...
CVE-2026-53168
- EPSS 0.12%
- Veröffentlicht 25.06.2026 08:38:47
- Zuletzt bearbeitet 06.07.2026 20:12:00
In the Linux kernel, the following vulnerability has been resolved: fuse: reject fuse_notify() pagecache ops on directories The operations FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE allow the FUSE daemon to actively write/read pagecache contents. ...
CVE-2026-53167
- EPSS 0.12%
- Veröffentlicht 25.06.2026 08:38:46
- Zuletzt bearbeitet 06.07.2026 20:11:26
In the Linux kernel, the following vulnerability has been resolved: fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios FUSE_NOTIFY_RETRIEVE must be limited to uptodate folios; !uptodate folios can contain uninitialized data. Since FUSE_NOTIFY_RETR...
CVE-2026-53166
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:38:46
- Zuletzt bearbeitet 07.07.2026 18:13:28
In the Linux kernel, the following vulnerability has been resolved: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock When FUTEX_CMP_REQUEUE_PI requeues a non-top waiter that already owns the target PI futex, task_...