Lucene search
K

20 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-20019

Malicious code in bioql PyPI...

7.2AI score0.00092EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-50473

Malicious code in bioql PyPI...

7.8CVSS7.4AI score0.00014EPSS
Exploits0References8
NVD
NVD
added 2025/07/04 1:15 p.m.3 views

CVE-2025-38177

In the Linux kernel, the following vulnerability has been resolved: schhfsc: make hfscqlennotify idempotent hfscqlennotify is not idempotent either and not friendly to its callers, like fqcodeldequeue. Let's make it idempotent to ease qdisctreereducebacklog callers' life: 1. updatevf decreases...

5.5CVSS0.00092EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/07/04 12:47 p.m.5 views

CVE-2025-38177 sch_hfsc: make hfsc_qlen_notify() idempotent

In the Linux kernel, the following vulnerability has been resolved: schhfsc: make hfscqlennotify idempotent hfscqlennotify is not idempotent either and not friendly to its callers, like fqcodeldequeue. Let's make it idempotent to ease qdisctreereducebacklog callers' life: 1. updatevf decreases...

0.00092EPSS
Exploits0References8
CVE
CVE
added 2025/07/04 12:47 p.m.85 views

CVE-2025-38177

CVE-2025-38177 (Linux kernel) : The issue affects the sch_hfsc qdisc; hfsc_qlen_notify() was not idempotent and could misbehave for callers such as fq_codel_dequeue(). The linked EulerOS advisories confirm a kernel patch that makes hfsc_qlen_notify() idempotent. The patch makes two changes: (1) i...

5.5CVSS6.4AI score0.00092EPSS
Exploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/18 2:37 p.m.14 views

CVE-2025-21703 netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: netem: Update sch-q.qlen before qdisctreereducebacklog qdisctreereducebacklog notifies parent qdisc only if child qdisc becomes empty, therefore we need to reduce the backlog of the child qdisc before calling it. Otherwise it wou...

7.8CVSS6.9AI score0.00017EPSS
Exploits0References8
OSV
OSV
added 2025/02/18 2:37 p.m.12 views

CVE-2025-21703 netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: netem: Update sch-q.qlen before qdisctreereducebacklog qdisctreereducebacklog notifies parent qdisc only if child qdisc becomes empty, therefore we need to reduce the backlog of the child qdisc before calling it. Otherwise it wou...

7.8CVSS6.1AI score0.00017EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.15 views

CVE-2024-53057

A flaw was found in the packet scheduler API in the Linux kernel. An invalid assumption about qdiscs with major handle ffff allows qdiscs, such as DRR, that maintain an active class list to cause a use-after-free with a dangling class pointer. Mitigation Mitigation for this issue is either not...

6.7CVSS7.1AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2024/11/19 6:15 p.m.15 views

CVE-2024-53057

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS0.00014EPSS
Exploits0References13
OSV
OSV
added 2024/11/19 5:19 p.m.21 views

CVE-2024-53057 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS6.3AI score0.00014EPSS
Exploits0References13
CVE
CVE
added 2024/11/19 5:19 p.m.191 views

CVE-2024-53057

CVE-2024-53057 affects Linux kernel net/sched: qdisc_tree_reduce_backlog can UAF when major handle ffff: exists (egress qdiscs). Root cause: ffff: assumed to be root/ingress, fixed by stopping at TC_H_ROOT; the fix updates to avoid iterating into an ingress qdisc and halts when parent is TC_H_ROO...

7.8CVSS6.5AI score0.00014EPSS
Exploits0References13Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/19 5:19 p.m.28 views

CVE-2024-53057 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

6.4AI score0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.25 views

CVE-2024-53057 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.23 views

CVE-2024-46800 sch/netem: fix use after free in netem_dequeue

In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netemdequeue If netemdequeue enqueues packet to inner qdisc and that qdisc returns NETXMITSTOLEN. The packet is dropped but qdisctreereducebacklog is not called to update the parent's q.qlen,...

0.00014EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/05/20 12:14 p.m.18 views

CVE-2024-35892

CVE-2024-35892 is a vulnerability in the Linux kernel’s network scheduler caused by improper use of the qdisclookup function. This function assumes the global RTNL lock is held, but in the qdisctreereducebacklog function, only a local queue lock is used. This mismatch creates a race condition tha...

5.5CVSS8.6AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2024/05/19 9:15 a.m.14 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.00014EPSS
Exploits0References4
OSV
OSV
added 2024/05/19 8:34 a.m.10 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...

5.5CVSS6.1AI score0.00014EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.13 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.00014EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.16 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.00014EPSS
Exploits0References4
CVE
CVE
added 2024/05/19 8:34 a.m.144 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.00014EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder