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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
04 Jun 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
20 May 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-20 16:15
Updated : 2025-06-04 13:15
NVD link : CVE-2025-37932
Mitre link : CVE-2025-37932
CVE.ORG link : CVE-2025-37932
JSON object : View
Products Affected
No product.
CWE
No CWE.