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

ipvs: fix more places with wrong ipv6 transport offsets

Sashiko reports for more incorrect IPv6 transport offsets.

The app code for TCP was assuming IPv4 network header
even after the ipvsh argument was provided. This can
cause problems with apps over IPv6. As for the only
official app in the kernel tree (FTP) this problem is
harmless because we use Netfilter to mangle the FTP
ports and we do not adjust the TCP seq numbers.

Also, provide correct offset of the ICMPV6 header in
ip_vs_out_icmp_v6() for correct checksum checks when
the IPv6 packet has extension headers.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves incorrect assumptions by the Linux kernel’s IPVS component about IPv6 packet structure, specifically wrong transport offsets that caused the TCP code to incorrectly treat IPv4 headers after an IPv6 argument was supplied. This results in malformed packet processing, potentially leading to checksum errors, port corruption, or service disruption for applications routed through IPVS. The only documented use within the kernel tree is the official FTP app, which in practice the issue is harmless because Netfilter mangles FTP ports and TCP sequence numbers are not adjusted. Nonetheless, any IPVS-enabled service that handles IPv6 traffic could be affected by this misinterpretation.

Affected Systems

All releases of the Linux kernel that contain the IPVS IPv6 transport offset logic and were released before the patch commit described in the references. No specific version range is provided in the data, so any kernel prior to the inclusion of the fix is potentially affected.

Risk and Exploitability

The CVSS score is not available, and the EPSS score is not reported. The vulnerability is not listed in CISA’s KEV, suggesting there are no known public exploits documented. The risk of exploitation would require an attacker to inject crafted IPv6 traffic through an IPVS front‑end, which may be difficult in tightly controlled environments. In the absence of exploitation evidence, the threat is considered low to moderate, but the lack of public CVSS data means exact severity cannot be quantified.

Generated by OpenCVE AI on August 15, 2026 at 07:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the IPVS IPv6 offset fix, as referenced in the provided Git commits.
  • Restart the IPVS subsystem or reload the relevant kernel module to ensure the updated code is active.
  • Verify IPv6 connectivity and port handling for services behind IPVS after the update to confirm proper operation.

Generated by OpenCVE AI on August 15, 2026 at 07:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-303

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause problems with apps over IPv6. As for the only official app in the kernel tree (FTP) this problem is harmless because we use Netfilter to mangle the FTP ports and we do not adjust the TCP seq numbers. Also, provide correct offset of the ICMPV6 header in ip_vs_out_icmp_v6() for correct checksum checks when the IPv6 packet has extension headers.
Title ipvs: fix more places with wrong ipv6 transport offsets
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-08-15T05:51:32.820Z

Reserved: 2026-07-30T09:28:09.396Z

Link: CVE-2026-68477

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:20:47.440

Modified: 2026-08-15T06:20:47.440

Link: CVE-2026-68477

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T08:15:04Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index

  • CWE-303

    Incorrect Implementation of Authentication Algorithm