CVE-2026-72035
Last modified
CVE-2026-72035 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeue_peeked When taprio's software path peeks a non-work-conserving child qdisc, the child stashes the peeked skb in its gso_skb; taprio_dequeue_from_txq() then takes the packet with a direct child ->dequeue() call, which ignores that stash, orphans the peeked skb and desyncs the child's qlen/backlog. With a qfq child this re-enters the child on an emptied list and dereferences NULL, panicking the kernel from softirq on ordinary egress. Take the packet through qdisc_dequeue_peeked(), as sch_red and sch_sfb now do. The helper returns the child's stashed skb first and is a no-op when there is none, so a work-conserving child is unaffected and the gated path now consumes the skb whose length was charged to the budget.. EPSS estimates a 0.54% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeue_peeked When taprio's software path peeks a non-work-conserving child qdisc, the child stashes the peeked skb in its gso_skb; taprio_dequeue_from_txq() then takes the packet with a direct child ->dequeue() call, which ignores that stash, orphans the peeked skb and desyncs the child's qlen/backlog. With a qfq child this re-enters the child on an emptied list and dereferences NULL, panicking the kernel from softirq on ordinary egress. Take the packet through qdisc_dequeue_peeked(), as sch_red and sch_sfb now do. The helper returns the child's stashed skb first and is a no-op when there is none, so a work-conserving child is unaffected and the gated path now consumes the skb whose length was charged to the budget.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < 51f8af240aed903e988755af33d7491030b50ae9; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < 17ab5f76f3899f67e5569722f334591f4b88b17b; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < f60d5c12e0551012cee5c272b0bcbcc78f7bb506; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < 6ee5a7665a9080bcb05d703bf981a579436fd05e; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < 18d580cb00c55805633bae45e90cf22ed6b8e424; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < e2b7ee61989f2d39df6c2cc06f9db1aea69bdb09; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < 2dcebbd1ad2e180fe7b98bf346ced69a872e11e6; >= 5a781ccbd19e4664babcbe4b4ead7aa2b9283d22, < e056e1dfcddca877dd46d704e8ec9860cfc9ec44 |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72035?
How severe is CVE-2026-72035?
How do I fix CVE-2026-72035?
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-7203A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-72030In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72032In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72033In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72034In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72036In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72037In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72039In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7204A vulnerability was determined in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72040In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72035?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
