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

5.5 · MEDIUM
Published Aug 17, 2024 linux EPSS 0.25% (16th pctl)

Overview

CVE-2024-43834 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

xdp: fix invalid wait context of page_pool_destroy()

If the driver uses a page pool, it creates a page pool with

page_pool_create().

The reference count of page pool is 1 as default.

A page pool will be destroyed only when a reference count reaches 0.

page_pool_destroy() is used to destroy page pool, it decreases a

reference count.

When a page pool is destroyed, ->disconnect() is called, which is

mem_allocator_disconnect().

This function internally acquires mutex_lock().

If the driver uses XDP, it registers a memory model with

xdp_rxq_info_reg_mem_model().

The xdp_rxq_info_reg_mem_model() internally increases a page pool

reference count if a memory model is a page pool.

Now the reference count is 2.

To destroy a page pool, the driver should call both page_pool_destroy()

and xdp_unreg_mem_model().

The xdp_unreg_mem_model() internally calls page_pool_destroy().

Only page_pool_destroy() decreases a reference count.

I

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.3.18, < 5.4 Affected

Frequently Asked Questions

What is CVE-2024-43834?

CVE-2024-43834 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-43834?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-43834?

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

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