PT-2026-61433 · Linux+1 · Linux Kernel+1
CVE-2026-64116
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A NULL pointer dereference occurs in the Linux kernel when processing an IOAM Hop-by-Hop option. The function
ipv6 hop ioam() accesses in6 dev get(skb->dev)->cnf.ioam6 enabled without validating the returned idev pointer. During interface teardown, addrconf ifdown() can concurrently clear dev->ip6 ptr via RCU (Read-Copy-Update, a synchronization mechanism), causing in6 dev get() to return NULL.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu