CVE-2024-53122

MEDIUM

Linux Kernel 5.10-6.11.10 - DoS via Race Condition in MPTCP Subflow Creation

Title source: llm
STIX 2.1

Description

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().

Scores

CVSS v3 5.5
EPSS 0.0019
EPSS Percentile 9.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-362
Status published
Products (18)
linux/Kernel 5.10.0 - 5.15.174linux
linux/Kernel 5.16.0 - 6.1.119linux
linux/Kernel 6.2.0 - 6.6.63linux
linux/Kernel 6.7.0 - 6.11.10linux
Linux/Linux < 5.10
Linux/Linux 5.10
Linux/Linux 5.15.174 - 5.15.*
Linux/Linux 6.1.119 - 6.1.*
Linux/Linux 6.11.10 - 6.11.*
Linux/Linux 6.12
... and 8 more
Published Dec 02, 2024
Tracked Since Feb 18, 2026