Lucene search
+L

12689 matches found

ATTACKERKB
ATTACKERKB
added 2026/04/24 2:45 p.m.4 views

CVE-2026-31667

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - fix circular locking dependency with ff-core A lockdep circular locking dependency warning can be triggered reproducibly when using a force-feedback gamepad with uinput for example, playing ELDEN RING under Wine...

5.5AI score0.00096EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/04/24 2:45 p.m.8 views

EUVD-2026-25560

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - fix circular locking dependency with ff-core A lockdep circular locking dependency warning can be triggered reproducibly when using a force-feedback gamepad with uinput for example, playing ELDEN RING under Wine...

5.6AI score0.00096EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/24 2:45 p.m.37 views

CVE-2026-31667

CVE-2026-31667 concerns the Linux kernel’s uinput and ff-core, where a circular locking dependency could cause a local deadlock when a force-feedback gamepad is used. The concrete sequence involves four lock paths that form a cycle: ff->mutex, udev->mutex, input_mutex, dev->mutex, and ba...

7.8CVSS5.6AI score0.00096EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:45 p.m.12 views

CVE-2026-31667

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - fix circular locking dependency with ff-core A lockdep circular locking dependency warning can be triggered reproducibly when using a force-feedback gamepad with uinput for example, playing ELDEN RING under Wine...

7.8CVSS5.5AI score0.00096EPSS
SaveExploits0
CVE
CVE
added 2026/04/24 2:45 p.m.32 views

CVE-2026-31647

CVE-2026-31647 concerns the Linux kernel idpf driver. The vulnerability stems from improper nesting of PREEMPT_RT raw/BH spinlocks during asynchronous VC handling, which could yield an invalid wait context. A fix switches from the completion’s raw spinlock to a local lock in the idpf_vc_xn struct...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:45 p.m.12 views

CVE-2026-31647

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/24 2:45 p.m.39 views

CVE-2026-31647 idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handling

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

0.00122EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/24 2:45 p.m.10 views

EUVD-2026-25540

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.4AI score0.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:45 p.m.5 views

CVE-2026-31647

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.3AI score0.00122EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/04/24 2:42 p.m.11 views

EUVD-2026-25491

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible deadlock between unlink and dioendiowrite ocfs2unlink takes orphan dir inodelock first and then ipallocsem, while in ocfs2dioendiowrite, it acquires these locks in reverse order. This creates an ABBA lock...

5.4AI score0.00435EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/24 2:42 p.m.30 views

CVE-2026-31598

Summary of CVE-2026-31598 (ocfs2 deadlock) : In the Linux kernel OCFS2, a potential deadlock arises from ABBA lock ordering between unlink and dio_end_io_write. The path in unlink acquires inode_lock (orphan_dir_inode) before ip_alloc_sem, while dio_end_io_write acquires ip_alloc_sem first, then ...

7.5CVSS5.4AI score0.00435EPSS
SaveExploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:42 p.m.6 views

CVE-2026-31598

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible deadlock between unlink and dioendiowrite ocfs2unlink takes orphan dir inodelock first and then ipallocsem, while in ocfs2dioendiowrite, it acquires these locks in reverse order. This creates an ABBA lock...

7.5CVSS5.3AI score0.00435EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.19 views

CVE-2026-31597

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix use-after-free in ocfs2fault when VMFAULTRETRY filemapfault may drop the mmaplock before returning VMFAULTRETRY, as documented in mm/filemap.c: "If our return value has VMFAULTRETRY set, it's because the mmaplock may b...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.42 views

CVE-2026-31592 KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect all of sevmemencregisterregion with kvm-lock Take and hold kvm-lock for before checking sevguest in sevmemencregisterregion, as sevguest isn't stable unless kvm-lock is held or KVM can guarantee KVMSEVINIT2 has...

0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/24 2:42 p.m.43 views

CVE-2026-31592

CVE-2026-31592 affects the Linux kernel KVM subsystem. The vulnerability arises when sev_mem_enc_register_region() is not protected by kvm->lock before sev_guest() is checked, risking state corruption if KVM_INIT{2} fails and an uninitialized sev->regions_list is touched, potentially causin...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.11 views

CVE-2026-31592

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect all of sevmemencregisterregion with kvm-lock Take and hold kvm-lock for before checking sevguest in sevmemencregisterregion, as sevguest isn't stable unless kvm-lock is held or KVM can guarantee KVMSEVINIT2 has...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2026/04/24 2:42 p.m.6 views

CVE-2026-31592 KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect all of sevmemencregisterregion with kvm-lock Take and hold kvm-lock for before checking sevguest in sevmemencregisterregion, as sevguest isn't stable unless kvm-lock is held or KVM can guarantee KVMSEVINIT2 has...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/04/24 2:42 p.m.19 views

EUVD-2026-25485

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect all of sevmemencregisterregion with kvm-lock Take and hold kvm-lock for before checking sevguest in sevmemencregisterregion, as sevguest isn't stable unless kvm-lock is held or KVM can guarantee KVMSEVINIT2 has...

5.4AI score0.00122EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:42 p.m.7 views

CVE-2026-31589

In the Linux kernel, the following vulnerability has been resolved: mm: call -freefolio directly in foliounmapinvalidate We can only call filemapfreefolio if we have a reference to or hold a lock on the mapping. Otherwise, we've already removed the folio from the mapping so it no longer pins the...

9.8CVSS5.4AI score0.00444EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/04/24 2:42 p.m.90 views

CVE-2026-31589

The CVE-2026-31589 issue affects the Linux kernel memory management in the mm path related to folio_unmap_invalidate. The vulnerability arises when the system calls free_folio() directly, instead of loading the free_folio function pointer after obtaining a mapping reference or lock, potentially l...

9.8CVSS5.5AI score0.00444EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder