CVE-2026-52935
- EPSS 0.12%
- Veröffentlicht 24.06.2026 07:14:25
- Zuletzt bearbeitet 08.07.2026 20:35:16
In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: do not reuse an in-progress partial send espintcp keeps a single in-flight transmit in ctx->partial. Before building a new sk_msg, espintcp_sendmsg() first tries to...
CVE-2026-52931
- EPSS 0.4%
- Veröffentlicht 24.06.2026 07:14:23
- Zuletzt bearbeitet 08.07.2026 15:28:16
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: avoid use of uninit sender vars batadv_tp_recv_ack() and batadv_tp_stop() are only valid for tp_vars in the BATADV_TP_SENDER role. When called with a BATADV_T...
CVE-2026-52929
- EPSS 0.39%
- Veröffentlicht 24.06.2026 07:14:22
- Zuletzt bearbeitet 08.07.2026 15:28:40
In the Linux kernel, the following vulnerability has been resolved: sctp: stream: fully roll back denied add-stream state When ADD_OUT_STREAMS is denied, SCTP only shrinks the queued chunks and then lowers outcnt. That leaves removed stream metadat...
CVE-2026-52930
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:22
- Zuletzt bearbeitet 08.07.2026 15:28:26
In the Linux kernel, the following vulnerability has been resolved: ipc/shm: serialize orphan cleanup with shm_nattch updates shm_destroy_orphaned() walks the shm idr under shm_ids(ns).rwsem, but that does not serialize all fields tested by shm_may...
CVE-2026-52926
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:20
- Zuletzt bearbeitet 08.07.2026 15:28:58
In the Linux kernel, the following vulnerability has been resolved: batman-adv: clear current gateway during teardown batadv_gw_node_free() removes the gateway list entries during mesh teardown, but it does not clear the currently selected gateway....
CVE-2026-52927
- EPSS 0.12%
- Veröffentlicht 24.06.2026 07:14:20
- Zuletzt bearbeitet 08.07.2026 15:28:53
In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix OOB read in compat_mtw_from_user Luxiao Xu says: The function compat_mtw_from_user() converts ebtables extensions from 32-bit user structures to kernel ...
CVE-2026-52925
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:19
- Zuletzt bearbeitet 08.07.2026 15:29:07
In the Linux kernel, the following vulnerability has been resolved: vrf: Fix a potential NPD when removing a port from a VRF RCU readers that identified a net device as a VRF port using netif_is_l3_slave() assume that a subsequent call to netdev_ma...
CVE-2026-52924
- EPSS 0.27%
- Veröffentlicht 24.06.2026 07:14:18
- Zuletzt bearbeitet 10.07.2026 12:17:10
In the Linux kernel, the following vulnerability has been resolved: sctp: purge outqueue on stale COOKIE-ECHO handling sctp_stream_update() is only invoked when the association is moved into COOKIE_WAIT during association setup/reconfiguration. In ...
CVE-2026-52922
- EPSS 0.39%
- Veröffentlicht 24.06.2026 07:14:17
- Zuletzt bearbeitet 08.07.2026 17:50:16
In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: handle forward allocation error batadv_dat_forward_data() calls pskb_copy_for_clone() to duplicate an skb for each DHT candidate, but does not check the return val...
CVE-2026-52923
- EPSS 0.13%
- Veröffentlicht 24.06.2026 07:14:17
- Zuletzt bearbeitet 10.07.2026 12:17:09
In the Linux kernel, the following vulnerability has been resolved: ipc: limit next_id allocation to the valid ID range The checkpoint/restore sysctl path can request the next SysV IPC id through ids->next_id. ipc_idr_alloc() currently forwards th...