In the Linux kernel, the following vulnerability has been resolved:
tunnels: load network headers after skbcow() in iptunnelpmtudbuildicmpv6
Sashiko found that iptunnelpmtudbuildicmp() and iptunnelpmtudbuildicmpv6() were caching iphdr() and ipv6hdr() 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 skbresetnetwork_header() calls which were not needed.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63994.json",
"cna_assigner": "Linux"
}