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

7.8 · HIGH
Published Nov 9, 2024 linux EPSS 0.23% (13th pctl)

Overview

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

fsdax: dax_unshare_iter needs to copy entire blocks

The code that copies data from srcmap to iomap in dax_unshare_iter is

very very broken, which bfoster's recent fsx changes have exposed.

If the pos and len passed to dax_file_unshare are not aligned to an

fsblock boundary, the iter pos and length in the _iter function will

reflect this unalignment.

dax_iomap_direct_access always returns a pointer to the start of the

kmapped fsdax page, even if its pos argument is in the middle of that

page. This is catastrophic for data integrity when iter->pos is not

aligned to a page, because daddr/saddr do not point to the same byte in

the file as iter->pos. Hence we corrupt user data by copying it to the

wrong place.

If iter->pos + iomap_length() in the _iter function not aligned to a

page, then we fail to copy a full block, and only partially populate the

destination block. This is catastrophic for data confidentiality

be

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.113, < 6.1.116 Affected

Frequently Asked Questions

What is CVE-2024-50250?

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

How severe is CVE-2024-50250?

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

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

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