CVE-2026-80901

Source
https://cve.org/CVERecord?id=CVE-2026-80901
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80901.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80901
Downstream
Published
2026-09-04T17:11:15.780Z
Modified
2026-09-06T03:47:07.650529968Z
Summary
ipvs: fix the checksum validations
Details

In the Linux kernel, the following vulnerability has been resolved:

ipvs: fix the checksum validations

ipvsinicmpv6() is missing checksum validation for ICMPv6 packets from clients. In fact, as for TCP/UDP we should validate the checksum for ICMP packets only when we mangle the packets on MASQ or on reply for tunnel.

Also, Sashiko points out that handleresponseicmp() being common for IPv4 and IPv6 is missing the pseudo-header calculation while validating ICMPv6 messages from real servers which is a problem if checksum is not validated by the hardware.

Fix the problems by creating ipvschecksumcommoncheck() helper and use it for TCP/UDP/ICMP both for IPv4 and IPv6. Rely on the nf_checksum() for validating the ICMP messages but use it also for TCP and UDP.

Use correct IP offset for IPVSDBGRLPKT for TCP/UDP/SCTP.

IPVS packets (TCP/UDP/SCTP/ICMP) do not need checksum validation on LOCALOUT (local clients or local real servers) and on FORWARD (traffic from servers on LAN). Do it only on LOCALIN, in case nfchecksum() is not called on PREROUTING.

Also, ipvschecksum_complete() can be marked static.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80901.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2a3b791e6e1169f374224d164738e9f7be703d77
Fixed
d418d73acf8be62744dc47359dfdde8c2148845d
Fixed
b3869d9b54e76dff64118dee4c8fd9302fcd5171
Fixed
9cbe2c0fdb71904ee929b1851cdc1c73341a03c0
Fixed
00eb23829fd08df1b5e057cb6b625996a70e7e65
Fixed
5558a85add073215b298f3e044ff9a6d86d714ae
Fixed
e876b75b9020a97bbdc79721e7fc749024891c65

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80901.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.28
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80901.json"