CVE-2026-74739
Last modified
CVE-2026-74739 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: skip hash tables in u32_bind_class() u32_walk() enumerates both struct tc_u_hnode and struct tc_u_knode through the walker callback. u32_bind_class() unconditionally casts the passed fh to tc_u_knode and accesses &n->res, so when fh is actually a tc_u_hnode, which has no tcf_result member, this results in a slab-out-of-bounds read of res->classid in tc_cls_bind_class(). The issue can be reproduced with the following commands: tc qdisc add dev lo root handle 1: hfsc tc class add dev lo parent 1: classid 1:1 hfsc sc rate 1000kbit tc filter add dev lo parent 1:1 protocol ip prio 1 u32 match u32 0 0 flowid 1:1 tc class add dev lo parent 1: classid 1:2 hfsc sc rate 2000kbit Fix this by skipping hash tables via the TC_U32_KEY(handle) check..
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: skip hash tables in u32_bind_class() u32_walk() enumerates both struct tc_u_hnode and struct tc_u_knode through the walker callback. u32_bind_class() unconditionally casts the passed fh to tc_u_knode and accesses &n->res, so when fh is actually a tc_u_hnode, which has no tcf_result member, this results in a slab-out-of-bounds read of res->classid in tc_cls_bind_class(). The issue can be reproduced with the following commands: tc qdisc add dev lo root handle 1: hfsc tc class add dev lo parent 1: classid 1:1 hfsc sc rate 1000kbit tc filter add dev lo parent 1:1 protocol ip prio 1 u32 match u32 0 0 flowid 1:1 tc class add dev lo parent 1: classid 1:2 hfsc sc rate 2000kbit Fix this by skipping hash tables via the TC_U32_KEY(handle) check.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < ec5f3005586a785689fd568361b0c5925cb1548b; >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < 19d114b93c94bdef70496f26685c2a6b242f41b3; >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < 594a064d603202b9ee21e07679d854e5c1750cc4; >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < 31f26a95eeee926946809ac456c61a3217936a62; >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < e71f8e9ed6f311410b14741f6012afe01869c0fa; >= 07d79fc7d94e3f884b8b1c95aa615b202bb5e4c1, < 6d3724e616faf952c3adcf8414fc21a828ef3709 |
| Linux | Linux | 4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74739?
How severe is CVE-2026-74739?
How do I fix CVE-2026-74739?
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-74731In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74732In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74733In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74735In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74736In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74737In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7474HashiCorp Nomad and Nomad Enterprise prior to 2.0.1 are vuln…8.8
- CVE-2026-74741In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74742In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74743In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74744In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74745In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74739?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
