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: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s IPVS component miscalculates IPv6 transport offsets when an IPv6 address is supplied, causing the TCP code to parse the packet as if it contained an IPv4 header. This incorrect interpretation can lead to malformed packet processing, checksum failures, or disrupted service when IPVS routes IPv6 traffic. According to the description, the fault is benign for the kernel‑space FTP daemon because Netfilter mangle redirects the ports and the TCP sequence numbers are not altered, but it can nevertheless degrade integrity or availability for other IPVS‑enabled services using IPv6.

Affected Systems

All Linux kernel releases that include the IPVS IPv6 transport offset logic prior to the inclusion of the fix commits referenced in the advisory are affected. The fixes are demonstrated in a series of git commits in the kernel tree; any kernel built before these commits is vulnerable regardless of distribution.

Risk and Exploitability

The CVSS score of 9.8 indicates a very high severity. The EPSS score of less than 1% suggests a low probability of widespread exploitation at the time of analysis, and the vulnerability is not listed in CISA’s KEV catalog, implying no public exploits are known. Exploitation would require an attacker to inject specially crafted IPv6 traffic through a configured IPVS front‑end; this is technically feasible but may be constrained in tightly controlled or isolated environments. Overall, the risk is high severity but the exploitation potential remains low to moderate based on current metrics.

Generated by OpenCVE AI on August 18, 2026 at 01:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the IPVS IPv6 offset fix as indicated by the referenced git commits.
  • Reboot or reload the system to load the updated kernel and restart the IPVS subsystem.
  • Validate IPv6 traffic handling for services behind IPVS after the upgrade to confirm that packet checksums and transport offsets are processed correctly.

Generated by OpenCVE AI on August 18, 2026 at 01:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-354
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 21:00:00 +0000

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

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


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-17T05:39:19.469Z

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-17T06:17:57.187

Link: CVE-2026-68477

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-68477 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T01:30:05Z

Weaknesses
  • CWE-354

    Improper Validation of Integrity Check Value