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

7.8 · HIGH
Published Sep 11, 2024 linux CWE-787 EPSS 0.23% (14th pctl)

Overview

CVE-2024-45022 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 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/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0

The __vmap_pages_range_noflush() assumes its argument pages** contains

pages with the same page shift. However, since commit e9c3cda4d86e ("mm,

vmalloc: fix high order __GFP_NOFAIL allocations"), if gfp_flags includes

__GFP_NOFAIL with high order in vm_area_alloc_pages() and page allocation

failed for high order, the pages** may contain two different page shifts

(high order and order-0). This could lead __vmap_pages_range_noflush() to

perform incorrect mappings, potentially resulting in memory corruption.

Users might encounter this as follows (vmap_allow_huge = true, 2M is for

PMD_SIZE):

kvmalloc(2M, __GFP_NOFAIL|GFP_X)

__vmalloc_node_range_noprof(vm_flags=VM_ALLOW_HUGE_VMAP)

vm_area_alloc_pages(order=9) ---> order-9 allocation failed and fallback to order-0

vmap_pages_range()

vmap_pag

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.95, < 6.1.107 Affected

Frequently Asked Questions

What is CVE-2024-45022?

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

How severe is CVE-2024-45022?

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

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

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