CVE-2026-52984
Last modified
CVE-2026-52984 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.288, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.232, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.15.175, < 5.15.209 | — |
| Linux | Linux Kernel | >= 6.1.121, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.6.67, < 6.6.141 | — |
| Linux | Linux Kernel | >= 6.12.6, < 6.12.91 | — |
| Linux | Linux Kernel | >= 6.13.1, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 | — |
| Linux | Linux Kernel | 6.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52984?
How severe is CVE-2026-52984?
How do I fix CVE-2026-52984?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52978In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52979In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52980In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52981In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52982In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52983In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52985In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52986In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52987In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52988In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-52989In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-5299ICMPv6 PvD protocol dissector crash in Wireshark 4.6.0 to 4.…5.5
Are you affected by CVE-2026-52984?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
