Lucene search
+L

12903 matches found

OSV
OSV
added 2025/10/04 3:44 p.m.11 views

CVE-2023-53591 net/mlx5e: Fix deadlock in tc route query code

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix deadlock in tc route query code Cited commit causes ABBA deadlock0 when peer flows are created while holding the devcom rw semaphore. Due to peer flows offload implementation the lock is taken much higher up the ca...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.14 views

CVE-2023-53581 net/mlx5e: Check for NOT_READY flag state after locking

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOTREADY flag state after locking Currently the check for NOTREADY flag is performed before obtaining the necessary lock. This opens a possibility for race condition when the flow is concurrently removed from...

0.00104EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/04 3:43 p.m.35 views

CVE-2023-53580

CVE-2023-53580 affects the Linux kernel USB gadget core, where the gadget_unbind_driver() path could deadlock with usb_gadget_deactivate() when a UVC gadget driver is removed. The root cause is that gadget_unbind_driver() held udc->connect_lock while invoking the driver’s unbind(), while usb_g...

7.8CVSS6AI score0.00115EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.26 views

CVE-2023-53580 USB: Gadget: core: Help prevent panic during UVC unconfigure

In the Linux kernel, the following vulnerability has been resolved: USB: Gadget: core: Help prevent panic during UVC unconfigure Avichal Rakesh reported a kernel panic that occurred when the UVC gadget driver was removed from a gadget's configuration. The panic involves a somewhat complicated...

7.8CVSS0.00115EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 3:43 p.m.5 views

CVE-2023-53581 net/mlx5e: Check for NOT_READY flag state after locking

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOTREADY flag state after locking Currently the check for NOTREADY flag is performed before obtaining the necessary lock. This opens a possibility for race condition when the flow is concurrently removed from...

6.3AI score
SaveExploits0References8
OSV
OSV
added 2025/10/04 3:43 p.m.11 views

CVE-2022-50498 eth: alx: take rtnl_lock on resume

In the Linux kernel, the following vulnerability has been resolved: eth: alx: take rtnllock on resume Zbynek reports that alx trips an rtnl assertion on resume: RTNL: assertion failed at net/core/dev.c 2891 RIP: 0010:netifsetrealnumtxqueues+0x1ac/0x1c0 Call Trace: alxopen+0x230/0x570 alx...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/10/04 3:43 p.m.30 views

CVE-2022-50498

CVE-2022-50498 : In the Linux kernel, the alx ethernet driver vulnerability stems from not taking the rtnl_lock during resume, allowing an rtnl assertion to trip in net/core/dev.c when reopening on resume. The issue is localized to the alx driver’s suspend/resume path and is triggered during devi...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.17 views

CVE-2022-50498 eth: alx: take rtnl_lock on resume

In the Linux kernel, the following vulnerability has been resolved: eth: alx: take rtnllock on resume Zbynek reports that alx trips an rtnl assertion on resume: RTNL: assertion failed at net/core/dev.c 2891 RIP: 0010:netifsetrealnumtxqueues+0x1ac/0x1c0 Call Trace: alxopen+0x230/0x570 alx...

0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 3:43 p.m.8 views

CVE-2022-50490 bpf: Propagate error from htab_lock_bucket() to userspace

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.16 views

CVE-2022-50490 bpf: Propagate error from htab_lock_bucket() to userspace

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS0.00149EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/10/04 3:17 p.m.7 views

CVE-2023-53558

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...

5.5CVSS5.3AI score0.00134EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.14 views

CVE-2023-53558 rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...

0.00134EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/04 3:17 p.m.38 views

CVE-2023-53558

CVE-2023-53558 affects the Linux kernel. Details from the initial document show a bug in rcu-tasks: pr_info() was called while holding rtp->cbs_gbl_lock, which could sleep and trigger a BUG; the vulnerability is resolved by moving pr_info() so it runs without the lock. The patch is described a...

5.5CVSS6AI score0.00134EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/04 3:17 p.m.6 views

CVE-2023-53558 rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid prinfo with spin lock in cblistinitgeneric prinfo is called with rtp-cbsgbllock spin lock locked. Because prinfo calls printk that might sleep, this will result in BUG like below: 0.206455 cblistinitgeneric:...

6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/10/04 3:16 p.m.26 views

CVE-2023-53549

CVE-2023-53549 is a Linux kernel vulnerability affecting netfilter ipset long task execution when adding/deleting large numbers of elements in one step. The issue arose because a prior patch to limit batch size was insufficient, risking hung tasks. The fix reworks the batching by saving state and...

5.5CVSS6.3AI score0.00117EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/10/04 8:15 a.m.11 views

CVE-2025-39941

In the Linux kernel, the following vulnerability has been resolved: zram: fix slot write race condition Parallel concurrent writes to the same zram index result in leaked zsmalloc handles. Schematically we can have something like this: CPU0 CPU1 zramslotlock zsfreehandle zramslotlock zramslotlock...

7.8CVSS0.00092EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/04 7:31 a.m.33 views

CVE-2025-39941

CVE-2025-39941 relates to the Linux kernel zram subsystem. The vulnerability arises from a race in slot write handling where parallel writes to the same zram index can leak zsmalloc handles because zs_free() is executed too early. The documented fix is to reset the zram entry and assign the new h...

7.8CVSS6AI score0.00092EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/10/04 7:31 a.m.10 views

CVE-2025-39941 zram: fix slot write race condition

In the Linux kernel, the following vulnerability has been resolved: zram: fix slot write race condition Parallel concurrent writes to the same zram index result in leaked zsmalloc handles. Schematically we can have something like this: CPU0 CPU1 zramslotlock zsfreehandle zramslotlock zramslotlock...

7.8CVSS6.4AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/04 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from improper propagation of the htablockbucket error, which could lead to out-of-bounds memory accesses or kerne...

6.1AI score0.00149EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.8 views

PT-2025-40777

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to a race condition involving Virtual Memory Area VMA iteration and the teardown of the mm struct. Specifically, the issue occurs during the exi...

5.9AI score0.00099EPSS
SaveExploits0References6
Rows per page
Query Builder