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

5.5 · MEDIUM
Published Oct 21, 2024 linux EPSS 0.27% (18th pctl)

Overview

CVE-2024-50022 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:

device-dax: correct pgoff align in dax_set_mapping()

pgoff should be aligned using ALIGN_DOWN() instead of ALIGN(). Otherwise,

vmf->address not aligned to fault_size will be aligned to the next

alignment, that can result in memory failure getting the wrong address.

It's a subtle situation that only can be observed in

page_mapped_in_vma() after the page is page fault handled by

dev_dax_huge_fault. Generally, there is little chance to perform

page_mapped_in_vma in dev-dax's page unless in specific error injection

to the dax device to trigger an MCE - memory-failure. In that case,

page_mapped_in_vma() will be triggered to determine which task is

accessing the failure address and kill that task in the end.

We used self-developed dax device (which is 2M aligned mapping) , to

perform error injection to random address. It turned out that error

injected to non-2M-aligned address was causing endless MCE until panic.

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 >= 5.17, < 6.1.113 Affected

Frequently Asked Questions

What is CVE-2024-50022?

CVE-2024-50022 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-50022?

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

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

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