Lucene search
+L

2554 matches found

NVD
NVD
added 2024/05/19 9:15 a.m.28 views

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.4AI score0.00171EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 9:15 a.m.12 views

DEBIAN-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.5CVSS5.5AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.3 views

DEBIAN-CVE-2024-35880

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: hold iobufferlist reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the iouring lock. Rely on the fact...

5.5CVSS6AI score0.00681EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/19 9:15 a.m.43 views

CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.51 views

CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS5.9AI score0.00234EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.22 views

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.4AI score0.00171EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/19 9:15 a.m.7 views

UBUNTU-CVE-2024-35898

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftflowtabletypeget nftunregisterflowtabletype within nfflowinetmoduleexit can concurrent with nftflowtabletypeget within nftablesnewflowtable. And thhere is not any protection when...

7CVSS6.2AI score0.00202EPSS
SaveExploits0References28
CVE
CVE
added 2024/05/19 8:34 a.m.168 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
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.43 views

CVE-2024-35880 io_uring/kbuf: hold io_buffer_list reference over mmap

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: hold iobufferlist reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the iouring lock. Rely on the fact...

7.8CVSS6.6AI score0.00681EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 8:34 a.m.16 views

CVE-2024-35880 io_uring/kbuf: hold io_buffer_list reference over mmap

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: hold iobufferlist reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the iouring lock. Rely on the fact...

7.8CVSS6.2AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.21 views

CVE-2024-35860 bpf: support deferring bpf_link dealloc to after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.49 views

CVE-2024-35860 bpf: support deferring bpf_link dealloc to after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35860 bpf: support deferring bpf_link dealloc to after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2024/05/19 8:34 a.m.128 views

CVE-2024-35860

CVE-2024-35860 : Linux kernel vulnerability in deferring bpf_link deallocation to after RCU grace period. When a bpf_link’s refcnt drops to zero, some active BPF programs could still access the link data via context, risking data access. The patch introduces two deallocation callbacks (synchronou...

7.8CVSS6.6AI score0.00234EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/18 1:05 a.m.36 views

CVE-2024-35857

A flaw was found in the Linux kernel's ICMP protocol. Under some conditions, a NULL pointer dereference can be triggered due to a missing check, causing a system crash and resulting in a denial of service. Mitigation Mitigation for this issue is either not available or the currently available...

5.3CVSS6.7AI score0.01019EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 3:15 p.m.27 views

CVE-2024-35857

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS6.3AI score0.01019EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 3:15 p.m.6 views

AZL-42117 CVE-2024-35857 affecting package hyperv-daemons for versions less than 6.6.35.1-1

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS6.7AI score0.01019EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.25 views

CVE-2024-35857

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS6.4AI score0.01019EPSS
SaveExploits0References20
Rows per page
Query Builder