NULL pointer dereference in Linux kernel - CVE-2026-64116
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in ipv6_hop_ioam() when processing an IPv6 IOAM Hop-by-Hop option during concurrent interface teardown. A remote attacker can send a specially crafted packet to cause a denial of service.
The issue occurs because IPv6 interface state can be cleared concurrently through RCU, allowing __in6_dev_get(skb->dev) to return NULL while the packet is being handled.
How to mitigate CVE-2026-64116
Sources
- https://git.kernel.org/stable/c/09cbfd4b81ae90963dadb1de99b63b702e73290a
- https://git.kernel.org/stable/c/1dca7e491f070ac49b3d934f16ee953a53b37f38
- https://git.kernel.org/stable/c/902daac307eb7e1955ce05b071950f3cba88c963
- https://git.kernel.org/stable/c/abdd03229414b5a52943b65a60f34b84cea5ac59
- https://git.kernel.org/stable/c/c7e8971abd70e9d022f1c251ba2508f8dc7f2db8
- https://git.kernel.org/stable/c/cf75eb6617042c8cff6112daeed7791809fc9dd2
- https://git.kernel.org/stable/c/d4ea0dfd75011b78cebf3808f98ac4c4f51a6fb9