Lucene search
+L

708 matches found

OSV
OSV
added 2025/03/27 5:15 p.m.7 views

UBUNTU-CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 5:15 p.m.6 views

UBUNTU-CVE-2023-52935

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix -anonvma race If an -anonvma is attached to the VMA, collapseandfreepmd requires it to be locked. Page table traversal is allowed under any one of the mmap lock, the anonvma lock if the VMA is associated with a...

7.8CVSS6.5AI score0.00194EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.2 views

CVE-2023-53020 l2tp: close all race conditions in l2tp_tunnel_register()

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

6.2AI score0.00139EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/03/27 4:42 p.m.3 views

CVE-2022-49742 f2fs: initialize locks earlier in f2fs_fill_super()

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

6AI score0.00122EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 3:15 p.m.15 views

CVE-2025-21889

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

7.8CVSS0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 3:15 p.m.19 views

UBUNTU-CVE-2025-21876

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

8.8CVSS6.5AI score0.0021EPSS
SaveExploits0References9
OSV
OSV
added 2025/03/27 3:15 p.m.16 views

UBUNTU-CVE-2025-21875

In the Linux kernel, the following vulnerability has been resolved: mptcp: always handle address removal under msk socket lock Syzkaller reported a lockdep splat in the PM control path: WARNING: CPU: 0 PID: 6693 at ./include/net/sock.h:1711 sockownedbyme include/net/sock.h:1711 inline WARNING: CP...

7.8CVSS6.5AI score0.00222EPSS
SaveExploits0References41
Cvelist
Cvelist
added 2025/03/27 2:57 p.m.37 views

CVE-2025-21889 perf/core: Add RCU read lock protection to perf_iterate_ctx()

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

7.8CVSS0.00199EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.14 views

CVE-2025-21889

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

7.8CVSS5.6AI score0.00199EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:00 a.m.7 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-57946)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-57946 advisory. - In the Linux kernel, the following vulnerability has been resolved: virtio-blk: don't keep queue frozen duri...

5.5CVSS6AI score0.00167EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/06 4:15 p.m.1 views

DEBIAN-CVE-2025-21825

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

4.7CVSS5.5AI score0.00175EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/03/01 2:54 a.m.8 views

SUSE CVE-2024-58042

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedulework outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.10 views

SUSE CVE-2024-57994

In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot found a splat caused by hard irq blocking in ptrringresizemultiple 1 A...

5.5CVSS7.5AI score0.00161EPSS
SaveExploits0References13
OSV
OSV
added 2025/02/27 8:16 p.m.14 views

AZL-57749 CVE-2025-21820 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: tty: xilinxuartps: split sysrq handling lockdep detects the following circular locking dependency: CPU 0 CPU 1 ========================== ============================ cdnsuartisr printk uartportlockport consolelock...

5.5CVSS6.7AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 8:16 p.m.19 views

CVE-2025-21812

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev-ax25ptr syzbot found a lockdep issue 1. We should remove ax25 RTNL dependency in ax25setsockopt This should also fix a variety of possible UAF in ax25. 1 WARNING: possible circular locking dependency detecte...

7.8CVSS0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/27 8:16 p.m.12 views

DEBIAN-CVE-2025-21812

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev-ax25ptr syzbot found a lockdep issue 1. We should remove ax25 RTNL dependency in ax25setsockopt This should also fix a variety of possible UAF in ax25. 1 WARNING: possible circular locking dependency detecte...

7.8CVSS6.2AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.33 views

UBUNTU-CVE-2025-21812

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev-ax25ptr syzbot found a lockdep issue 1. We should remove ax25 RTNL dependency in ax25setsockopt This should also fix a variety of possible UAF in ax25. 1 WARNING: possible circular locking dependency detecte...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References20
OSV
OSV
added 2025/02/27 8:01 p.m.18 views

CVE-2025-21812 ax25: rcu protect dev->ax25_ptr

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev-ax25ptr syzbot found a lockdep issue 1. We should remove ax25 RTNL dependency in ax25setsockopt This should also fix a variety of possible UAF in ax25. 1 WARNING: possible circular locking dependency detecte...

7.8CVSS6.8AI score
SaveExploits0References9
CVE
CVE
added 2025/02/27 8:01 p.m.158 views

CVE-2025-21812

CVE-2025-21812 concerns AX25 code in the Linux kernel. A lockdep/potential deadlock issue was observed around ax25_setsockopt() where a syzbot thread attempting to acquire rtnl_mutex could deadlock with a thread holding sk_lock-AF_AX25, due to an existing dependency chain involving ax25_setsockop...

7.8CVSS6.4AI score0.0022EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.4 views

SUSE CVE-2022-49089

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvterrorqp to prevent a race condition The documentation of the function rvterrorqp says both rlock and slock need to be held when calling that function. It also asserts using lockdep that both of...

6.3CVSS6.4AI score0.0019EPSS
SaveExploits0References8
Rows per page
Query Builder