CVE-2026-53183 Details
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.
A vulnerability in the Linux kernel's Multipath TCP (MPTCP) implementation allows the TCP subflow receive window to shrink, addressing an issue where incoming traffic could exceed the receiver's buffer size. This problem arose because the MPTCP and TCP layers independently enforced rules that prevented the receive window from decreasing, leading to an artificial inflation of the MPTCP receive window. The vulnerability is present in the Linux kernel stable tree and affects several versions.
Users can apply the latest patches available in the Linux kernel stable tree to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/653245266913f03fcf21cbca68eed5c197a33e52 | kernel.org | Patch |
| https://git.kernel.org/stable/c/aa3861f40ac32706d9e97bfac76984613e278788 | kernel.org | Patch |
| https://git.kernel.org/stable/c/b1fd13074f22105deec45aa02283e322733e0c2d | kernel.org | Patch |
| https://git.kernel.org/stable/c/bf364b0f10b27679140699821f88af7f01e2a6e3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c297a4e65c50a2b807d9309b22615080faffa8f3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/da23be77e1292cd611e736c3aa17da633d7ddce7 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.19, < 6.1.176 >= 6.2, < 6.6.143 >= 6.7, < 6.12.94 >= 6.13, < 6.18.36 >= 6.19, < 7.0.13 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 7.1 rc5 7.1 rc6 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 6, 2026 | Initial Analysis | [email protected] |
| Jun 28, 2026 | CVE Modified | kernel.org |
| Jun 25, 2026 | New CVE Received | kernel.org |