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

mptcp: allow subflow rcv wnd to shrink

In MPTCP connection, the `window` field in the TCP header refers to the
MPTCP-level rcv_nxt and it's right edge should not move backward. Such
constraint is enforced at DSS option generation time.

At the same time, the TCP stack ensures independently that the TCP-level
rcv wnd right's edge does not move backward. That in turn causes artificial
inflating of the MPTCP rcv window when the incoming data is acked at the
TCP level and is OoO in the MPTCP sequence space (or lands in the backlog).

As a consequence, the incoming traffic can exceed the receiver rcvbuf size
even when the sender is not misbehaving.

Prevent such scenario forcibly allowing the TCP subflow to shrink the
TCP-level rcv wnd regardless of the current netns setting.
Published: 2026-06-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the Linux kernel’s MPTCP implementation, where a TCP subflow’s receive window can shrink even when the network namespace setting forbids it. This causes the MPTCP receive window to become artificially inflated, permitting incoming traffic to exceed the receiver buffer size even when the sender is not misbehaving, potentially leading to service disruption.

Affected Systems

Linux kernel versions before the fix; the CVE does not list specific affected releases, but the issue was resolved in later kernel versions.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, indicating a low exploitation probability. The vulnerability is not catalogued in CISA KEV. An attacker with the ability to initiate or influence an MPTCP connection from an external source could craft traffic that triggers the over‑inflated receive window, potentially leading to service disruption or resource exhaustion.

Generated by OpenCVE AI on June 26, 2026 at 13:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the MPTCP receive‑window shrink fix.
  • If a kernel upgrade cannot be performed immediately, disable MPTCP by setting the sysctl parameter net.mptcp.enable=0 or by removing the MPTCP kernel module.
  • Apply firewall rules to block MPTCP traffic from untrusted networks until the patched kernel is deployed.

Generated by OpenCVE AI on June 26, 2026 at 13:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mptcp: allow subflow rcv wnd to shrink In MPTCP connection, the `window` field in the TCP header refers to the MPTCP-level rcv_nxt and it's right edge should not move backward. Such constraint is enforced at DSS option generation time. At the same time, the TCP stack ensures independently that the TCP-level rcv wnd right's edge does not move backward. That in turn causes artificial inflating of the MPTCP rcv window when the incoming data is acked at the TCP level and is OoO in the MPTCP sequence space (or lands in the backlog). As a consequence, the incoming traffic can exceed the receiver rcvbuf size even when the sender is not misbehaving. Prevent such scenario forcibly allowing the TCP subflow to shrink the TCP-level rcv wnd regardless of the current netns setting.
Title mptcp: allow subflow rcv wnd to shrink
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-06-25T08:38:57.443Z

Reserved: 2026-06-09T07:44:35.390Z

Link: CVE-2026-53183

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-25T00:00:00Z

Links: CVE-2026-53183 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T14:00:22Z

Weaknesses
  • CWE-131

    Incorrect Calculation of Buffer Size