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

mptcp: options: reset DSS fields in case of unexpected size

A remote peer could send a malformed DSS with a wrong size, followed by
another DSS or MPC + Data. In this case, the first suboption will be
ignored, but leaving some fields written, which could lead to
inconsistency or access uninitialized data.

Explicitly reset the fields that could have been modified in case of
unexpected size.
Published: 2026-08-26
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply patch
AI Analysis

Impact

A remote peer can send a malformed DSS suboption with an unexpected size to the Linux kernel's Multipath TCP (MPTCP) stack. The kernel ignores the invalid suboption but fails to reset certain internal fields that the malformed data may have touched, leaving them partially initialized or inconsistent. This corrupt state can cause kernel data inconsistencies, a crash, or an uninitialized data read, potentially leading to a denial‑of‑service event.

Affected Systems

The vulnerability affects the MPTCP implementation in the Linux kernel, which is included in all distributions that ship a recent kernel with MPTCP enabled. Any system running an unpatched kernel with MPTCP can be impacted. Specific affected kernel version information is not provided in the CVE data.

Risk and Exploitability

The flaw is exploitable remotely over the network and does not require privileged access. The EPSS score of 0.00404 (below 1%) indicates a very low probability of exploitation, and the vulnerability is not listed in CISA KEV. The CVSS score of 9.8 indicates critical severity. An attacker could trigger the inconsistency or crash through carefully crafted packets, posing a high risk to systems with MPTCP enabled.

Generated by OpenCVE AI on August 28, 2026 at 14:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the MPTCP DSS size validation patch.
  • If the patch cannot be applied immediately, disable the MPTCP feature on affected hosts to prevent the acceptance of malformed DSS suboptions and mitigate the improper initialization weakness.
  • Continuously monitor network traffic for unexpected DSS suboptions or patterns that may indicate attempted exploitation, addressing potential evidence of exploitation attempts.

Generated by OpenCVE AI on August 28, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

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

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

None

threat_severity

Important


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

Type Values Removed Values Added
Weaknesses CWE-665

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

Type Values Removed Values Added
Weaknesses CWE-665

Thu, 27 Aug 2026 06:15: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'}


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

Type Values Removed Values Added
Weaknesses CWE-665

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: options: reset DSS fields in case of unexpected size A remote peer could send a malformed DSS with a wrong size, followed by another DSS or MPC + Data. In this case, the first suboption will be ignored, but leaving some fields written, which could lead to inconsistency or access uninitialized data. Explicitly reset the fields that could have been modified in case of unexpected size.
Title mptcp: options: reset DSS fields in case of unexpected size
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:07.204Z

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

Link: CVE-2026-80586

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-80586

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-80586 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T15:00:13Z

Weaknesses
  • CWE-665

    Improper Initialization

  • CWE-824

    Access of Uninitialized Pointer