Back to overview

CVE-2026-63994

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.

Metadata

CVE ID
CVE-2026-63994
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 14:56 UTC
Last updated
2026-07-19 14:56 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 4cb47a8644cc9eb8ec81190a50e79e6530d0297f < 95b6d772bfe788331d9742d73eaa12e113b2adc4, 4cb47a8644cc9eb8ec81190a50e79e6530d0297f < 7254aef4d1a7e18e887af9010e2f2dc34806789b, 4cb47a8644cc9eb8ec81190a50e79e6530d0297f < bf8b3f34c37c162357138e7c0942723b8b94fed1, 4cb47a8644cc9eb8ec81190a50e79e6530d0297f < 76cd9398a0470257ab765bdf5f358a2af2e17934 …
Linux Linux 5.9, 0 < 5.9, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview