CVE-2026-97524: mptcp: avoid unneeded actions on subflow reset

Published Sep 25, 2026
·
Updated

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

mptcp: avoid unneeded actions on subflow reset

Once in a blue moon, the mptcp receive path can recursively call mptcpdataready() via state change under unlucky error conditions, and then try to hold the data lock again.

Break the recursion loop explicitly checking for the exceptional condition.

Add a new flag instead of using an existing one like 'closing', to exit early in subflowstatechange(), and explicitly flush the RX queue at reset time.

This avoids unneeded processing to check for available data -- calling getmappingstatus() and more on a dying subflow -- but also in error reporting and worker scheduling.

Note that we must consume the currently peeked skb before invoking mptcpdsscorruption to avoid consuming it again after the eventual reset has freed it.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:21 AM
Data Sourced
via MITRE·10:21 AM
Description
Data Sourced
via NVD·11:17 AM
DescriptionSeverity

Frequently Asked Questions

1

Which systems are potentially exposed to this issue?

Systems using the Linux kernel's Multipath TCP (MPTCP) receive path may be affected. The issue is tied to exceptional subflow reset and error conditions rather than ordinary receive processing.

2

What conditions are needed to trigger the problem?

The problem requires an unlucky error condition in which the MPTCP receive path recursively invokes mptcp_data_ready() through a subflow state change. The description does not establish whether this can be triggered by an unauthenticated remote peer or requires a particular network setup.

3

What is the practical effect of the fix?

The fix prevents recursive re-acquisition of the MPTCP data lock during a subflow reset. It also stops processing on the dying subflow, flushes its receive queue at reset time, and avoids re-consuming a previously peeked packet after reset.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203