CVE-2026-72429

Linux · Kernel

A type confusion vulnerability in the Linux kernel IPv6 IOAM implementation allows for potential invalid pointer access due to incorrect casting of dst_entry structures.

Executive summary

A critical type confusion vulnerability in the Linux kernel IPv6 subsystem could allow an unauthenticated attacker to trigger invalid memory access, potentially leading to system instability or code execution.

Vulnerability

The vulnerability stems from an incorrect cast of a dummy dst_entry object within the IPv6 IOAM (In-situ OAM) implementation. Because the kernel treats this object as a struct rt6_info, it can lead to invalid pointer arithmetic and memory access, which is reachable by unauthenticated remote users.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical risk to system integrity and availability. Successful exploitation could result in a kernel panic, leading to significant service disruption, or potentially provide an attacker with a primitive for arbitrary code execution within the kernel context. Given the core nature of the Linux kernel, this flaw poses a severe threat to any infrastructure relying on affected network configurations.

Remediation

Immediate Action: Apply the latest security updates provided by your distribution vendor, ensuring the kernel is updated to at least version 6.18.40 or 7.1.5.

Proactive Monitoring: Monitor system logs for kernel oops or unexpected crash reports that may indicate exploitation attempts targeting memory corruption.

Compensating Controls: If patching is not immediately feasible, restrict access to network services utilizing IPv6 IOAM features or implement network-level filtering to block malicious traffic patterns targeting the IOAM subsystem.

Exploitation status

Public Exploit Available: No (exploit_available: unknown)

Analyst recommendation

Due to the critical severity and the potential for kernel-level impact, organizations must prioritize patching the Linux kernel across all affected environments. System administrators should verify their current kernel versions and coordinate with their distribution maintainers to deploy the necessary updates as soon as they become available in stable repositories.

More Linux CVEs

Sources