CVE-2026-52941
- EPSS 0.12%
- Veröffentlicht 24.06.2026 07:14:29
- Zuletzt bearbeitet 08.07.2026 19:10:24
In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepoint The smc_msg_event tracepoint class, shared by smc_tx_sendmsg and smc_rx_recvmsg, unconditionally dereferences smc...
CVE-2026-52939
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:28
- Zuletzt bearbeitet 08.07.2026 19:14:19
In the Linux kernel, the following vulnerability has been resolved: net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completion rds_ib_xmit_atomic() always programs a masked atomic opcode (IB_WR_MASKED_ATOMIC_CMP_AND_SWP or IB_...
CVE-2026-52937
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:27
- Zuletzt bearbeitet 08.07.2026 19:22:42
In the Linux kernel, the following vulnerability has been resolved: tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an uninitialised on-stack struct sockaddr_storage to userspace via i...
CVE-2026-52936
- EPSS 0.11%
- Veröffentlicht 24.06.2026 07:14:26
- Zuletzt bearbeitet 08.07.2026 20:31:02
In the Linux kernel, the following vulnerability has been resolved: crypto: jitterentropy - replace long-held spinlock with mutex jent_kcapi_random() serializes the shared jitterentropy state, but it currently holds a spinlock across the jent_read_...
CVE-2026-52934
- EPSS 0.25%
- Veröffentlicht 24.06.2026 07:14:25
- Zuletzt bearbeitet 08.07.2026 17:48:48
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadv_tvlv_container_ogm_append() builds a TVLV packet section from the tvlv.container_list. The total size of this section is comp...
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-52933
- EPSS 0.12%
- Veröffentlicht 24.06.2026 07:14:24
- Zuletzt bearbeitet 08.07.2026 15:28:00
In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix signed comparison in io_poll_get_ownership() io_poll_get_ownership() uses a signed comparison to check whether poll_refs has reached the threshold for the slowpa...
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...