Lucene search
+L

516 matches found

CVE
CVE
added 2024/04/04 8:20 a.m.88 views

CVE-2024-26780

CVE-2024-26780 | Linux kernel (af_unix) — The vulnerability centers on a task hang during purging oob_skb in GC. The root cause is that list_for_each_entry_safe() is not actually safe when a single skb has references from multiple sockets; freeing such an skb can unlink current and next sockets i...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.33 views

CVE-2024-26780 af_unix: Fix task hung while purging oob_skb in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix task hung while purging oobskb in GC. syzbot reported a task hung; at the same time, GC was looping infinitely in listforeachentrysafe for OOB skb. 0 syzbot demonstrated that the listforeachentrysafe was not actually...

7.8AI score0.00222EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.37 views

CVE-2024-26750 af_unix: Drop oob_skb ref before purging queue in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

7.7AI score0.00224EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.18 views

CVE-2024-26750 af_unix: Drop oob_skb ref before purging queue in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

6.6AI score0.00224EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/04 8:20 a.m.113 views

CVE-2024-26750

CVE-2024-26750 affects the Linux kernel. The vulnerability was in af_unix garbage collection: a self-referencing oob_skb/FD scenario could cause __unix_gc() to hang due to a loop that fails to purge inflight sockets. The fix drops the oob_skb reference before purging the queue, allowing __skb_que...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.22 views

CVE-2024-26750

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

5.5CVSS5.9AI score0.00224EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.30 views

CVE-2024-26780

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix task hung while purging oobskb in GC. syzbot reported a task hung; at the same time, GC was looping infinitely in listforeachentrysafe for OOB skb. 0 syzbot demonstrated that the listforeachentrysafe was not actually...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/03 5:15 p.m.30 views

CVE-2024-26732

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

5.5CVSS6.5AI score0.00158EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.20 views

CVE-2024-26732

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

5.5CVSS5.9AI score0.00158EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.27 views

CVE-2024-26732 net: implement lockless setsockopt(SO_PEEK_OFF)

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

6.8AI score0.00158EPSS
SaveExploits0References2
CVE
CVE
added 2024/04/03 5:0 p.m.90 views

CVE-2024-26732

CVE-2024-26732 affects the Linux kernel where SO_PEEK_OFF for sockets could cause a lockdep violation in af_unix, due to per-socket uio lock usage. The vulnerability arises because SO_PEEK_OFF was previously protected by kernel locks; a patch implemented lockless behavior for setsockopt(SO_PEEK_O...

5.5CVSS6.6AI score0.00158EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/04/03 5:0 p.m.11 views

CVE-2024-26732 net: implement lockless setsockopt(SO_PEEK_OFF)

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

5.1AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/04/03 12:35 a.m.29 views

CVE-2024-26676

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS6AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.32 views

CVE-2024-26676

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS7.4AI score0.00229EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/02 7:1 a.m.7 views

CVE-2024-26676 af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/02 7:1 a.m.27 views

CVE-2024-26676

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS7.1AI score0.00229EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/02 7:1 a.m.25 views

CVE-2024-26676 af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

6.7AI score0.00229EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/02 7:1 a.m.129 views

CVE-2024-26676

CVE-2024-26676 concerns the Linux kernel’s af_unix garbage collection. The issue arose when a socketpair self-send creates a self-referential GC candidate cycle that is not untangled due to missing MSG_OOB handling, causing a memory leak. The root cause was exposed after removing io_uring GC dead...

5.5CVSS6.2AI score0.00229EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/04/02 7:1 a.m.24 views

CVE-2024-26676 af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

7.5AI score0.00229EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.35 views

CVE-2024-26676

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS6AI score0.00229EPSS
SaveExploits0References17
Rows per page
Query Builder