Description
In the Linux kernel, the following vulnerability has been resolved:

vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()

skb_tunnel_check_pmtu() can change skb->head.

Reusing old_iph afer skb_tunnel_check_pmtu() can cause an UAF.

Use instead ip_hdr(skb) as done in drivers/net/bareudp.c
and drivers/net/geneve.c.

Found by Sashiko.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on August 5, 2026 at 02:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the patch shown in the referenced commit series.
  • If a kernel upgrade cannot be applied, disable VXLAN interfaces or use firewall rules to restrict VXLAN traffic to trusted sources only.
  • Remove or update any third‑party modules that provide VXLAN tunneling to ensure they contain the fixed code.

Generated by OpenCVE AI on August 5, 2026 at 02:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Important


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu() skb_tunnel_check_pmtu() can change skb->head. Reusing old_iph afer skb_tunnel_check_pmtu() can cause an UAF. Use instead ip_hdr(skb) as done in drivers/net/bareudp.c and drivers/net/geneve.c. Found by Sashiko.
Title vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:37:57.287Z

Reserved: 2026-07-19T07:54:57.025Z

Link: CVE-2026-63993

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63993 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:15:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference