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

7.8 · HIGH
Published Aug 26, 2024 linux EPSS 0.25% (16th pctl)

Overview

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

memcg: protect concurrent access to mem_cgroup_idr

Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after

many small jobs") decoupled the memcg IDs from the CSS ID space to fix the

cgroup creation failures. It introduced IDR to maintain the memcg ID

space. The IDR depends on external synchronization mechanisms for

modifications. For the mem_cgroup_idr, the idr_alloc() and idr_replace()

happen within css callback and thus are protected through cgroup_mutex

from concurrent modifications. However idr_remove() for mem_cgroup_idr

was not protected against concurrency and can be run concurrently for

different memcgs when they hit their refcnt to zero. Fix that.

We have been seeing list_lru based kernel crashes at a low frequency in

our fleet for a long time. These crashes were in different part of

list_lru code including list_lru_add(), list_lru_del() and reparenting

code. Upon further inspection,

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.7, < 6.6.46 Affected

Frequently Asked Questions

What is CVE-2024-43892?

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

How severe is CVE-2024-43892?

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

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

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