CVE-2026-89554
Last modified
CVE-2026-89554 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction mptcp_token_join_cookie_init_state() restores remote_nonce, local_nonce, backup, join_id, token and msk from the saved cookie entry when rebuilding the request socket for a MP_JOIN 4th-ACK handled under SYN cookies, but it does not restore local_id, even though the SYN path saved it. subflow_ulp_clone() then reads that uninitialized field and stores it as the joined subflow's address-ID. Because the request-sock slab is SLAB_TYPESAFE_BY_RCU 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 MP_JOIN SYNs. EPSS estimates a 0.56% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction mptcp_token_join_cookie_init_state() restores remote_nonce, local_nonce, backup, join_id, token and msk from the saved cookie entry when rebuilding the request socket for a MP_JOIN 4th-ACK handled under SYN cookies, but it does not restore local_id, even though the SYN path saved it. subflow_ulp_clone() then reads that uninitialized field and stores it as the joined subflow's address-ID. Because the request-sock slab is SLAB_TYPESAFE_BY_RCU 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 MP_JOIN SYNs. This corrupts the path manager's id-based subflow bookkeeping for the connection. Restore subflow_req->local_id from the cookie entry, as done for the other fields.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 4534e0eead692bb069ad1e6a5a245fc2e2078300; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 63cacb05e51a1c6e1349d2e593d00fd6ef43def4; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 954b5ea836eb118d188975ced803448537ab8479; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 9df36a4846375a9b75bf42d77bfed216b0f366f9; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 64f2c5dd49b956a542c8c02b8dad5d262a462bba; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < 51887ccd88791ddaa8755a7c614fda031ecf7982; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < bf19d166337c6488b39cb03eeeffb30a941d6326; >= 9466a1ccebbe54ac57fb8a89c2b4b854826546a8, < b878dfdd12d7a5b8722a78d35e313506140ca3d9 |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89554?
How severe is CVE-2026-89554?
How do I fix CVE-2026-89554?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89549In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8955Privilege escalation in the DOM: Workers component. This vul…8.8
- CVE-2026-89550In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89551In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89552In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89553In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89555In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89556In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89557In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89558In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89559In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8956Integer overflow in the Networking: JAR component. This vuln…9.8
Are you affected by CVE-2026-89554?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
