CVE-2026-90050
Last modified
CVE-2026-90050 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/sched: fq: clamp quantum and initial_quantum in change path The fq change path accepts TCA_FQ_QUANTUM in [1, INT_MAX] and TCA_FQ_INITIAL_QUANTUM up to INT_MAX, while fq_init() already clamps to [1, 1<<20]. A user can override the init clamp via tc qdisc change, restoring the small-quantum deficit spin that the init clamp prevents. Narrow iq_range.max to 1<<20 so TCA_FQ_INITIAL_QUANTUM is rejected at parse time.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: fq: clamp quantum and initial_quantum in change path The fq change path accepts TCA_FQ_QUANTUM in [1, INT_MAX] and TCA_FQ_INITIAL_QUANTUM up to INT_MAX, while fq_init() already clamps to [1, 1<<20]. A user can override the init clamp via tc qdisc change, restoring the small-quantum deficit spin that the init clamp prevents. Narrow iq_range.max to 1<<20 so TCA_FQ_INITIAL_QUANTUM is rejected at parse time. Clamp TCA_FQ_QUANTUM to [256, 1<<20] in fq_change() and fq_init() quantum to [256, 1<<20] for tiny-MTU devices. Conditions to recreate the bug: CONFIG_NET_SCH_FQ=y. Requires CAP_NET_ADMIN (namespace-local via unshare -Urn suffices). tc qdisc add dev dummy0 root fq tc qdisc change dev dummy0 root fq quantum 1 stab data 32768 size_log 15 cell_log 0
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d16dac3925be95ad46e986d4b139c9898b6e227f, < a27498d34c3f429fb6db3aa609569f8154afa175; >= f6b3e3848a5fca63438984acd6d9eceac80814c1, < 798283cd0fe7ba997f67e5a917f14ab40afa8d9f; >= e35acd56f244d94355f9ab237c2ecc8fba5e6f04, < 72e9387884554f47b03bfd40fb8b2bf52789c68d; >= 709f34f7c28dc4dd6c40343d101850f11e172312, < 094cc07f98dfe70a34e2a1923af17fd29b8cf622 |
| Linux | Linux | 7.3-rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90050?
How severe is CVE-2026-90050?
How do I fix CVE-2026-90050?
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-90044In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90047In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90048In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90049In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-90051In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90056In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90050?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
