CVE-2026-52984
Public on 2026-06-24
Modified on 2026-06-26
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.
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.
Severity
See what this means
CVSS v3 Base Score
See breakdown
Affected Packages
| Platform | Package | Release Date | Advisory | Status |
|---|---|---|---|---|
| Amazon Linux 2 - Kernel-5.10 Extra | kernel | Pending Fix | ||
| Amazon Linux 2 - Kernel-5.15 Extra | kernel | Pending Fix | ||
| Amazon Linux 2 - Kernel-5.4 Extra | kernel | Pending Fix | ||
| Amazon Linux 2 - Core | kernel | Not Affected | ||
| Amazon Linux 2023 | kernel | Pending Fix | ||
| Amazon Linux 2023 | kernel6.12 | Pending Fix | ||
| Amazon Linux 2023 | kernel6.18 | Pending Fix |
CVSS Scores
| Score Type | Score | Vector | |
|---|---|---|---|
| Amazon Linux | CVSSv3 | 4.4 | CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H |