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-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-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-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-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-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-53175
- EPSS 0.34%
- Veröffentlicht 25.06.2026 08:38:52
- Zuletzt bearbeitet 06.07.2026 12:44:27
In the Linux kernel, the following vulnerability has been resolved: inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush On netns teardown, fqdir_pre_exit() walks the fqdir rhashtable and flushes every fragment queue that is not yet...
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-53174
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:38:51
- Zuletzt bearbeitet 06.07.2026 12:44:52
In the Linux kernel, the following vulnerability has been resolved: ovl: keep err zero after successful ovl_cache_get() ovl_iterate_merged() stores PTR_ERR(cache) in err before checking IS_ERR(cache). On success err holds the truncated cache pointe...
CVE-2026-53172
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:38:50
- Zuletzt bearbeitet 06.07.2026 18:23:42
In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix IFM region index out-of-bounds in command stream parser NPU_SET_IFM_REGION extracts the region index with param & 0x7f, giving a maximum value of 127. However reg...