In the Linux kernel, the following vulnerability has been resolved:
net/sched: cls_u32: use skb_header_pointer_careful()
skb_header_pointer() does not fully validate negative @offset values.
Use skb_header_pointer_careful() instead.
GangMin Kim provided a report and a repro fooling u32_classify():
BUG: KASAN: slab-out-of-bounds in u32_classify+0x1180/0x11b0
net/sched/cls_u32.c:221
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-02-14 17:15
Updated : 2026-03-25 11:16
NVD link : CVE-2026-23204
Mitre link : CVE-2026-23204
CVE.ORG link : CVE-2026-23204
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
