Unrated severityNVD Advisory· Published Jul 20, 2026
Debian linux: In the Linux kernel, the following vulnerability has been resolved: vxlan: do n…
CVE-2026-63993
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.
Affected products
3Patches
Vulnerability mechanics
News mentions
0No linked articles in our index yet.