CVE-2026-80585
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
26/08/2026
Última modificación:
27/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mptcp: fastopen: only mark MPTFO subflows with SYN data<br />
<br />
Passive TCP Fast Open accepts a valid-cookie SYN even when it carries<br />
no data. In that case the child socket&#39;s receive queue is intentionally<br />
left empty.<br />
<br />
mptcp_fastopen_subflow_synack_set_params() set is_mptfo before checking<br />
for queued SYN data. That made data-less TFO SYNs hit a WARN and, if<br />
the warning was non-fatal, left stale MPTFO state behind. The stale<br />
flag could later trigger a state-confusion bug in<br />
check_fully_established().<br />
<br />
Only mark the subflow as MPTFO after confirming that an SKB was queued.<br />
Return quietly when the receive queue is empty.<br />
<br />
Note that mptcp_subflow_context&#39;s is_mptfo field is now not just about<br />
subflows where the TFO was present, but about MPTFO subflow that<br />
consumed SYN data. Only having a valid cookie but not carrying data is<br />
not really "doing TFO".
Impacto
Puntuación base 3.x
9.40
Gravedad 3.x
CRÍTICA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/72b4a0c51a4b550d40301d60a366b429b8c8e78d
- https://git.kernel.org/stable/c/75e564b2ced1cc3d9a8904c7d2d2bb448fffb8b5
- https://git.kernel.org/stable/c/e00b63056fb4f261455b3e5df5268a1f8ce47a87
- https://git.kernel.org/stable/c/f75f174edc865738522e514d042cf5627f084859
- https://git.kernel.org/stable/c/fca7e444c04689fe4cc6b56f2725f804a4bb1ef9



