CVE-2026-72417
In the Linux kernel, the following vulnerability has been resolved:
netfilter: flowtable: Validate iph->ihl in nfflowip4tunnelproto()
Add sanity check for iph->ihl field in nfflowip4tunnelproto() before
using it to compute the header size, avoiding out-of-bounds access with
malformed IP headers.
While at it, use iph->protocol instead of the hardcoded IPPROTO_IPIP
constant when setting ctx->tun.proto and reference ctx->tun.hdr_size
when updating ctx->offset.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://git.kernel.org/stable/c/025a41e76b51fbc7b8eaa5bacbaa9621d00e6aa7, https://git.kernel.org/stable/c/84460b644329e25809b4a6d9279d6359d7fd8ebc, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72417.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72417, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git