CVE Catalog

CVE-2026-72319

CriticalCVSS 9.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

13th percentile - higher than 13% of all known CVEs

Summary

In the Linux kernel, the IPVS module has an issue ensuring that inner headers in ICMP errors are in the skb headroom. After stripping outer headers with pskb_pull(), the inner IP headers may not be available for functions like ipv4_update_pmtu(), icmp_send(), and IP_VS_DBG(). Additional length checks for inner headers were added.

Risk Assessment

Lack of proper headroom may lead to system crashes or incorrect processing of ICMP errors, potentially disrupting services and causing downtime.

Recommendation

Install the Linux kernel patch that ensures proper headroom for inner headers in ICMP errors. Monitor IPVS error messages after the update.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ipvs: ensure inner headers in ICMP errors are in headroom Sashiko points out that after stripping the outer headers with pskb_pull() we should ensure the inner IP headers in ICMP errors from tunnels are present in the skb headroom for functions like ipv4_update_pmtu(), icmp_send() and IP_VS_DBG(). Also, add more checks for the length of the inner headers.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS