Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-41007

7.5 · HIGH
Published Jul 15, 2024 linux EPSS 0.77% (53th pctl)

Overview

CVE-2024-41007 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 15, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19, < 5.4.280 Affected

Frequently Asked Questions

What is CVE-2024-41007?

CVE-2024-41007 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 15, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-41007?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-41007?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-41007?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-41007 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.