In the Linux kernel, the following vulnerability has been resolved:
vxlan: do not reuse cached iphdr() value after skbtunnelcheckpmtu()
skbtunnelcheck_pmtu() can change skb->head.
Reusing oldiph afer skbtunnelcheckpmtu() can cause an UAF.
Use instead ip_hdr(skb) as done in drivers/net/bareudp.c and drivers/net/geneve.c.
Found by Sashiko.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63993.json"
}