First published: Mon Dec 02 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mptcp: cope racing subflow creation in mptcp_rcv_space_adjust Additional active subflows - i.e. created by the in kernel path manager - are included into the subflow list before starting the 3whs. A racing recvmsg() spooling data received on an already established subflow would unconditionally call tcp_cleanup_rbuf() on all the current subflows, potentially hitting a divide by zero error on the newly created ones. Explicitly check that the subflow is in a suitable state before invoking tcp_cleanup_rbuf().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.10<6.1.119 | |
Linux Kernel | >=6.2<6.6.63 | |
Linux Kernel | >=6.7<6.11.10 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 | |
Linux Kernel | =6.12-rc7 | |
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53122 has been classified with a moderate severity level due to potential impacts on network stability.
To address CVE-2024-53122, update the Linux kernel to version 6.1.119 or later, or apply the relevant patches provided by your distribution.
CVE-2024-53122 affects Linux kernel versions between 5.10 and 6.11.10, as well as specific 6.12 release candidates.
CVE-2024-53122 impacts the multipath TCP implementation, specifically related to subflow creation.
Yes, CVE-2024-53122 could potentially be exploited remotely, which raises concerns for systems exposed to untrusted networks.