Lucene search
+L

476 matches found

RedhatCVE
RedhatCVE
added 2026/07/22 12:50 a.m.9 views

CVE-2026-64025

A flaw was found in the Linux kernel's BPF Berkeley Packet Filter sockmap component when used with kernel TLS kTLS receive. A race condition exists where skpsockverdictdataready can improperly interact with the kTLS receive process. This can lead to a use-after-free vulnerability, potentially...

9.8CVSS5.7AI score0.00444EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:40 p.m.16 views

CVE-2026-63926

A flaw was found in the Linux kernel's sockmap feature. When the bpfmsgpushdata function processes data, it incorrectly calculates the offset for data fragments, leading to an inconsistent memory arrangement. This issue could potentially allow a local attacker to cause data corruption or system...

8.4CVSS5.4AI score0.00185EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:01 p.m.13 views

SUSE CVE-2026-64025

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: fix verdict skdataready racing with ktls rx skpsockstrpdataready already checks tlsswhasctxrx and defers to psock-saveddataready when a TLS RX context is present, avoiding a conflict with the TLS strparser's ownership...

6.7CVSS5.3AI score0.00444EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-63926

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 tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry int...

8.4CVSS5.9AI score0.00185EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.30 views

CVE-2026-63926

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry into a left fragment and a right fragment. The right fragment offset is...

8.4CVSS0.00185EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.28 views

CVE-2026-63926

CVE-2026-63926 affects the Linux kernel where the bpf sockmap data path (bpf_msg_push_data) mishandles the tail fragment offset when inserting data into a scatterlist. The issue occurs when splitting a scatterlist entry into left/right fragments; the right fragment offset was advanced using a mes...

8.4CVSS5.5AI score0.00185EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.11 views

EUVD-2026-45699

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry into a left fragment and a right fragment. The right fragment offset is...

5.5AI score0.00185EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63926

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry into a left fragment and a right fragment. The right fragment offset is...

8.4CVSS5.4AI score0.00185EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.42 views

CVE-2026-63926 bpf: sockmap: fix tail fragment offset in bpf_msg_push_data

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpfmsgpushdata When bpfmsgpushdata inserts data in the middle of a scatterlist entry, it splits the original entry into a left fragment and a right fragment. The right fragment offset is...

8.4CVSS0.00185EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-53184

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - udp: clear skb-dev before running a sockmap verdict On the UDP receive path skb-dev is repurposed as devscratch the truesize/state cache set by udpsetdevscratc...

7.5CVSS5.9AI score0.00479EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:10 a.m.17 views

udp: clear skb->dev before running a sockmap verdict

...

7.5CVSS5.8AI score0.00479EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/27 1:54 a.m.15 views

SUSE CVE-2026-53033

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Take state lock for afunix iter When a BPF iterator program updates a sockmap, there is a race condition in unixstreambpfupdateproto where the peer pointer can become stale1 during a state transition TCPESTABLISHED ...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/26 7:30 p.m.15 views

CVE-2026-53035

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF sockmap component. A deadlock can occur in the bpfiterunixseqshow function when an iterator program attempts to update a sockmap while a lock is already held. This recursive locking scenario can lead to a system freeze or...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/26 2:13 a.m.15 views

SUSE CVE-2026-53005

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop all SCM attributes for SOCKMAP. SOCKMAP can hide inflight fd from AFUNIX GC. When a socket in SOCKMAP receives skb with inflight fd, skpsockverdictdataready looks up the mapped socket and enqueue skb to its...

4.4CVSS5.8AI score0.00134EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/06/26 2:13 a.m.14 views

SUSE CVE-2026-53034

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix afunix null-ptr-deref in proto update unixstreamconnect sets skstate WRITEONCEsk-skstate, TCPESTABLISHED before it assigns a peer unixpeersk = newsk. skstate == TCPESTABLISHED makes sockmapskstateallowed believe...

5.5AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/26 2:10 a.m.14 views

SUSE CVE-2026-53184

In the Linux kernel, the following vulnerability has been resolved: udp: clear skb-dev before running a sockmap verdict On the UDP receive path skb-dev is repurposed as devscratch the truesize/state cache set by udpsetdevscratch, through the union struct netdevice dev; unsigned long devscratch; i...

5.5CVSS5.8AI score0.00479EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/25 11:42 p.m.18 views

CVE-2026-53184

A flaw was found in the Linux kernel. When a User Datagram Protocol UDP socket is configured with a sockmap, and a BPF Berkeley Packet Filter program attached to it calls a socket-lookup helper, the skb-dev field is not properly cleared. This improper handling of the skb-dev field can lead to a...

7.5CVSS5.8AI score0.00479EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 11:07 p.m.15 views

CVE-2026-53034

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF and sockmap components, specifically within the afunix socket operations. A race condition occurs during the connection process where a socket's state is updated before its peer is fully assigned. This timing issue can lead to a...

7CVSS5.8AI score0.00128EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/25 6:16 p.m.16 views

CVE-2026-53033

A flaw was found in the Linux kernel's sockmap functionality. A race condition exists in the unixstreambpfupdateproto function when a BPF Berkeley Packet Filter iterator program updates a sockmap. This can lead to a use-after-free UaF vulnerability, where memory is accessed after it has been free...

7.8CVSS6AI score0.00135EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/25 9:16 a.m.12 views

CVE-2026-53184

In the Linux kernel, the following vulnerability has been resolved: udp: clear skb-dev before running a sockmap verdict On the UDP receive path skb-dev is repurposed as devscratch the truesize/state cache set by udpsetdevscratch, through the union struct netdevice dev; unsigned long devscratch; i...

7.5CVSS0.00479EPSS
SaveExploits0References6
Rows per page
Query Builder