← Back to CVE List

CVE-2024-26708

Published: 2024-04-03T15:15Z
Last Modified: 2025-04-08T15:31Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: mptcp: really cope with fastopen race Fastopen and PM-trigger subflow shutdown can race, as reported by syzkaller. In my first attempt to close such race, I missed the fact that the subflow status can change again before the subflow_state_change callback is invoked. Address the issue additionally copying with all the states directly reachable from TCP_FIN_WAIT1. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt