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

7.1 · HIGH
Published Jul 29, 2024 linux CWE-125 EPSS 0.22% (13th pctl)

Overview

CVE-2024-41013 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.1 (HIGH).

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

xfs: don't walk off the end of a directory data block

This adds sanity checks for xfs_dir2_data_unused and xfs_dir2_data_entry

to make sure don't stray beyond valid memory region. Before patching, the

loop simply checks that the start offset of the dup and dep is within the

range. So in a crafted image, if last entry is xfs_dir2_data_unused, we

can change dup->length to dup->length-1 and leave 1 byte of space. In the

next traversal, this space will be considered as dup or dep. We may

encounter an out of bound read when accessing the fixed members.

In the patch, we make sure that the remaining bytes large enough to hold

an unused entry before accessing xfs_dir2_data_unused and

xfs_dir2_data_unused is XFS_DIR2_DATA_ALIGN byte aligned. We also make

sure that the remaining bytes large enough to hold a dirent with a

single-byte name before accessing xfs_dir2_data_entry.

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 >= 0, < 6.1.142 Affected

Frequently Asked Questions

What is CVE-2024-41013?

CVE-2024-41013 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.1 (HIGH).

How severe is CVE-2024-41013?

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

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

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