CVE-2026-52984
Analyzed
Analyzed - Analysis Complete
Linux Kernel Netem Queue Limit Bypass
Vulnerability report for CVE-2026-52984, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-24
Last updated on: 2026-07-14
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
net/sched: netem: fix queue limit check to include reordered packets
The queue limit check in netem_enqueue() uses q->t_len which only
counts packets in the internal tfifo. Packets placed in sch->q by
the reorder path (__qdisc_enqueue_head) are not counted, allowing
the total queue occupancy to exceed sch->limit under reordering.
Include sch->q.qlen in the limit check.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | From 5.4.288 (inc) to 5.5 (exc) |
| linux | linux_kernel | 7.1 |
| linux | linux_kernel | From 6.19 (inc) to 7.0.10 (exc) |
| linux | linux_kernel | From 5.10.232 (inc) to 5.10.258 (exc) |
| linux | linux_kernel | From 5.15.175 (inc) to 5.15.209 (exc) |
| linux | linux_kernel | From 6.1.121 (inc) to 6.1.175 (exc) |
| linux | linux_kernel | From 6.12.6 (inc) to 6.12.91 (exc) |
| linux | linux_kernel | From 6.13.1 (inc) to 6.18.33 (exc) |
| linux | linux_kernel | From 6.6.67 (inc) to 6.6.141 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |