CVE-2026-98010
Last modified
CVE-2026-98010 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/sched: drr: clamp quantum in change class drr_change_class() rejects explicit quantum==0 but falls back to psched_mtu() with no floor. With a crafted size table qdisc_pkt_len reaches ~2 GiB, so quantum=1 (or a zero psched_mtu on a headerless device) makes the deficit-refill loop spin under the qdisc lock. Add clamp_t(u32, quantum, 256, 1<<20) after the zero reject and on the fallback path.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: drr: clamp quantum in change class drr_change_class() rejects explicit quantum==0 but falls back to psched_mtu() with no floor. With a crafted size table qdisc_pkt_len reaches ~2 GiB, so quantum=1 (or a zero psched_mtu on a headerless device) makes the deficit-refill loop spin under the qdisc lock. Add clamp_t(u32, quantum, 256, 1<<20) after the zero reject and on the fallback path. The explicit-zero reject is preserved. Conditions to recreate the bug: CONFIG_NET_SCH_DRR=y. Requires CAP_NET_ADMIN (namespace-local via unshare -Urn suffices). tc qdisc add dev dummy0 root drr tc class add dev dummy0 parent 1: classid 1:1 drr quantum 1
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 13d2a1d2b032de08d7dcab6a1edcd47802681f96, < dc8b374214ef5bba4882bbd95b361e42555cfc0d; >= 13d2a1d2b032de08d7dcab6a1edcd47802681f96, < d43cded350fe1218493ad3d37a276aff14108ae6; >= 13d2a1d2b032de08d7dcab6a1edcd47802681f96, < 8f756ae1c87414ce9cc21b30e6e4c036d6e9e80b; >= 13d2a1d2b032de08d7dcab6a1edcd47802681f96, < 8382abec0f1568d0a5590d75a3df92f23fcf5196 |
| Linux | Linux | 2.6.29 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98010?
How severe is CVE-2026-98010?
How do I fix CVE-2026-98010?
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-98005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98007In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98008In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98009In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9801A flaw was found in Keycloak. A remote attacker with high pr…4.9
- CVE-2026-98011In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98012In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98013In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98014In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98015In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98016In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98010?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
