Back to overview

CVE-2026-52984

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.

Metadata

CVE ID
CVE-2026-52984
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 16:28 UTC
Last updated
2026-06-24 16:28 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 216509dda290f6db92c816dd54b83c1df9da9e76 < 0f875d52db4c921da610e481b72f03cc82fdcb72, c2047b0e216c8edce227d7c42f99ac2877dad0e4 < ef9a41b3870fb90577da5b2de5bd140022d4021e, 10df49cfca73dfbbdb6c4150d859f7e8926ae427 < 74fcd8e127200a50ee22ba2b45c164722bdb9177, 3824c5fad18eeb7abe0c4fc966f29959552dca3e < 39a66e83ea41fe845631eeb8d326953de27d13f9 …
Linux Linux 6.13, 0 < 6.13, 5.10.258 ≤ 5.10.*, 5.15.209 ≤ 5.15.* …
Back to overview