Lucene search
+L

708 matches found

OSV
OSV
added 2024/05/19 9:15 a.m.10 views

UBUNTU-CVE-2024-35892

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

5.5CVSS6.6AI score0.00171EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/19 8:35 a.m.31 views

CVE-2024-35910 tcp: properly terminate timers for kernel sockets

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

7.8CVSS6AI score
SaveExploits0References15
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.40 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6.4AI score0.00182EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/19 8:34 a.m.169 views

CVE-2024-35892

CVE-2024-35892 stems from a Linux kernel net/sched issue where qdisc_tree_reduce_backlog() was called with the qdisc lock held while RTNL was not held, triggering a lockdep splat due to unsafe RCU usage. The fix switches from qdisc_lookup() to qdisc_lookup_rcu() to safely dereference qdisc data u...

5.5CVSS6.6AI score0.00171EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.33 views

CVE-2024-35892 net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

6.4AI score0.00171EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35892 net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

6.7AI score0.00171EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:22 p.m.25 views

CVE-2024-35784

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.8 views

UBUNTU-CVE-2023-52668

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

5.5CVSS5.7AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/17 1:15 p.m.23 views

CVE-2024-35784

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/17 12:24 p.m.105 views

CVE-2024-35784

The CVE-2024-35784 entry concerns the Linux kernel: btrfs deadlock during fiemap/extent locking. Root cause: the extent lock was held for the entire fiemap traversal, risking pagefaults and deadlocks when fiemap data is copied to user space (mkwrite during mmap). Impact: potential deadlock in fil...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/17 12:24 p.m.60 views

CVE-2024-35784 btrfs: fix deadlock with fiemap and extent locking

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

6.3AI score0.00173EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/17 12:24 p.m.20 views

CVE-2024-35784 btrfs: fix deadlock with fiemap and extent locking

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

6.6AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.6 views

SUSE CVE-2024-26951

In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via isdead instead of empty list If all peers are removed via wgpeerremoveall, rather than setting peerlist to empty, the peer is added to a temporary list with a head on the stack of...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.8 views

SUSE CVE-2024-27053

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

3.3CVSS6.3AI score0.01635EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.43 views

CVE-2024-27053

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

9.1CVSS7.2AI score0.01635EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 12:54 p.m.19 views

CVE-2024-27053 wifi: wilc1000: fix RCU usage in connect path

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

8.8CVSS6AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.19 views

CVE-2024-27053 wifi: wilc1000: fix RCU usage in connect path

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

8.8CVSS6.6AI score0.01635EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.33 views

CVE-2024-27053 wifi: wilc1000: fix RCU usage in connect path

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

8.8CVSS7.7AI score0.01635EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 5:18 a.m.31 views

CVE-2024-26951

In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via isdead instead of empty list If all peers are removed via wgpeerremoveall, rather than setting peerlist to empty, the peer is added to a temporary list with a head on the stack of...

7.8CVSS7.3AI score0.00233EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: bpf: bpf_sk_storage: Fix invalid wait context lockdep report

A locking context violation was found in the BPF socket local storage implementation in the Linux kernel. The code attempts to allocate memory via kzalloc while holding a rawspinlock, which is unsafe for PREEMPTRT kernels. This can cause lockdep warnings and potential issues on real-time kernels...

7.3AI score0.00205EPSS
SaveExploits0References5
Rows per page
Query Builder