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

5.5 · MEDIUM
Published Aug 7, 2024 linux EPSS 0.21% (11th pctl)

Overview

CVE-2024-42243 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 7, 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:

mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray

Patch series "mm/filemap: Limit page cache size to that supported by

xarray", v2.

Currently, xarray can't support arbitrary page cache size. More details

can be found from the WARN_ON() statement in xas_split_alloc(). In our

test whose code is attached below, we hit the WARN_ON() on ARM64 system

where the base page size is 64KB and huge page size is 512MB. The issue

was reported long time ago and some discussions on it can be found here

[1].

[1] https://www.spinics.net/lists/linux-xfs/msg75404.html

In order to fix the issue, we need to adjust MAX_PAGECACHE_ORDER to one

supported by xarray and avoid PMD-sized page cache if needed. The code

changes are suggested by David Hildenbrand.

PATCH[1] adjusts MAX_PAGECACHE_ORDER to that supported by xarray

PATCH[2-3] avoids PMD-sized page cache in the synchronous readahead path

PATCH[4] avoids PMD-sized page cach

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.18, < 6.6.41 Affected

Frequently Asked Questions

What is CVE-2024-42243?

CVE-2024-42243 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 7, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-42243?

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

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

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