Lucene search
+L

7726 matches found

NVD
NVD
added 2025/05/09 7:16 a.m.10 views

CVE-2025-37843

In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Avoid unnecessary device replacement check Hot-removal of nested PCI hotplug ports suffers from a long-standing race condition which can lead to a deadlock: A parent hotplug port acquires pcilockrescanremove, then...

5.5CVSS0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/09 7:16 a.m.0 views

DEBIAN-CVE-2025-37847

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

5.5CVSS5.4AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.8 views

UBUNTU-CVE-2025-37871

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when invoking nfs4putstid following a failed dlrecall queue operation: T1 T2 nfs4laundromat nfs4getclientreaplist nfs4anylockblockers breakleas...

7.5CVSS6.2AI score0.0076EPSS
SaveExploits0References35
OSV
OSV
added 2025/05/09 7:16 a.m.9 views

UBUNTU-CVE-2025-37884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcutaskstrace and eventmutex. Fix the following deadlock: CPU A freeevent perfkprobedestroy mutexlock&eventmutex perftraceeventunreg synchronizercutaskstrace There are several paths where freeevent grabs...

5.5CVSS6.2AI score0.00198EPSS
SaveExploits0References27
OSV
OSV
added 2025/05/09 7:16 a.m.9 views

UBUNTU-CVE-2025-37847

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

5.5CVSS6.1AI score0.00198EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/09 7:16 a.m.13 views

UBUNTU-CVE-2025-37843

In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Avoid unnecessary device replacement check Hot-removal of nested PCI hotplug ports suffers from a long-standing race condition which can lead to a deadlock: A parent hotplug port acquires pcilockrescanremove, then...

5.7CVSS6.2AI score0.00198EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/09 7:16 a.m.12 views

UBUNTU-CVE-2025-37868

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

5.7CVSS6.2AI score0.00196EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/09 7:16 a.m.6 views

UBUNTU-CVE-2025-37848

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpumscleanup that would try to acquire filepriv-mslock, which is already held by the IOCT...

5.7CVSS6.2AI score0.00198EPSS
SaveExploits0References10
CVE
CVE
added 2025/05/09 6:45 a.m.140 views

CVE-2025-37884

CVE-2025-37884: In the Linux kernel, a deadlock between rcu_tasks_trace and event_mutex was fixed. The issue manifested in _free_event() calling perf_trace_event_unreg() under mutex_lock(&event_mutex) while perf_kprobe_destroy() could synchronize_rcu_tasks_trace(), and in bpf_prog_test_run_syscal...

5.5CVSS7AI score0.00198EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/09 6:45 a.m.24 views

CVE-2025-37884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcutaskstrace and eventmutex. Fix the following deadlock: CPU A freeevent perfkprobedestroy mutexlock&eventmutex perftraceeventunreg synchronizercutaskstrace There are several paths where freeevent grabs...

5.5CVSS5.5AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.32 views

CVE-2025-37884 bpf: Fix deadlock between rcu_tasks_trace and event_mutex.

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcutaskstrace and eventmutex. Fix the following deadlock: CPU A freeevent perfkprobedestroy mutexlock&eventmutex perftraceeventunreg synchronizercutaskstrace There are several paths where freeevent grabs...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/09 6:45 a.m.23 views

CVE-2025-37884 bpf: Fix deadlock between rcu_tasks_trace and event_mutex.

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcutaskstrace and eventmutex. Fix the following deadlock: CPU A freeevent perfkprobedestroy mutexlock&eventmutex perftraceeventunreg synchronizercutaskstrace There are several paths where freeevent grabs...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/05/09 6:45 a.m.12 views

CVE-2025-37880 um: work around sched_yield not yielding in time-travel mode

In the Linux kernel, the following vulnerability has been resolved: um: work around schedyield not yielding in time-travel mode schedyield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case seen it appears to be a badly implemented userspace...

5.9AI score
SaveExploits0References5
CVE
CVE
added 2025/05/09 6:45 a.m.116 views

CVE-2025-37880

CVE-2025-37880 affects the Linux kernel where sched_yield may not yield in time-travel mode due to a poorly implemented userspace spinlock in ASAN. The fix adds accounting of time to the process on every sched_yield to ensure proper scheduling. Impact can be extreme slowdown or deadlock depending...

5.5CVSS6.4AI score0.00168EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/09 6:43 a.m.146 views

CVE-2025-37871

CVE-2025-37871 is a Linux kernel vulnerability fixed by changing how sc_count is decremented when a dl_recall queue operation fails for NFS delegations. The described scenario shows a deadlock warning during nfs4_put_stid after a failed dl_recall queue, caused by a potential lock ordering issue w...

7.5CVSS6.5AI score0.0076EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:43 a.m.21 views

CVE-2025-37871 nfsd: decrease sc_count directly if fail to queue dl_recall

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when invoking nfs4putstid following a failed dlrecall queue operation: T1 T2 nfs4laundromat nfs4getclientreaplist nfs4anylockblockers breakleas...

7.5CVSS0.0076EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/09 6:43 a.m.9 views

CVE-2025-37871 nfsd: decrease sc_count directly if fail to queue dl_recall

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when invoking nfs4putstid following a failed dlrecall queue operation: T1 T2 nfs4laundromat nfs4getclientreaplist nfs4anylockblockers breakleas...

7.5CVSS6AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/05/09 6:43 a.m.35 views

CVE-2025-37868

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/09 6:43 a.m.20 views

CVE-2025-37868 drm/xe/userptr: fix notifier vs folio deadlock

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

0.00196EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/09 6:43 a.m.10 views

CVE-2025-37868 drm/xe/userptr: fix notifier vs folio deadlock

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

5.9AI score
SaveExploits0References6
Rows per page
Query Builder