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

tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()

Sashiko found that iptunnel_pmtud_build_icmp() and
iptunnel_pmtud_build_icmpv6() were caching ip_hdr() and ipv6_hdr()
before an skb_cow() call which can reallocate skb->head.

Fix this possible UAF by initializing the local variables
after the skb_cow() call.

Remove skb_reset_network_header() calls which were not needed.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a use‑after‑free flaw in the Linux kernel’s IP‑tunnel Maximum‑Segment‑Size discovery logic. In iptunnel_pmtud_build_icmp() and its IPv6 counterpart, the code read and cached the IP or IPv6 header before performing a socket buffer copy‑on‑write (skb_cow()). If the copy causes the buffer to reallocate, the stored header pointers become dangling, allowing a malicious packet to trigger a use‑after‑free that could lead to arbitrary kernel execution. This weakness is identified as CWE‑825.

Affected Systems

Any Linux kernel where the vulnerable iptunnel_pmtud_build_icmp() or iptunnel_pmtud_build_icmpv6() implementation is present and the fix that re‑initializes header variables after skb_cow() has not been applied is affected. The CPE indicates all Linux kernel kernels, meaning that all currently released releases that predate the patch are at risk until the patch is installed.

Risk and Exploitability

With a CVSS score of 9.8 the flaw is classified as critical. The EPSS score of less than 1 % suggests that exploitation is unlikely at present, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is inferred to involve the delivery of specially crafted tunnel packets that trigger the PMTU discovery routine, requiring network or local access to the target host. No public exploits have been reported, but the use‑after‑free nature makes it a high‑value target for adversaries seeking kernel privilege escalation.

Generated by OpenCVE AI on August 5, 2026 at 03:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that incorporates the fix for iptunnel_pmtud_build_icmp() and iptunnel_pmtud_build_icmpv6(), ensuring local header variables are reinitialized after skb_cow().
  • If a configuration option or service bandwidth setting is available to disable PMTU discovery on tunnel interfaces, consider disabling it temporarily until the kernel patch is applied; this mitigation is inferred and requires confirmation from your platform documentation.
  • Monitor kernel logs for regressions or suspicious messages on the network interfaces associated with IP tunnels, so that any anomalous activity can be detected early and remedied before exploitation occurs.

Generated by OpenCVE AI on August 5, 2026 at 03:27 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 00: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: tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]() Sashiko found that iptunnel_pmtud_build_icmp() and iptunnel_pmtud_build_icmpv6() were caching ip_hdr() and ipv6_hdr() before an skb_cow() call which can reallocate skb->head. Fix this possible UAF by initializing the local variables after the skb_cow() call. Remove skb_reset_network_header() calls which were not needed.
Title tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()
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:58.389Z

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

Link: CVE-2026-63994

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-63994 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T03:30:06Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference