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

mptcp: prevent race between disconnect() and rtx

Sashiko noted that the two event can race, leading to inconsistent
status. Prevent the race using the synchronous timer stop operation.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

This kernel vulnerability arises from a race condition between the disconnect() and rtx events in the MPTCP implementation, potentially leading to inconsistent internal status and system instability. The flaw is a concurrency bug (CWE-362) that can cause denial of service or unpredictable behavior.

Affected Systems

The affected product is the Linux kernel. No specific version range is provided in the CNA data, so any kernel that includes the MPTCP module before the applied fix is potentially vulnerable. Versions from the commit history can be checked against the referenced patches.

Risk and Exploitability

No CVSS score or EPSS value is supplied and the vulnerability is not listed in CISA's KEV catalog. Because the race occurs at kernel level, exploitation would require local privileged access or elevated privileges within the host. The impact is limited to the kernel's MPTCP subsystem, but the lack of publicly available severity metrics suggests a moderate risk that should be mitigated promptly.

Generated by OpenCVE AI on September 25, 2026 at 13:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Linux kernel update that includes the MPTCP race condition fix (refer to the commit URLs in the advisory).
  • If an immediate kernel upgrade is not possible, disable the MPTCP module by setting /proc/sys/net/mptcp/mptcp_enabled to 0 to prevent the race condition from affecting operation.
  • Reboot the system to ensure the new kernel or disabled state takes effect and update any user‑space tools that rely on MPTCP accordingly.

Generated by OpenCVE AI on September 25, 2026 at 13:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent race between disconnect() and rtx Sashiko noted that the two event can race, leading to inconsistent status. Prevent the race using the synchronous timer stop operation.
Title mptcp: prevent race between disconnect() and rtx
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-09-25T10:21:53.677Z

Reserved: 2026-09-24T16:01:01.155Z

Link: CVE-2026-97567

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:07.343

Modified: 2026-09-25T11:17:07.343

Link: CVE-2026-97567

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T13:15:07Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')