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

7.8 · HIGH
Published Jul 29, 2024 linux CWE-416 EPSS 0.27% (20th pctl)

Overview

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

cachefiles: wait for ondemand_object_worker to finish when dropping object

When queuing ondemand_object_worker() to re-open the object,

cachefiles_object is not pinned. The cachefiles_object may be freed when

the pending read request is completed intentionally and the related

erofs is umounted. If ondemand_object_worker() runs after the object is

freed, it will incur use-after-free problem as shown below.

process A processs B process C process D

cachefiles_ondemand_send_req()

// send a read req X

// wait for its completion

// close ondemand fd

cachefiles_ondemand_fd_release()

// set object as CLOSE

cachefiles_ondemand_daemon_read()

// set object as REOPENING

queue_work(fscache_wq, &info->ondemand_work)

// close /dev/cachefiles

cachefiles_daemon_r

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 >= 6.1.95, < 6.1.100 Affected

Frequently Asked Questions

What is CVE-2024-41051?

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

How severe is CVE-2024-41051?

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

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

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