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.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Protocol checksum validation fails for IPv6 when extension headers precede the protocol header. The packet length offset (iph->len) is already set to include the preceding headers, but the checksum calculation does not use this offset, causing packets with extension headers to be incorrectly validated. An attacker could exploit this flaw by constructing IPv6 packets that either bypass checksum verification or trigger errors, potentially leading to traffic manipulation or denial‑of‑service conditions. The underlying weakness is an incorrect handling of packet headers during checksum computation.

Affected Systems

The flaw resides in the Linux kernel, affecting all distros that use the standard open‑source Linux kernel until it is updated with the fix. No specific kernel versions are listed in the advisory, so the vulnerability potentially applies to any version prior to the inclusion of the patch applied in commit 05cfe9863ef049d98141dc2969eefde72fb07625.

Risk and Exploitability

The advisory does not provide a CVSS metric, and the EPSS score is not available, making it difficult to quantify exploitation likelihood. The flaw is documented as having been resolved, suggesting the patch has been merged into the mainline kernel, which is widely distributed. Attackers would need to craft IPv6 packets with extension headers, so the attack vector is likely remote network based. Because the vulnerability can affect packet handling globally, the impact could be significant if exploited on high‑traffic systems, though the lack of a public exploit or KEV listing reduces the immediate risk assessment.

Generated by OpenCVE AI on May 27, 2026 at 15:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes commit 05cfe9863ef049d98141dc2969eefde72fb07625 or later, ensuring that the checksum logic is corrected.
  • If an immediate kernel upgrade is not possible, reduce the surface by disabling IPv6 extension headers on critical interfaces using sysctl or network configuration, thereby preventing packets that trigger the bug.
  • Monitor system logs for checksum errors or abnormal packet patterns, and consider implementing packet filtering rules to drop malformed IPv6 packets that could exploit the checksum flaw.

Generated by OpenCVE AI on May 27, 2026 at 15:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-107
CWE-20

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
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.
Title ipvs: skip ipv6 extension headers for csum checks
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:15:21.389Z

Reserved: 2026-05-13T15:03:33.079Z

Link: CVE-2026-45850

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:16:56.970

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45850

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T16:15:05Z

Weaknesses