CVE-2025-21971
EUVD-2025-934901.04.2025, 16:15
In the Linux kernel, the following vulnerability has been resolved: net_sched: Prevent creation of classes with TC_H_ROOT The function qdisc_tree_reduce_backlog() uses TC_H_ROOT as a termination condition when traversing up the qdisc tree to update parent backlog counters. However, if a class is created with classid TC_H_ROOT, the traversal terminates prematurely at this class instead of reaching the actual root qdisc, causing parent statistics to be incorrectly maintained. In case of DRR, this could lead to a crash as reported by Mingi Cho. Prevent the creation of any Qdisc class with classid TC_H_ROOT (0xFFFFFFFF) across all qdisc types, as suggested by Jamal.
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 2.6.26 ≤ 𝑥 < 5.4.292 |
| linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.236 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.180 |
| linux | linux_kernel | 5.16 ≤ 𝑥 < 6.1.132 |
| linux | linux_kernel | 6.2 ≤ 𝑥 < 6.6.84 |
| linux | linux_kernel | 6.7 ≤ 𝑥 < 6.12.20 |
| linux | linux_kernel | 6.13 ≤ 𝑥 < 6.13.8 |
| linux | linux_kernel | 2.6.25 |
| linux | linux_kernel | 6.14:rc1 |
| linux | linux_kernel | 6.14:rc2 |
| linux | linux_kernel | 6.14:rc3 |
| linux | linux_kernel | 6.14:rc4 |
| linux | linux_kernel | 6.14:rc5 |
| linux | linux_kernel | 6.14:rc6 |
𝑥
= Vulnerable software versions
Debian Releases
openSUSE / SLES Releases
openSUSE Product | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cluster-md-kmp-default |
| ||||||||||||||||||||||
| dlm-kmp-default |
| ||||||||||||||||||||||
| gfs2-kmp-default |
| ||||||||||||||||||||||
| kernel-64kb |
| ||||||||||||||||||||||
| kernel-azure |
| ||||||||||||||||||||||
| kernel-default |
| ||||||||||||||||||||||
| kernel-default-base |
| ||||||||||||||||||||||
| kernel-default-man |
| ||||||||||||||||||||||
| kernel-obs-build |
| ||||||||||||||||||||||
| kernel-preempt |
| ||||||||||||||||||||||
| kernel-source |
| ||||||||||||||||||||||
| kernel-source-azure |
| ||||||||||||||||||||||
| kernel-zfcpdump |
| ||||||||||||||||||||||
| ocfs2-kmp-default |
| ||||||||||||||||||||||
| reiserfs-kmp-default |
|
Amazon Linux Releases
Amazon Package | |||
|---|---|---|---|
| bpftool |
| ||
| bpftool-debuginfo |
| ||
| kernel |
| ||
| kernel-debuginfo |
| ||
| kernel-debuginfo-common-aarch64 |
| ||
| kernel-debuginfo-common-x86_64 |
| ||
| kernel-devel |
| ||
| kernel-headers |
| ||
| kernel-libbpf |
| ||
| kernel-libbpf-debuginfo |
| ||
| kernel-libbpf-devel |
| ||
| kernel-libbpf-static |
| ||
| kernel-livepatch-6.1.132-147.221 |
| ||
| kernel-modules-extra |
| ||
| kernel-modules-extra-common |
| ||
| kernel-tools |
| ||
| kernel-tools-debuginfo |
| ||
| kernel-tools-devel |
| ||
| perf |
| ||
| perf-debuginfo |
| ||
| python3-perf |
| ||
| python3-perf-debuginfo |
|
Common Weakness Enumeration
References