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

7.8 · HIGH
Published Sep 18, 2024 linux CWE-416 EPSS 0.27% (19th pctl)

Overview

CVE-2024-46800 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 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:

sch/netem: fix use after free in netem_dequeue

If netem_dequeue() enqueues packet to inner qdisc and that qdisc

returns __NET_XMIT_STOLEN. The packet is dropped but

qdisc_tree_reduce_backlog() is not called to update the parent's

q.qlen, leading to the similar use-after-free as Commit

e04991a48dbaf382 ("netem: fix return value if duplicate enqueue

fails")

Commands to trigger KASAN UaF:

ip link add type dummy

ip link set lo up

ip link set dummy0 up

tc qdisc add dev lo parent root handle 1: drr

tc filter add dev lo parent 1: basic classid 1:1

tc class add dev lo classid 1:1 drr

tc qdisc add dev lo parent 1:1 handle 2: netem

tc qdisc add dev lo parent 2: handle 3: drr

tc filter add dev lo parent 3: basic classid 3:1 action mirred egress

redirect dev dummy0

tc class add dev lo classid 3:1 drr

ping -c1 -W0.01 localhost # Trigger bug

tc class del dev lo classid 1:1

tc class add dev lo classid 1:1 drr

ping -c1 -W0.01 loca

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 >= 3.3, < 4.19.322 Affected

Frequently Asked Questions

What is CVE-2024-46800?

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

How severe is CVE-2024-46800?

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

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

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