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

mptcp: reclaim forward-allocated memory on RX path errors

After commit 9db5b3cec4ec ("mptcp: borrow forward memory from subflow"),
errors in the receive path prior to queueing skbs into the receive
queue do not trigger forward-allocated memory reclaiming.

Prevent forward memory from growing unboundedly in pathological drop
scenarios by explicitly reclaiming memory when skbs are dropped.
Published: 2026-08-26
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Memory Exhaustion (Denial of Service)
Action: Immediate Patch
AI Analysis

Impact

The Linux kernel Multi‑Protocol Transport Control Protocol (MPTCP) implementation has a flaw in which forward‑allocated memory is not reclaimed when receive‑path errors occur before packets are queued. This oversight allows an attacker to supply crafted traffic that repeatedly triggers such errors, causing forward memory buffers to grow without bound and potentially exhausting system memory, which can result in a denial‑of‑service condition.

Affected Systems

This issue affects systems that run a Linux kernel with the MPTCP module enabled. Any kernel version that has not incorporated the commit that restores forward‑memory reclamation prior to enqueueing packets is vulnerable. The problem manifests only when the MPTCP path processes packets that are dropped due to errors, so kernel users must be aware of whether their deployment includes a hardened kernel or has MPTCP disabled.

Risk and Exploitability

Based on the description, it is inferred that the attack vector is remote via crafted MPTCP traffic. An adversary could exploit this remotely by repeatedly sending malformed MPTCP packets that trigger receive‑path errors, forcing the kernel to consume additional forward memory that is never freed. The CVSS score of 7.5 indicates a medium‑high severity, while the EPSS score of < 1% suggests a very low exploitation probability. Because the vulnerability is not listed in CISA KEV, it has not been identified as a known exploited vulnerability, yet the nature of the flaw still permits unbounded memory consumption if triggered.

Generated by OpenCVE AI on August 28, 2026 at 18:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest release that includes the patch restoring forward‑memory reclamation on receive‑path errors.
  • If upgrading immediately is not possible, temporarily disable MPTCP (e.g., set net.mptcp.enable to 0) to mitigate exploitation risk.
  • Monitor system memory and network traffic for abnormal patterns that could indicate repeated MPTCP packet drops and apply additional kernel hardening measures.

Generated by OpenCVE AI on August 28, 2026 at 18:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 27 Aug 2026 18:00:00 +0000

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

None

threat_severity

Moderate


Thu, 27 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 27 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-401

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Wed, 26 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-401

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec ("mptcp: borrow forward memory from subflow"), errors in the receive path prior to queueing skbs into the receive queue do not trigger forward-allocated memory reclaiming. Prevent forward memory from growing unboundedly in pathological drop scenarios by explicitly reclaiming memory when skbs are dropped.
Title mptcp: reclaim forward-allocated memory on RX path errors
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-27T05:02:09.335Z

Reserved: 2026-08-26T14:34:25.770Z

Link: CVE-2026-80588

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:15.180

Modified: 2026-08-27T06:17:46.353

Link: CVE-2026-80588

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80588 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:30:08Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime