Impact
The Linux kernel contains a flaw where the Ethernet header pointer cached in vxlan_xmit() can become dangling after route_shortcircuit() reallocates skb. This use‑after‑free leads to dereferencing freed memory and may allow a crafted VXLAN packet to cause a kernel crash, potentially disrupting network packet handling. The vulnerability directly affects network packet integrity and can be exploited without user interaction if the attacker can send crafted packets to the target system.
Affected Systems
The flaw affects Linux kernel implementations that use the VXLAN module. No specific kernel versions are listed, so any build that includes the affected vxlan code and has not applied the patch is potentially vulnerable.
Risk and Exploitability
The CVSS score has not been published, and EPSS data for this issue is not available. The bug is listed as not in the CISA KEV catalog at this time. The use‑after‑free nature indicates a high impact on integrity, potentially leading to a kernel crash when an attacker crafts VXLAN packets that trigger route_shortcircuit() and cause the stale pointer dereference. Attackers would need remote network access to send such packets, making the risk primarily remote network‑based exploitation.
OpenCVE Enrichment