CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-80585

criticalCVSS 9.4covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: mptcp: fastopen: only mark MPTFO subflows with SYN data Passive TCP Fast Open accepts a valid-cookie SYN even when it carries no data. In that case the child socket's receive queue is intentionally left empty. mptcp_fastopen_subflow_synack_set_params() set is_mptfo before checking for queued SYN data. That made data-less TFO SYNs hit a WARN and, if the warning was non-fatal, left stale MPTFO state behind. The stale flag could later trigger a state-confusion bug in check_fully_established(). Only mark the subflow as MPTFO after confirming that an SKB was queued. Return quietly when the receive queue is empty. Note that mptcp_subflow_context's is_mptfo field is now not just about subflows where the TFO was present, but about MPTFO subflow that consumed SYN data. Only having a valid cookie but not carrying data is not really "doing TFO".

CSIRTS triage

What
MPTCP fastopen incorrectly marks MPTFO subflows without SYN data, causing protocol violation.
Who is affected
Systems using MPTCP fastopen with multiple subflows.
Urgency
Low priority; protocol violation can cause connection issues but impact is limited to multipath TCP users.
Action
Patch MPTCP fastopen to only mark subflows when SYN data is actually present.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-80585

Get an email if CVE-2026-80585 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-80585

CVE.org record

Embed the live status

CVE-2026-80585 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-80585 status](https://www.csirts.com/badge/CVE-2026-80585)](https://www.csirts.com/cve/CVE-2026-80585)