VDB
DEBIAN-CVE-2025-38177
DEBIAN-CVE-2025-38177
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: sch_hfsc: make hfsc_qlen_notify() idempotent hfsc_qlen_notify() is not idempotent either and not friendly to its callers, like fq_codel_dequeue(). Let's make it idempotent to ease qdisc_tree_reduce_backlog() callers' life: 1. update_vf() decreases cl->cl_nactive, so we can check whether it is non-zero before calling it. 2. eltree_remove() always removes RB node cl->el_node, but we can use RB_EMPTY_NODE() + RB_CLEAR_NODE() to make it safe.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.38-4~bpo11+1, 6.1.52-1, 6.1.55-1~bpo11+1 |
| Debian:11 | linux-6.1 | 6.1.128-1~deb11u1, *, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.84-1, 5.10.162-1, 0 |
Timeline
- Jul 4, 2025 CVE Published
- Apr 28, 2026 CVE Updated