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.
References
Configurations
Configuration 1 (hide)
|
History
08 Apr 2025, 15:31
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
CWE | CWE-362 | |
References | () https://git.kernel.org/stable/c/337cebbd850f94147cee05252778f8f78b8c337f - Patch | |
References | () https://git.kernel.org/stable/c/4bfe217e075d04e63c092df9d40c608e598c2ef2 - Patch | |
References | () https://git.kernel.org/stable/c/e158fb9679d15a2317ec13b4f6301bd26265df2f - Patch |
Information
Published : 2024-04-03 15:15
Updated : 2025-04-08 15:31
NVD link : CVE-2024-26708
Mitre link : CVE-2024-26708
CVE.ORG link : CVE-2024-26708
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')