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

5.5 · MEDIUM
Published Jul 12, 2024 linux CWE-667 EPSS 0.21% (11th pctl)

Overview

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

riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context

__kernel_map_pages() is a debug function which clears the valid bit in page

table entry for deallocated pages to detect illegal memory accesses to

freed pages.

This function set/clear the valid bit using __set_memory(). __set_memory()

acquires init_mm's semaphore, and this operation may sleep. This is

problematic, because __kernel_map_pages() can be called in atomic context,

and thus is illegal to sleep. An example warning that this causes:

BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:1578

in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 2, name: kthreadd

preempt_count: 2, expected: 0

CPU: 0 PID: 2 Comm: kthreadd Not tainted 6.9.0-g1d4c6d784ef6 #37

Hardware name: riscv-virtio,qemu (DT)

Call Trace:

[<ffffffff800060dc>] dump_backtrace+0x1c/0x24

[<ffffffff8091ef6e>] show_stack+0x2c/0x38

[<ffffffff8092baf8>] du

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.7, < 6.1.95 Affected

Frequently Asked Questions

What is CVE-2024-40915?

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

How severe is CVE-2024-40915?

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

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

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