CVE-2026-53079
Last modified
CVE-2026-53079 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: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdisc_run_end(), it operates on the root qdisc. If the root qdisc do not implement the TCQ_F_DEQUEUE_DROPS flag the packets queue to free are never freed and gets stranded on the child's local to_free list. Fix this by making qdisc_dequeue_drop() aware of the root qdisc. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net_sched: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdisc_run_end(), it operates on the root qdisc. If the root qdisc do not implement the TCQ_F_DEQUEUE_DROPS flag the packets queue to free are never freed and gets stranded on the child's local to_free list. Fix this by making qdisc_dequeue_drop() aware of the root qdisc. It fetches the root qdisc and check for the TCQ_F_DEQUEUE_DROPS flag. If the flag is present, the packet is appended directly to the root's to_free list. Otherwise, drop it directly as it was done before the optimization was implemented.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53079?
How severe is CVE-2026-53079?
How do I fix CVE-2026-53079?
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-53073In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53074In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53075In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53076In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53077In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53078In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5308Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…7.5
- CVE-2026-53080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53081In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53082In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53083In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53084In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-53079?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
