CVE-2026-89554: mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction

Published Sep 11, 2026
·
Updated

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

mptcp: fix uninitialized localid in syncookie MPJOIN reconstruction

mptcptokenjoincookieinitstate() restores remotenonce, localnonce, backup, joinid, token and msk from the saved cookie entry when rebuilding the request socket for a MPJOIN 4th-ACK handled under SYN cookies, but it does not restore localid, even though the SYN path saved it. subflowulpclone() then reads that uninitialized field and stores it as the joined subflow's address-ID. Because the request-sock slab is SLABTYPESAFEBYRCU and not zeroed on allocation, the value is the stale byte of a previously freed request socket, which an off-path peer can influence by sending concurrent MPJOIN SYNs. This corrupts the path manager's id-based subflow bookkeeping for the connection.

Restore subflowreq->localid from the cookie entry, as done for the other fields.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

Which connections are exposed to this issue?

The issue affects MPTCP connections that process an MP_JOIN fourth ACK while SYN cookies are in use. The vulnerable path reconstructs a request socket from saved cookie state.

2

What does an attacker need to influence the vulnerable state?

An off-path peer can influence the stale local_id value by sending concurrent MP_JOIN SYNs. The uninitialized byte comes from a previously freed request socket because the request-socket slab is not zeroed on allocation.

3

What is the resulting impact on an affected connection?

The joined subflow can be assigned an incorrect address-ID. This corrupts the MPTCP path manager's ID-based subflow bookkeeping for that connection.

4

What does the fix change?

The fix restores subflow_req->local_id from the saved cookie entry during MP_JOIN request-socket reconstruction, matching the restoration of the other saved fields.

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