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-50154

9.8 · CRITICAL
Published Nov 7, 2024 linux CWE-416 EPSS 0.56% (44th pctl)

Overview

CVE-2024-50154 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 7, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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/dccp: Don't use timer_pending() in reqsk_queue_unlink().

Martin KaFai Lau reported use-after-free [0] in reqsk_timer_handler().

"""

We are seeing a use-after-free from a bpf prog attached to

trace_tcp_retransmit_synack. The program passes the req->sk to the

bpf_sk_storage_get_tracing kernel helper which does check for null

before using it.

"""

The commit 83fccfc3940c ("inet: fix potential deadlock in

reqsk_queue_unlink()") added timer_pending() in reqsk_queue_unlink() not

to call del_timer_sync() from reqsk_timer_handler(), but it introduced a

small race window.

Before the timer is called, expire_timers() calls detach_timer(timer, true)

to clear timer->entry.pprev and marks it as not pending.

If reqsk_queue_unlink() checks timer_pending() just after expire_timers()

calls detach_timer(), TCP will miss del_timer_sync(); the reqsk timer will

continue running and send multiple SYN+ACKs until it expire

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.1.11, < 4.2 Affected

Frequently Asked Questions

What is CVE-2024-50154?

CVE-2024-50154 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 7, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-50154?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-50154?

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-50154?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-50154 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.