Lucene search
+L

7731 matches found

OSV
OSV
added 2025/12/16 1:57 p.m.6 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.5CVSS6.4AI score
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:57 p.m.27 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.00516EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:48 p.m.11 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 score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.38 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.00193EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:48 p.m.28 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.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:48 p.m.7 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 score
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:42 p.m.24 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.00197EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.34 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.00197EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 1:42 p.m.6 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 score
SaveExploits0References7
CVE
CVE
added 2025/12/16 1:42 p.m.23 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.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:42 p.m.10 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 score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.37 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.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.40 views

CVE-2025-40361

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:40 p.m.27 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.5 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 score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/16 1:30 p.m.41 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.00512EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:30 p.m.8 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.5CVSS6.2AI score
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:30 p.m.30 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.00512EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/16 12:00 a.m.9 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 a deadlock that could cause the system to hang...

6.1AI score0.00187EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40347

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: enetc: fix the deadlock of enetcmdiolock After applying the workaround for err050089, the LS1028A platform experiences RCU stalls on RT kernel. This issue ...

7.5CVSS5.5AI score0.00512EPSS
SaveExploits0References4
Rows per page
Query Builder