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

7.8 · HIGH
Published Aug 17, 2024 linux CWE-125 EPSS 0.20% (10th pctl)

Overview

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

arm64: mm: Fix lockless walks with static and dynamic page-table folding

Lina reports random oopsen originating from the fast GUP code when

16K pages are used with 4-level page-tables, the fourth level being

folded at runtime due to lack of LPA2.

In this configuration, the generic implementation of

p4d_offset_lockless() will return a 'p4d_t *' corresponding to the

'pgd_t' allocated on the stack of the caller, gup_fast_pgd_range().

This is normally fine, but when the fourth level of page-table is folded

at runtime, pud_offset_lockless() will offset from the address of the

'p4d_t' to calculate the address of the PUD in the same page-table page.

This results in a stray stack read when the 'p4d_t' has been allocated

on the stack and can send the walker into the weeds.

Fix the problem by providing our own definition of p4d_offset_lockless()

when CONFIG_PGTABLE_LEVELS <= 4 which returns the real page-table

pointer rather

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.9, < 6.10.3 Affected

Frequently Asked Questions

What is CVE-2024-42293?

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

How severe is CVE-2024-42293?

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

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

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