Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-64116

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()<br /> <br /> Reported by Sashiko:<br /> <br /> The function ipv6_hop_ioam() accesses<br /> __in6_dev_get(skb-&gt;dev)-&gt;cnf.ioam6_enabled without validating the returned<br /> idev pointer. Because addrconf_ifdown() can concurrently clear dev-&gt;ip6_ptr<br /> via RCU, __in6_dev_get() can return NULL during interface teardown, which<br /> could cause a NULL pointer dereference when processing an IOAM Hop-by-Hop<br /> option.<br /> <br /> Let&amp;#39;s add a check and use SKB_DROP_REASON_IPV6DISABLED accordingly.