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

5.5 · MEDIUM
Published Oct 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2024-50015 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 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:

ext4: dax: fix overflowing extents beyond inode size when partially writing

The dax_iomap_rw() does two things in each iteration: map written blocks

and copy user data to blocks. If the process is killed by user(See signal

handling in dax_iomap_iter()), the copied data will be returned and added

on inode size, which means that the length of written extents may exceed

the inode size, then fsck will fail. An example is given as:

dd if=/dev/urandom of=file bs=4M count=1

dax_iomap_rw

iomap_iter // round 1

ext4_iomap_begin

ext4_iomap_alloc // allocate 0~2M extents(written flag)

dax_iomap_iter // copy 2M data

iomap_iter // round 2

iomap_iter_advance

iter->pos += iter->processed // iter->pos = 2M

ext4_iomap_begin

ext4_iomap_alloc // allocate 2~4M extents(written flag)

dax_iomap_iter

fatal_signal_pending

done = iter->pos - iocb->ki_pos // done = 2M

ext4_handle_inode_extension

ext4_updat

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.10, < 5.10.227 Affected

Frequently Asked Questions

What is CVE-2024-50015?

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

How severe is CVE-2024-50015?

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

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

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