DEBIAN-CVE-2026-63992
In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume transport header in iptunnelpmtudcheckicmp() In some cases, iptunnelpmtudcheckicmp() can be called while skb transport header is not set. This triggers an out-of-bound access, because (typeof(skb->transportheader))~0U is 65535. Access the icmp header based on IPv4 network header, after making sure icmp->type is present in skb linear part. Note that iptunnelpmtudcheckicmpv6()) is fine.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://security-tracker.debian.org/tracker/CVE-2026-63992