CVE-2024-41007
LOWLinux Kernel - Denial of Service via TCP Retransmit Timer
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: tcp: avoid too many retransmit packets If a TCP socket is using TCP_USER_TIMEOUT, and the other peer retracted its window to zero, tcp_retransmit_timer() can retransmit a packet every two jiffies (2 ms for HZ=1000), for about 4 minutes after TCP_USER_TIMEOUT has 'expired'. The fix is to make sure tcp_rtx_probe0_timed_out() takes icsk->icsk_user_timeout into account. Before blamed commit, the socket would not timeout after icsk->icsk_user_timeout, but would use standard exponential backoff for the retransmits. Also worth noting that before commit e89688e3e978 ("net: tcp: fix unexcepted socket die when snd_wnd is 0"), the issue would last 2 minutes instead of 4.
References (9)
Core 9
Core References
Scores
CVSS v3
3.3
EPSS
0.0023
EPSS Percentile
13.5%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
Status
published
Products (26)
linux/Kernel
4.19.0 - 4.19.318linux
linux/Kernel
4.20.0 - 5.4.280linux
linux/Kernel
5.11.0 - 5.15.163linux
linux/Kernel
5.16.0 - 6.1.100linux
linux/Kernel
5.5.0 - 5.10.222linux
linux/Kernel
6.2.0 - 6.6.41linux
linux/Kernel
6.7.0 - 6.9.10linux
Linux/Linux
< 4.19
Linux/Linux
4.19
Linux/Linux
4.19.318 - 4.19.*
... and 16 more
Published
Jul 15, 2024
Tracked Since
Feb 18, 2026