Lucene search
+L

466 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 11:41 a.m.4 views

CVE-2026-74589

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF sockmap feature. A use-after-free vulnerability exists in the skredir mechanism within the tcpbpfsendmsgredir function. This occurs when a socket reference is prematurely released while another thread still holds a raw pointer to i...

5.5CVSS5.5AI score0.0022EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/23 12:06 a.m.7 views

SUSE CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

5.6AI score0.0022EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.14 views

CVE-2026-74589

This is a use-after-free vulnerability in the Linux kernel BPF sockmap subsystem, specifically in the TCP send verdict path. The root cause is a race condition in tcp_bpf_send_verdict(): it copies the psock->sk_redir pointer under the source socket lock but fails to take a reference for the lo...

5.5AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74589 bpf, sockmap: Fix sk_redir use-after-free in send verdict

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.21 views

CVE-2026-74589 bpf, sockmap: Fix sk_redir use-after-free in send verdict

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:31 p.m.7 views

EUVD-2026-64526

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

5.5AI score0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79594

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix sk redir use-after-free in send verdict sk psock msg verdict takes a socket reference for psock-sk redir. tcp bpf send verdict copies that pointer while holding the source socket lock, but does not take a...

5.4AI score0.0022EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74589

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer whi...

5.5AI score0.0022EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/19 7:22 p.m.7 views

CVE-2026-74257

A flaw was found in the Linux kernel's sockmap feature. The udpbpfrecvmsg function, responsible for handling message reception, lacks proper serialization for skmsg objects. This allows multiple threads to access and modify the same skmsg object concurrently, resulting in a use-after-free...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74256

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps...

8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.8 views

CVE-2026-74257

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS0.00124EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.8 views

CVE-2026-74256

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:22 a.m.9 views

UBUNTU-CVE-2026-74257

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.34 views

CVE-2026-74257

CVE-2026-74257 stems from a use-after-free in the Linux kernel sockmap path (udp_bpf_recvmsg) where sk_msg_recvmsg() can touch the same sk_msg when multiple threads race. The mitigation described in connected docs is to serialize sk_msg_recvmsg() by callers, specifically by adding a lock around u...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.34 views

CVE-2026-74257 sockmap: Fix use-after-free in udp_bpf_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:57 a.m.28 views

CVE-2026-74257 sockmap: Fix use-after-free in udp_bpf_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.35 views

CVE-2026-74256

The CVE-2026-74256 family affects the Linux kernel’s BPF sockmap path, where bpf_msg_pop_data() bounds checks used 32-bit arithmetic on start/len. An unsigned-to-signed overflow could allow an out-of-range start/len, causing the pop loop to walk past scatterlist end and trigger put_page on an emp...

8.4CVSS5.4AI score0.00182EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-74256 bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

8.4CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:57 a.m.12 views

CVE-2026-74256 bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

8.4CVSS5.6AI score
SaveExploits0References11
Rows per page
Query Builder