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

7.8 · HIGH
Published Oct 23, 2024 linux CWE-362 EPSS 0.21% (11th pctl)

Overview

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

mm/mremap: fix move_normal_pmd/retract_page_tables race

In mremap(), move_page_tables() looks at the type of the PMD entry and the

specified address range to figure out by which method the next chunk of

page table entries should be moved.

At that point, the mmap_lock is held in write mode, but no rmap locks are

held yet. For PMD entries that point to page tables and are fully covered

by the source address range, move_pgt_entry(NORMAL_PMD, ...) is called,

which first takes rmap locks, then does move_normal_pmd().

move_normal_pmd() takes the necessary page table locks at source and

destination, then moves an entire page table from the source to the

destination.

The problem is: The rmap locks, which protect against concurrent page

table removal by retract_page_tables() in the THP code, are only taken

after the PMD entry has been read and it has been decided how to move it.

So we can race as follows (with two proces

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.6, < 6.6.58 Affected

Frequently Asked Questions

What is CVE-2024-50066?

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

How severe is CVE-2024-50066?

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

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

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