CVE-2026-72035

Source
https://cve.org/CVERecord?id=CVE-2026-72035
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72035.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72035
Downstream
Published
2026-08-15T05:51:56Z
Modified
2026-08-25T03:51:39Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H CVSS Calculator
Summary
net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeue_peeked
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72035.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5a781ccbd19e4664babcbe4b4ead7aa2b9283d22
Fixed
51f8af240aed903e988755af33d7491030b50ae9
Fixed
17ab5f76f3899f67e5569722f334591f4b88b17b
Fixed
f60d5c12e0551012cee5c272b0bcbcc78f7bb506
Fixed
6ee5a7665a9080bcb05d703bf981a579436fd05e
Fixed
18d580cb00c55805633bae45e90cf22ed6b8e424
Fixed
e2b7ee61989f2d39df6c2cc06f9db1aea69bdb09
Fixed
2dcebbd1ad2e180fe7b98bf346ced69a872e11e6
Fixed
e056e1dfcddca877dd46d704e8ec9860cfc9ec44

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72035.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72035.json"