Impact
In the Linux kernel, a cached IP header pointer is stored in the variable old_iph when processing VXLAN packets. After calling skb_tunnel_check_pmtu(), the packet buffer head may be moved, invalidating that pointer. Reusing the stale old_iph value causes a use‑after‑free (CWE‑825) that can corrupt memory, crash the system, or, if an attacker controls the freed memory, enable arbitrary code execution.
Affected Systems
The flaw exists in the Linux kernel, version implementations that process VXLAN traffic. All builds of the Linux kernel that include the VXLAN module are affected; no specific version range is listed, so any kernel current to the time of the CVE that has not applied the patch is at risk.
Risk and Exploitability
The CVSS score of 9.8 indicates a severe vulnerability, while the EPSS score of less than 1% suggests the exploitation probability is currently low but not negligible. The vulnerability is not in the CISA KEV catalog. An attacker would need to send a crafted VXLAN packet to an exposed VXLAN interface to trigger the use‑after‑free, making the attack surface limited to hosts with VXLAN enabled.
OpenCVE Enrichment
Ubuntu USN