PT-2026-51878 · Linux · Linux

Published

2026-06-24

·

Updated

2026-06-24

·

CVE-2026-52984

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-52984

Affected Products

Linux