In the Linux kernel, the following vulnerability has been resolved:
sch_htb: make htb_qlen_notify() idempotent
htb_qlen_notify() always deactivates the HTB class and in fact could
trigger a warning if it is already deactivated. Therefore, it is not
idempotent and not friendly to its callers, like fq_codel_dequeue().
Let's make it idempotent to ease qdisc_tree_reduce_backlog() callers'
life.
CVE ID: CVE-2025-37932
Vendor: Linux
Product: Linux
EPSS Score: 0.06% (probability of being exploited)
EPSS Percentile: 17.55% (scored less or equal to compared to others)
EPSS Date: 2025-06-18 (when was this score calculated)