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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-07-12 13:15
Updated : 2024-07-12 16:34
NVD link : CVE-2024-40931
Mitre link : CVE-2024-40931
CVE.ORG link : CVE-2024-40931
JSON object : View
Products Affected
No product.
CWE
No CWE.
