PT-2026-61433 · Linux · Linux

CVE-2026-64116

·

Published

2026-07-19

·

Updated

2026-07-19

CVSS v3.1

7.5

High

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
In the Linux kernel, the following vulnerability has been resolved:
ipv6: ioam: add NULL check for idev in ipv6 hop ioam()
Reported by Sashiko:
The function ipv6 hop ioam() accesses in6 dev get(skb->dev)->cnf.ioam6 enabled without validating the returned idev pointer. Because addrconf ifdown() can concurrently clear dev->ip6 ptr via RCU, in6 dev get() can return NULL during interface teardown, which could cause a NULL pointer dereference when processing an IOAM Hop-by-Hop option.
Let's add a check and use SKB DROP REASON IPV6DISABLED accordingly.

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64116

Affected Products

Linux