In the Linux kernel, the following vulnerability has been resolved:
mptcp: ensure snd_una is properly initialized on connect
This is strictly related to commit fb7a0d334894 ("mptcp: ensure snd_nxt
is properly initialized on connect"). It turns out that syzkaller can
trigger the retransmit after fallback and before processing any other
incoming packet - so that snd_una is still left uninitialized.
Address the issue explicitly initializing snd_una together with snd_nxt
and write_seq.
References
Configurations
Configuration 1 (hide)
|
History
06 Mar 2025, 12:53
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* |
|
CWE | CWE-908 | |
References | () https://git.kernel.org/stable/c/208cd22ef5e57f82d38ec11c1a1703f9401d6dde - Patch | |
References | () https://git.kernel.org/stable/c/7b9c7fc8600b64a86e4b47b2d190bba380267726 - Patch | |
References | () https://git.kernel.org/stable/c/8031b58c3a9b1db3ef68b3bd749fbee2e1e1aaa3 - Patch | |
References | () https://git.kernel.org/stable/c/ef473bf1dd7e8dd08bcc04b9e2d1bfed69a0a7ce - Patch | |
References | () https://git.kernel.org/stable/c/f03c46eabb3a67bd2993e237ab5517f00a5f1813 - Patch | |
References | () https://git.kernel.org/stable/c/f1f0a46f8bb8890b90ab7194f0a0c8fe2a3fb57f - Patch |
Information
Published : 2024-07-12 13:15
Updated : 2025-03-06 12:53
NVD link : CVE-2024-40931
Mitre link : CVE-2024-40931
CVE.ORG link : CVE-2024-40931
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource