CVE-2024-41007
Linux Kernel tcp Unbounded Retransmission Vulnerability
Description
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.
INFO
Published Date :
July 15, 2024, 9:15 a.m.
Last Modified :
Nov. 21, 2024, 9:32 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
1.4
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-41007
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-41007
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-41007
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/04317a2471c2f637b4c49cbd0e9c0d04a519f570 Added Reference https://git.kernel.org/stable/c/5d7e64d70a11d988553a08239c810a658e841982 Added Reference https://git.kernel.org/stable/c/66cb64a1d2239cd0309f9b5038b05462570a5be1 Added Reference https://git.kernel.org/stable/c/7bb7670f92bfbd05fc41a8f9a8f358b7ffed65f4 Added Reference https://git.kernel.org/stable/c/97a9063518f198ec0adb2ecb89789de342bb8283 Added Reference https://git.kernel.org/stable/c/d2346fca5bed130dc712f276ac63450201d52969 Added Reference https://git.kernel.org/stable/c/dfcdd7f89e401d2c6616be90c76c2fac3fa98fde Added Reference https://git.kernel.org/stable/c/e113cddefa27bbf5a79f72387b8fbd432a61a466 -
Initial Analysis by [email protected]
Jul. 19, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L Changed Reference Type https://git.kernel.org/stable/c/04317a2471c2f637b4c49cbd0e9c0d04a519f570 No Types Assigned https://git.kernel.org/stable/c/04317a2471c2f637b4c49cbd0e9c0d04a519f570 Patch Changed Reference Type https://git.kernel.org/stable/c/5d7e64d70a11d988553a08239c810a658e841982 No Types Assigned https://git.kernel.org/stable/c/5d7e64d70a11d988553a08239c810a658e841982 Patch Changed Reference Type https://git.kernel.org/stable/c/66cb64a1d2239cd0309f9b5038b05462570a5be1 No Types Assigned https://git.kernel.org/stable/c/66cb64a1d2239cd0309f9b5038b05462570a5be1 Patch Changed Reference Type https://git.kernel.org/stable/c/7bb7670f92bfbd05fc41a8f9a8f358b7ffed65f4 No Types Assigned https://git.kernel.org/stable/c/7bb7670f92bfbd05fc41a8f9a8f358b7ffed65f4 Patch Changed Reference Type https://git.kernel.org/stable/c/97a9063518f198ec0adb2ecb89789de342bb8283 No Types Assigned https://git.kernel.org/stable/c/97a9063518f198ec0adb2ecb89789de342bb8283 Patch Changed Reference Type https://git.kernel.org/stable/c/d2346fca5bed130dc712f276ac63450201d52969 No Types Assigned https://git.kernel.org/stable/c/d2346fca5bed130dc712f276ac63450201d52969 Patch Changed Reference Type https://git.kernel.org/stable/c/dfcdd7f89e401d2c6616be90c76c2fac3fa98fde No Types Assigned https://git.kernel.org/stable/c/dfcdd7f89e401d2c6616be90c76c2fac3fa98fde Patch Changed Reference Type https://git.kernel.org/stable/c/e113cddefa27bbf5a79f72387b8fbd432a61a466 No Types Assigned https://git.kernel.org/stable/c/e113cddefa27bbf5a79f72387b8fbd432a61a466 Patch Added CWE NIST NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.19 up to (excluding) 5.4.280 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.222 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.163 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.100 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.41 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.9.10 -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 18, 2024
Action Type Old Value New Value Added Reference kernel.org https://git.kernel.org/stable/c/7bb7670f92bfbd05fc41a8f9a8f358b7ffed65f4 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/d2346fca5bed130dc712f276ac63450201d52969 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/5d7e64d70a11d988553a08239c810a658e841982 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/04317a2471c2f637b4c49cbd0e9c0d04a519f570 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e113cddefa27bbf5a79f72387b8fbd432a61a466 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/dfcdd7f89e401d2c6616be90c76c2fac3fa98fde [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/66cb64a1d2239cd0309f9b5038b05462570a5be1 [No types assigned] -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 15, 2024
Action Type Old Value New Value Added Description 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. Added Reference kernel.org https://git.kernel.org/stable/c/97a9063518f198ec0adb2ecb89789de342bb8283 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-41007
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-41007
weaknesses.