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

7.0 · HIGH
Published Aug 17, 2024 linux CWE-416 EPSS 0.23% (13th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.0, 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:

cgroup/cpuset: Prevent UAF in proc_cpuset_show()

An UAF can happen when /proc/cpuset is read as reported in [1].

This can be reproduced by the following methods:

1.add an mdelay(1000) before acquiring the cgroup_lock In the

cgroup_path_ns function.

2.$cat /proc/<pid>/cpuset repeatly.

3.$mount -t cgroup -o cpuset cpuset /sys/fs/cgroup/cpuset/

$umount /sys/fs/cgroup/cpuset/ repeatly.

The race that cause this bug can be shown as below:

(umount) | (cat /proc/<pid>/cpuset)

css_release | proc_cpuset_show

css_release_work_fn | css = task_get_css(tsk, cpuset_cgrp_id);

css_free_rwork_fn | cgroup_path_ns(css->cgroup, ...);

cgroup_destroy_root | mutex_lock(&cgroup_mutex);

rebind_subsystems |

cgroup_free_root |

| // cgrp was freed, UAF

| cgroup_path_ns_locked(cgrp,..);

When the cpuset is initialized, the root node top_cpuset.css.cgrp

will point to &cgrp_dfl_root.cgrp. In cgroup v1, the mount operation will

allo

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.6, < 6.1.103 Affected

Frequently Asked Questions

What is CVE-2024-43853?

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

How severe is CVE-2024-43853?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-43853?

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

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