CVE-2026-72036

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

In the Linux kernel, the following vulnerability has been resolved:

net/sched: schmultiq: Replace direct dequeue call with peek and qdiscdequeue_peeked

multiqdequeue() takes a packet from a band's child with a direct ->dequeue() call after multiqpeek() peeked it. When the child is non-work-conserving the peek stashes the skb in the child's gso_skb, so the direct dequeue returns a different skb and orphans the stash, desyncing the child's qlen/backlog. With a qfq child reached through a peeking parent (e.g. tbf) this re-enters the child on an emptied list and dereferences NULL, panicking the kernel from softirq on ordinary egress.

Take the packet through qdiscdequeuepeeked(), as schprio already does and as schred and sch_sfb were just fixed to do. The helper is a no-op when the child has no stash, so a work-conserving child is unaffected.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72036.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
77be155cba4e163e8bba9fd27222a8b6189ec4f7
Fixed
3e5fd9d14f2d228e7260251f2e4a1d41ba8f705a
Fixed
eb1a9637f0bd84b5db8803af65dfb1f44785406f
Fixed
7a5a1582710981ef6637de9f074a60a5b1d63222
Fixed
86a61e46a1919e8abf4d227c204773dabb24068a
Fixed
1b9cc255e8089606b92b2adf504e334573682821
Fixed
5889064919a1e5c0a9469c54895000414fc46944
Fixed
fffeb2ab5eeb823d4c2330571a098f63237c9049
Fixed
54f6b0c843e228d499eb4b6bbb89df68cad9ad5d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.29
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
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-72036.json"