CVE-2026-23138
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:22:23
- Zuletzt bearbeitet 25.03.2026 11:16:19
In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigge...
CVE-2026-23137
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:22:22
- Zuletzt bearbeitet 17.03.2026 21:15:45
In the Linux kernel, the following vulnerability has been resolved: of: unittest: Fix memory leak in unittest_data_add() In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a memory leak. Fi...
CVE-2026-23119
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 13:39:51
In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to __skb_flow_dissect() After 3cbf4ffba5ee ("net: plumb network namespace into __skb_flow_dissect") we have to provide a net pointer to __skb_flow_di...
CVE-2026-23120
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 13:39:35
In the Linux kernel, the following vulnerability has been resolved: l2tp: avoid one data-race in l2tp_tunnel_del_work() We should read sk->sk_socket only when dealing with kernel sockets. syzbot reported the following data-race: BUG: KCSAN: data-...
CVE-2026-23121
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 13:39:23
In the Linux kernel, the following vulnerability has been resolved: mISDN: annotate data-race around dev->work dev->work can re read locklessly in mISDN_read() and mISDN_poll(). Add READ_ONCE()/WRITE_ONCE() annotations. BUG: KCSAN: data-race in mI...
CVE-2026-23125
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 14:50:20
In the Linux kernel, the following vulnerability has been resolved: sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT A null-ptr-deref was reported in the SCTP transmit path when SCTP-AUTH key initialization fails: =================...
CVE-2026-23126
- EPSS 0.01%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 14:50:12
In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix a race issue related to the operation on bpf_bound_progs list The netdevsim driver lacks a protection mechanism for operations on the bpf_bound_progs list. When the ...
CVE-2026-23118
- EPSS 0.01%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 25.03.2026 11:16:18
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix data-race warning and potential load/store tearing Fix the following: BUG: KCSAN: data-race in rxrpc_peer_keepalive_worker / rxrpc_send_data_packet which is re...
CVE-2026-23133
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:14:33
- Zuletzt bearbeitet 17.03.2026 21:16:34
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: fix dma_free_coherent() pointer dma_alloc_coherent() allocates a DMA mapped buffer and stores the addresses in XXX_unaligned fields. Those should be reused when free...
CVE-2026-23112
- EPSS 0.08%
- Veröffentlicht 13.02.2026 13:29:56
- Zuletzt bearbeitet 04.05.2026 09:16:00
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec nvmet_tcp_build_pdu_iovec() could walk past cmd->req.sg when a PDU length or offset exceeds sg_cnt and then use bogus sg->...