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

7.8 · HIGH
Published May 1, 2024 linux CWE-908 EPSS 0.27% (19th pctl)

Overview

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

fork: defer linking file vma until vma is fully initialized

Thorvald reported a WARNING [1]. And the root cause is below race:

CPU 1 CPU 2

fork hugetlbfs_fallocate

dup_mmap hugetlbfs_punch_hole

i_mmap_lock_write(mapping);

vma_interval_tree_insert_after -- Child vma is visible through i_mmap tree.

i_mmap_unlock_write(mapping);

hugetlb_dup_vma_private -- Clear vma_lock outside i_mmap_rwsem!

i_mmap_lock_write(mapping);

hugetlb_vmdelete_list

vma_interval_tree_foreach

hugetlb_vma_trylock_write -- Vma_lock is cleared.

tmp->vm_ops->open -- Alloc new vma_lock outside i_mmap_rwsem!

hugetlb_vma_unlock_write -- Vma_lock is assigned!!!

i_mmap_unlock_write(mapping);

hugetlb_dup_vma_private() and hugetlb_vm_op_open() are called outside

i_mmap_rwsem lock while vma lock can be used in the same time. Fix this

by deferring linking file vma until vma is fully

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, < 6.1.90 Affected

Frequently Asked Questions

What is CVE-2024-27022?

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

How severe is CVE-2024-27022?

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

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

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