CVE-2026-90072
Last modified
CVE-2026-90072 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/sched: sfq: clamp quantum to avoid signed overflow soft lockup sfq_init() sets q->quantum = psched_mtu(qdisc_dev(sch)) (unsigned). A device with a huge MTU (e.g.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: sfq: clamp quantum to avoid signed overflow soft lockup sfq_init() sets q->quantum = psched_mtu(qdisc_dev(sch)) (unsigned). A device with a huge MTU (e.g. dummy with max_mtu == 0 accepting MTU 2147483634) makes psched_mtu() return 0x80000000, so slot->allot = INT_MIN and INT_MIN + INT_MIN toggles between INT_MIN and 0 forever, spinning sfq_dequeue() under the qdisc lock. Clamp the quantum to [256, 1 << 20] so the refill loop terminates. The lower bound also covers q->quantum == 0 (psched_mtu() returning 0), which spins sfq_dequeue() identically. sfq_change() already rejects a negative quantum, so only the init path was exposed. Conditions to recreate the bug: a device whose MTU (plus hard_header_len) wraps psched_mtu() into the sign bit (e.g. a dummy device with max_mtu == 0 accepting MTU 2147483634). Requires CAP_NET_ADMIN in a user namespace.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 86799499585af06a9431c9e7782658667bd62650; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2017c355a5a1af77736cd1739fe922f69b5652dc; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6581a82bf08ba5d4e2a6d4e3080df43315b296c4; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9d782c662879c3adaaca30e05c36910ad11b9e54; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d72dbdfaeb5b9b8d884e0e036c3442754379ef74; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < aeb8196ecb95146e3410f635628e6cd47352b3e5; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < da16c31517cd2c06bb2c78c73e91ae192c01c426; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 816e90057ab1879562a5b7cc688e35bb9027ae97 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90072?
How severe is CVE-2026-90072?
How do I fix CVE-2026-90072?
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-90067In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90068In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90069In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9007Improper neutralization of input during web page generation …5.5
- CVE-2026-90070In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90071In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90074In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90078In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
