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

7.8 · HIGH
Published Sep 11, 2024 linux CWE-416 EPSS 0.28% (20th pctl)

Overview

CVE-2024-45016 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

netem: fix return value if duplicate enqueue fails

There is a bug in netem_enqueue() introduced by

commit 5845f706388a ("net: netem: fix skb length BUG_ON in __skb_to_sgvec")

that can lead to a use-after-free.

This commit made netem_enqueue() always return NET_XMIT_SUCCESS

when a packet is duplicated, which can cause the parent qdisc's q.qlen

to be mistakenly incremented. When this happens qlen_notify() may be

skipped on the parent during destruction, leaving a dangling pointer

for some classful qdiscs like DRR.

There are two ways for the bug happen:

- If the duplicated packet is dropped by rootq->enqueue() and then

the original packet is also dropped.

- If rootq->enqueue() sends the duplicated packet to a different qdisc

and the original packet is dropped.

In both cases NET_XMIT_SUCCESS is returned even though no packets

are enqueued at the netem qdisc.

The fix is to defer the enqueue of the duplicate packe

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 >= 5.0, < 5.4.283 Affected

Frequently Asked Questions

What is CVE-2024-45016?

CVE-2024-45016 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-45016?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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