Lucene search
+L

7327 matches found

OSV
OSV
added 2025/12/16 1:57 p.m.6 views

CVE-2025-68223 drm/radeon: delete radeon_fence_process in is_signaled, no deadlock

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: delete radeonfenceprocess in issignaled, no deadlock Delete the attempt to progress the queue when checking if fence is signaled. This avoids deadlock. dma-fenceops::signaled can be called with the fence lock in unkno...

5.5CVSS6.2AI score0.00103EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 1:57 p.m.5 views

CVE-2025-68218 nvme-multipath: fix lockdep WARN due to partition scan work

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix lockdep WARN due to partition scan work Blktests test cases nvme/014, 057 and 058 fail occasionally due to a lockdep WARN. As reported in the Closes tag URL, the WARN indicates that a deadlock can happen due t...

6.4AI score0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.32 views

CVE-2025-68218 nvme-multipath: fix lockdep WARN due to partition scan work

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix lockdep WARN due to partition scan work Blktests test cases nvme/014, 057 and 058 fail occasionally due to a lockdep WARN. As reported in the Closes tag URL, the WARN indicates that a deadlock can happen due t...

7.5CVSS0.00174EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/16 1:57 p.m.18 views

CVE-2025-68218

CVE-2025-68218 : Linux kernel vulnerability in the nvme-multipath path. The deadlock risk arises from dependency among disk_open_mutex, kblockd workqueue, and partition_scan_work. The fix cuts the dependency by executing partition_scan_work through the nvme_workqueue (nvme_wq) instead of the kblo...

7.5CVSS6.1AI score0.00174EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:48 p.m.9 views

CVE-2025-68203 drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock warning in amdgpuuserqfencedriverprocess Fix a potential deadlock caused by inconsistent spinlock usage between interrupt and process contexts in the userq fence driver. The issue occurs when...

6.2AI score0.00024EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.33 views

CVE-2025-68202 sched_ext: Fix unsafe locking in the scx_dump_state()

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix unsafe locking in the scxdumpstate For built with CONFIGPREEMPTRT=y kernels, the dumplock will be converted sleepable spinlock and not disable-irq, so the following scenarios occur: inconsistent IN-HARDIRQ-W -...

0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:48 p.m.23 views

CVE-2025-68202

Summary of CVE-2025-68202 (Linux kernel) : The issue is a locking defect in sched_ext’s scx_dump_state() that could lead to a deadlock under PREEMPT_RT configurations. The root cause is unsafe locking where a sleepable spinlock (dump_lock) could be taken while interrupts are active, creating a po...

6.2AI score0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:48 p.m.6 views

CVE-2025-68202 sched_ext: Fix unsafe locking in the scx_dump_state()

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix unsafe locking in the scxdumpstate For built with CONFIGPREEMPTRT=y kernels, the dumplock will be converted sleepable spinlock and not disable-irq, so the following scenarios occur: inconsistent IN-HARDIRQ-W -...

6.4AI score0.00172EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:42 p.m.18 views

CVE-2025-68178

CVE-2025-68178 involves a Linux kernel deadlock in blk-cgroup configuration. The issue stems from locking order: blk_queue_enter() is taken with rq_qos_mutex held in blkg_conf_prep(), while queue freezing occurs with rq_qos_mutex held elsewhere. The dependency chain: sysfs_lock -> rq_qos_mutex...

6.1AI score0.00174EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.30 views

CVE-2025-68178 blk-cgroup: fix possible deadlock while configuring policy

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix possible deadlock while configuring policy Following deadlock can be triggered easily by lockdep: WARNING: possible circular locking dependency detected 6.17.0-rc3-00124-ga12c2658ced0 1665 Not tainted...

0.00174EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 1:42 p.m.5 views

CVE-2025-68178 blk-cgroup: fix possible deadlock while configuring policy

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix possible deadlock while configuring policy Following deadlock can be triggered easily by lockdep: WARNING: possible circular locking dependency detected 6.17.0-rc3-00124-ga12c2658ced0 1665 Not tainted...

6.3AI score0.00174EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.32 views

CVE-2025-68169 netpoll: Fix deadlock in memory allocation under spinlock

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/16 1:42 p.m.17 views

CVE-2025-68169

CVE-2025-68169 affects the Linux kernel where a deadlock can occur in netpoll when memory allocation happens under a spinlock in refill_skbs(). Under memory pressure, refill_skbs() holds skb_pool->lock, then alloc_skb() may fail and trigger slab_out_of_memory(), leading to printk() which can i...

6AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:42 p.m.8 views

CVE-2025-68169 netpoll: Fix deadlock in memory allocation under spinlock

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

6.4AI score0.00162EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.35 views

CVE-2025-40361

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:40 p.m.20 views

CVE-2025-40361

CVE-2025-40361 entry is rejected/not used and not an active vulnerability.

6.2AI score0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:40 p.m.4 views

CVE-2025-40361 fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: fs: ext4: change GFPKERNEL to GFPNOFS to avoid deadlock The parent function ext4xattrinodelookupcreate already uses GFPNOFS for memory alloction, so the function ext4xattrinodecachefind should use same gfpflag...

6.4AI score0.00032EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 1:30 p.m.7 views

CVE-2025-40347 net: enetc: fix the deadlock of enetc_mdio_lock

In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix the deadlock of enetcmdiolock After applying the workaround for err050089, the LS1028A platform experiences RCU stalls on RT kernel. This issue is caused by the recursive acquisition of the read lock enetcmdiolock...

6.2AI score0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/16 1:30 p.m.35 views

CVE-2025-40347 net: enetc: fix the deadlock of enetc_mdio_lock

In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix the deadlock of enetcmdiolock After applying the workaround for err050089, the LS1028A platform experiences RCU stalls on RT kernel. This issue is caused by the recursive acquisition of the read lock enetcmdiolock...

7.5CVSS0.00174EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/16 1:30 p.m.25 views

CVE-2025-40347

Technical details about CVE-2025-40347 are not publicly provided in the supplied documents. Monitor for updated advisories or vendor commits for affected products, root cause, impact, and fixes.

7.5CVSS5.9AI score0.00174EPSS
SaveExploits0References5
Rows per page
Query Builder