Checksum Validation Flaw in Linux Kernel's IPVS Component
CVE-2026-80901

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
4 September 2026

What is CVE-2026-80901?

A vulnerability in the Linux kernel's IPVS (IP Virtual Server) component has been identified, primarily affecting the validation of checksum for ICMPv6 packets. The issue arises when the function ip_vs_in_icmp_v6() fails to properly validate ICMPv6 checksums originating from clients, a critical oversight particularly when handling packet mangling for masquerading and tunnel replies. Further complicating this, the common function handle_response_icmp() lacks the necessary pseudo-header calculations for validating ICMPv6 messages from actual servers, which is problematic, especially when hardware does not validate the checksum. The resolution includes the creation of the ip_vs_checksum_common_check() helper to enforce checksum validation for these packets, encompassing TCP, UDP, and ICMP for both IPv4 and IPv6 protocols. Importantly, checksum checks are not required for LOCAL_OUT and FORWARD traffic, focusing instead on LOCAL_IN scenarios. This fix emphasizes the need for robust network protocol security to prevent potential exploitation.

Affected Version(s)

Linux 2a3b791e6e1169f374224d164738e9f7be703d77

Linux 2a3b791e6e1169f374224d164738e9f7be703d77

Linux 2a3b791e6e1169f374224d164738e9f7be703d77 < 9cbe2c0fdb71904ee929b1851cdc1c73341a03c0

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.