Lucene search
+L

6359 matches found

Debian CVE
Debian CVE
added 2024/04/04 8:20 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.5CVSS7AI score0.00222EPSS
SaveExploits0
OSV
OSV
added 2024/04/04 8:20 a.m.9 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
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
CVE
CVE
added 2024/04/04 8:20 a.m.87 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.30 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
OSV
OSV
added 2024/04/04 8:20 a.m.8 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.24 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.112 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.28 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.2 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.18 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.186 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:0 p.m.131 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
OSV
OSV
added 2024/04/03 2:15 a.m.8 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
NVD
NVD
added 2024/04/03 2:15 a.m.27 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
NVD
NVD
added 2024/04/03 2:15 a.m.19 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.5CVSS6.8AI score0.0057EPSS
SaveExploits1References4
OSV
OSV
added 2024/04/03 2:15 a.m.4 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.8CVSS5.7AI score0.00712EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/04/03 2:0 a.m.19 views

CVE-2024-3225 SourceCodester PHP Task Management System edit-task.php sql injection

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.5CVSS7.4AI score0.0057EPSS
SaveExploits1References4
CVE
CVE
added 2024/04/03 2:0 a.m.90 views

CVE-2024-3225

The CVE-2024-3225 entry concerns SourceCodester PHP Task Management System 1.0, where the vulnerability resides in edit-task.php. The issue stems from manipulation of the task_id argument, leading to SQL injection. It can be exploited remotely and the exploit has been disclosed publicly. Multiple...

6.5CVSS6.8AI score0.0057EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 1:31 a.m.17 views

CVE-2024-3224 SourceCodester PHP Task Management System task-details.php sql injection

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

6.5CVSS6.9AI score0.00712EPSS
SaveExploits1References4
Rows per page
Query Builder