Lucene search
+L

6573 matches found

RedhatCVE
RedhatCVE
added 2024/04/04 5:23 p.m.27 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.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/04 9:15 a.m.35 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS7.3AI score0.00714EPSS
SaveExploits0References7
NVD
NVD
added 2024/04/04 9:15 a.m.21 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.5CVSS7.5AI score0.00224EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/04 9:15 a.m.7 views

UBUNTU-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.7AI score0.00222EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.38 views

CVE-2024-26783

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: fix a bug calling wakeupkswapd with a wrong zone index With numa balancing on, when a numa system is running where a numa node doesn't have its local memory so it has no managed zones, the following oops has been...

5.5CVSS6.7AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2024/04/04 8:20 a.m.12 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...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.33 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.5CVSS7AI score0.00222EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.22 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.00222EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.36 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
CVE
CVE
added 2024/04/04 8:20 a.m.95 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
OSV
OSV
added 2024/04/04 8:20 a.m.9 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...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.26 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.5CVSS7.2AI score0.00224EPSS
SaveExploits0
CVE
CVE
added 2024/04/04 8:20 a.m.116 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:00 a.m.33 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
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-CVE-2024-26686

In the Linux kernel, the following vulnerability has been resolved: fs/proc: dotaskstat: use sig-statslock to gather the threads/children stats locktasksighand can trigger a hard lockup. If NRCPUS threads call dotaskstat at the same time and the process has NRTHREADS, it will spin with irqs...

5.5CVSS5.6AI score0.00213EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/04/03 2:54 p.m.22 views

CVE-2024-26686 fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats

In the Linux kernel, the following vulnerability has been resolved: fs/proc: dotaskstat: use sig-statslock to gather the threads/children stats locktasksighand can trigger a hard lockup. If NRCPUS threads call dotaskstat at the same time and the process has NRTHREADS, it will spin with irqs...

6.8AI score0.00213EPSS
SaveExploits0References6
CVE
CVE
added 2024/04/03 2:54 p.m.201 views

CVE-2023-52637

CVE-2023-52637 refers to a Linux kernel vulnerability in the j1939 subsystem where a use-after-free (UAF) could occur due to modification of jsk->filters while receiving packets and during setsockopt(SO_J1939_FILTER). The fix adds locking on jsk->sk to prevent UAF and stabilize access to fi...

7.8CVSS5.8AI score0.00231EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/04/03 12:00 p.m.135 views

RUSTSEC-2024-0332 Degradation of service in h2 servers with CONTINUATION Flood

An attacker can send a flood of CONTINUATION frames, causing h2 to process them indefinitely. This results in an increase in CPU usage. Tokio task budget helps prevent this from a complete denial-of-service, as the server can still respond to legitimate requests, albeit with increased latency. Mo...

7AI score
SaveExploits0References3
NVD
NVD
added 2024/04/03 2:15 a.m.28 views

CVE-2024-3224

A vulnerability has been found in SourceCodester PHP Task Management System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file task-details.php. The manipulation of the argument taskid leads to sql injection. The attack can be launched remotely...

8.8CVSS6.9AI score0.00712EPSS
SaveExploits1References4
OSV
OSV
added 2024/04/03 2:15 a.m.10 views

CVE-2024-3225

A vulnerability was found in SourceCodester PHP Task Management System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file edit-task.php. The manipulation of the argument taskid leads to sql injection. The attack may be launched remotely. The exploit h...

6.5CVSS5.8AI score0.0057EPSS
SaveExploits1References4
Rows per page
Query Builder