Lucene search
K

14 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-26780

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS5.8AI score0.00019EPSS
Exploits0References2
NVD
NVD
added 2025/05/02 4:15 p.m.5 views

CVE-2023-53089

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.5CVSS0.0004EPSS
Exploits0References8
OSV
OSV
added 2025/05/02 3:55 p.m.3 views

CVE-2023-53089 ext4: fix task hung in ext4_xattr_delete_inode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.5CVSS5.7AI score0.0004EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.1 views

SUSE CVE-2024-50100

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

5.5CVSS7.7AI score0.00019EPSS
Exploits0References15
OSV
OSV
added 2024/11/05 6:15 p.m.1 views

DEBIAN-CVE-2024-50100

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

5.5CVSS5.4AI score0.00019EPSS
Exploits0References1
NVD
NVD
added 2024/11/05 6:15 p.m.12 views

CVE-2024-50100

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

5.5CVSS0.00019EPSS
Exploits0References4
OSV
OSV
added 2024/11/05 5:7 p.m.11 views

CVE-2024-50100 USB: gadget: dummy-hcd: Fix "task hung" problem

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

5.5CVSS6.1AI score0.00019EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/11/05 5:7 p.m.14 views

CVE-2024-50100 USB: gadget: dummy-hcd: Fix "task hung" problem

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

0.00019EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/11/05 5:7 p.m.1 views

CVE-2024-50100 USB: gadget: dummy-hcd: Fix "task hung" problem

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

7.6AI score0.00019EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:23 p.m.17 views

CVE-2024-26780

A flaw was found in the Linux kernel's afunix subsystem where tasks could hang while purging out-of-bounds sockets during garbage collection. This issue could potentially lead to system instability. Mitigation Mitigation for this issue is either not available or the currently available options do...

5.5CVSS6.8AI score0.00019EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.17 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...

6.7AI score0.00019EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.18 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.00019EPSS
Exploits0References5
CVE
CVE
added 2024/04/04 8:20 a.m.76 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.00019EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2024/04/04 8:20 a.m.100 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.00016EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder