Lucene search
+L

87 matches found

UbuntuCve
UbuntuCve
•added 2026/06/24 5:17 p.m.•20 views

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.3AI score0.00186EPSS
SaveExploits0References26
Cvelist
Cvelist
•added 2026/06/24 4:29 p.m.•49 views

CVE-2026-53034 bpf, sockmap: Fix af_unix null-ptr-deref in proto update

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...

0.00162EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/06/24 4:29 p.m.•50 views

CVE-2026-53005 af_unix: Drop all SCM attributes for SOCKMAP.

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...

7.8CVSS0.0017EPSS
SaveExploits0References4
OSV
OSV
•added 2026/06/24 4:29 p.m.•23 views

CVE-2026-53005 af_unix: Drop all SCM attributes for SOCKMAP.

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...

7.8CVSS5.8AI score
SaveExploits0References7
CVE
CVE
•added 2026/06/24 4:29 p.m.•70 views

CVE-2026-53005

CVE-2026-53005 affects the Linux kernel af_unix SOCKMAP feature. The issue arises from improper handling of SCM attributes when data is passed to SOCKMAP, enabling a use-after-free and inflight-file-descriptor leaks due to inability of GC paths to inspect psock queues after skb redirection. Multi...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
•added 2026/06/24 12:00 a.m.•31 views

PT-2026-51899

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.0.0-rc7 Description An issue exists in the af unix component where SOCKMAP can hide inflight file descriptors from the AF UNIX Garbage Collector GC. When a socket in SOCKMAP receives a socket buffer skb with an...

7.8CVSS5.9AI score0.0017EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/06/18 12:00 a.m.•44 views

Siemens RUGGEDCOM RST2428P Improper Input Validation (CVE-2025-40248)

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS6AI score0.00157EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/05/29 12:00 a.m.•25 views

PT-2026-61243

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf msg push data function within the sockmap component of the BPF Berkeley Packet Filter subsystem. When data is inserted into the middle of a scatterlist entry,...

8.4CVSS5.1AI score0.00196EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/04/22 12:00 a.m.•9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013859)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013859 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in skpsockqueuemsg If tcpbpfsendmsg is running during a tear down...

5.5CVSS6.8AI score0.00268EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/04/21 12:00 a.m.•11 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013041)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013041 advisory. In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspac...

5.6AI score0.00216EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/04/21 12:00 a.m.•12 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-011374)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011374 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/04/15 12:00 a.m.•37 views

PT-2026-51928

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference exists in the Linux kernel's BPF sockmap implementation. The issue occurs because unix stream connect updates the sk state variable to TCP ESTABLISHED before...

6CVSS6AI score0.00162EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/04/15 12:00 a.m.•19 views

PT-2026-51929

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur in the Linux kernel within the bpf and sockmap components. The issue arises when the bpf iter unix seq show function is executed and lock sock fast takes the fast pa...

5.5CVSS6AI score0.00125EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/04/15 12:00 a.m.•22 views

PT-2026-51927

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the unix stream bpf update proto function within the Linux kernel's sockmap functionality. This issue occurs when a BPF Berkeley Packet Filter iterator program...

7.8CVSS6AI score0.00186EPSS
SaveExploits0
UbuntuCve
UbuntuCve
•added 2025/12/16 2:15 p.m.•11 views

CVE-2025-68227

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspace, or based on bpf sockops, replacing the skprot of sockets during protocol stack processing with sockmap's custom read/write...

5.7AI score0.00216EPSS
SaveExploits0References35
OSV
OSV
•added 2025/12/16 1:57 p.m.•9 views

CVE-2025-68227 mptcp: Fix proto fallback detection with BPF

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspace, or based on bpf sockops, replacing the skprot of sockets during protocol stack processing with sockmap's custom read/write...

6.4AI score
SaveExploits0References10
Tenable Nessus
Tenable Nessus
•added 2025/12/16 12:00 a.m.•3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68227

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspace, or based on bpf sockops, replacing the skprot of sockets...

5.9AI score0.00216EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2025/12/16 12:00 a.m.•7 views

PT-2025-51640

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s MPTCP implementation related to protocol fallback detection with BPF. The issue arises when a server has MPTCP enabled, but a client sends a TCP SYN...

4.6CVSS6.4AI score0.00216EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•5 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989957)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989957 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has moredata In tcpbpfsendverdict, if msg has more dat...

5.5CVSS5.9AI score0.00269EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989734)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989734 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has moredata In tcpbpfsendverdict, if msg has more dat...

5.5CVSS5.9AI score0.00269EPSS
SaveExploits0References4
Rows per page
Query Builder