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

mptcp: close TOCTOU race while computing rcv_wnd

The MPTCP output path access locklessly the MPTCP-level ack_seq
in multiple times, using possibly different values for the data_ack
in the DSS option and to compute the announced rcv wnd for the same
packet.

Refactor the cote to avoid inconsistencies which may confuse the
peer. Also ensure that the MPTCP level rcv wnd is updated only when
the egress packet actually contains a DSS ack.
Published: 2026-07-19
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A time‑of‑check/time‑of‑use race exists in the Linux kernel’s MPTCP protocol when advertising the receive window. The race is caused by the output path accessing the ACK sequence and the data acknowledgment fields without proper locking, leading the kernel to compute different values for the same packet’s advertised window. This inconsistency may confuse the remote peer about how much data it can send, possibly causing excessive retransmissions or stalled communication. The potential impact is therefore a degradation of MPTCP performance or intermittent connectivity failures.

Affected Systems

Any Linux system running a kernel that still contains the unpatched MPTCP receive‑window code is vulnerable. No specific release numbers are indicated, so all kernel versions prior to the inclusion of the fix found in the linked patches are affected.

Risk and Exploitability

The CVSS score of 8.2 indicates high severity. However, the EPSS score of less than 1% suggests that exploitation is expected to be rare or technically difficult. The vulnerability is not listed in the CISA KEV catalog, implying no widespread exploitation is known. Attackers would have to establish an active MPTCP session and precisely time packets to trigger the race, which makes the path complex and limits overall risk despite the high severity.

Generated by OpenCVE AI on August 5, 2026 at 02:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the MPTCP receive‑window patch; the referenced upstream revisions contain the fix.
  • If an upgrade cannot be performed immediately, disable MPTCP by setting net.mptcp.enabled=0 via sysctl or by blacklisting the MPTCP module.
  • Monitor MPTCP connections for abnormal window size adjustments or sudden retransmission spikes that could indicate an attempt to trigger the race condition.

Generated by OpenCVE AI on August 5, 2026 at 02:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 26 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-367
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sun, 19 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mptcp: close TOCTOU race while computing rcv_wnd The MPTCP output path access locklessly the MPTCP-level ack_seq in multiple times, using possibly different values for the data_ack in the DSS option and to compute the announced rcv wnd for the same packet. Refactor the cote to avoid inconsistencies which may confuse the peer. Also ensure that the MPTCP level rcv wnd is updated only when the egress packet actually contains a DSS ack.
Title mptcp: close TOCTOU race while computing rcv_wnd
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-05T12:36:43.517Z

Reserved: 2026-07-19T07:54:57.017Z

Link: CVE-2026-63867

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63867 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:30:03Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition