CVE-2026-74544
Last modified
CVE-2026-74544 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds u32_change() copies the user-provided tc_u32_sel.offshift (unsigned char, 0-255) into the kernel knode object without bounds validation. When a packet later hits u32_classify() with TC_U32_VAROFFSET set, it evaluates `ntohs(offmask & *data) >> offshift` where the left operand is a 16-bit value promoted to a 32-bit int. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds u32_change() copies the user-provided tc_u32_sel.offshift (unsigned char, 0-255) into the kernel knode object without bounds validation. When a packet later hits u32_classify() with TC_U32_VAROFFSET set, it evaluates `ntohs(offmask & *data) >> offshift` where the left operand is a 16-bit value promoted to a 32-bit int. Any offshift >= 32 is undefined behavior per C11 6.5.7p3, triggerable by an unprivileged user via user/network namespaces. UBSAN: shift-out-of-bounds in net/sched/cls_u32.c:236:43 shift exponent 32 is too large for 32-bit type int Fix this by rejecting offshift >= 16 during filter creation in u32_change().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 313cb9ffc4101a885d791facf4b5ea3d5e06144d; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < aef96eead2860cbfa371e4471d4f04412213b958 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74544?
How severe is CVE-2026-74544?
How do I fix CVE-2026-74544?
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-74539In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-7454A maliciously crafted WRL file, when parsed through Autodesk…7.8
- CVE-2026-74540In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74541In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74542In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74543In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74545In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74546In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74547In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74548In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74549In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74550In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74544?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
