CVE-2026-74739
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/08/2026
Last modified:
27/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/sched: cls_u32: skip hash tables in u32_bind_class()<br />
<br />
u32_walk() enumerates both struct tc_u_hnode and struct tc_u_knode<br />
through the walker callback. u32_bind_class() unconditionally casts the<br />
passed fh to tc_u_knode and accesses &n->res, so when fh is actually a<br />
tc_u_hnode, which has no tcf_result member, this results in a<br />
slab-out-of-bounds read of res->classid in tc_cls_bind_class().<br />
<br />
The issue can be reproduced with the following commands:<br />
<br />
tc qdisc add dev lo root handle 1: hfsc<br />
tc class add dev lo parent 1: classid 1:1 hfsc sc rate 1000kbit<br />
tc filter add dev lo parent 1:1 protocol ip prio 1 u32 match u32 0 0 flowid 1:1<br />
tc class add dev lo parent 1: classid 1:2 hfsc sc rate 2000kbit<br />
<br />
Fix this by skipping hash tables via the TC_U32_KEY(handle) check.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/19d114b93c94bdef70496f26685c2a6b242f41b3
- https://git.kernel.org/stable/c/31f26a95eeee926946809ac456c61a3217936a62
- https://git.kernel.org/stable/c/594a064d603202b9ee21e07679d854e5c1750cc4
- https://git.kernel.org/stable/c/6d3724e616faf952c3adcf8414fc21a828ef3709
- https://git.kernel.org/stable/c/e71f8e9ed6f311410b14741f6012afe01869c0fa
- https://git.kernel.org/stable/c/ec5f3005586a785689fd568361b0c5925cb1548b



