CVE-2026-45850
Awaiting Analysis Awaiting Analysis - Queue
IPv6 Extension Header Checksum Bypass in Linux Kernel

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ipvs: skip ipv6 extension headers for csum checks Protocol checksum validation fails for IPv6 if there are extension headers before the protocol header. iph->len already contains its offset, so use it to fix the problem.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's IP Virtual Server (ipvs) component. It involves the protocol checksum validation process for IPv6 packets. Specifically, the validation fails if there are IPv6 extension headers present before the protocol header. The issue arises because the length field (iph->len) already includes the offset of these headers, but the checksum validation did not account for this, leading to incorrect validation. The fix involves using the length field properly to skip the IPv6 extension headers during checksum checks.

Impact Analysis

Because the protocol checksum validation can fail when IPv6 extension headers are present, this could allow malformed or malicious packets to bypass checksum verification. This might lead to incorrect processing of network packets, potentially causing network communication issues or enabling certain types of attacks that rely on evading checksum validation.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45850. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart