CVE-2024-39474
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2024-39474 affects the Linux kernel's memory management subsystem, specifically related to vmalloc functionality. The vulnerability was discovered when a conflict emerged between two commits: a421ef303008 ("mm: allow !GFPKERNEL allocations for kvmalloc") and dd544141b9eb ("vmalloc: back off when the current task is OOM-killed"). This issue could cause vmalloc to return NULL even when called with _GFP_NOFAIL flag, which should never happen (Kernel Patch).

Technical details

The vulnerability occurs in the vmareaallocpages() function where a process calling _vmallocnoderange with GFPKERNEL | _GFPNOFAIL flags could have its allocation fail if the OOM killer sends a SIGKILL signal to the process. The code would check fatalsignalpending() and break the allocation loop, returning NULL, despite the _GFP_NOFAIL flag indicating that the allocation must not fail. The CVSS v3.1 base score for this vulnerability is 5.5 MEDIUM (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) (NVD).

Impact

When exploited, this vulnerability can lead to a kernel panic through NULL pointer dereference, particularly affecting systems using erofs filesystem which assumes kvmalloc with _GFPNOFAIL never returns NULL. This can result in system crashes and denial of service conditions (Kernel Patch).

Mitigation and workarounds

The issue has been fixed by modifying the vmareaallocpages() function to not check fatalsignalpending() when _GFP_NOFAIL is set. The fix has been incorporated into various Linux kernel versions including 6.1.119-1~deb11u1 for Debian 11 and other distributions (Debian LTS).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40258HIGH7
  • Linux KernelLinux Kernel
  • kernel-rt-64k-debug-devel-matched
NoNoDec 04, 2025
CVE-2025-40259MEDIUM6.2
  • Linux KernelLinux Kernel
  • kernel-rt-64k
NoNoDec 04, 2025
CVE-2025-40264MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-modules-extra
NoNoDec 04, 2025
CVE-2025-40254MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-devel-matched
NoNoDec 04, 2025
CVE-2025-40253MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-debug-modules-partner
NoNoDec 04, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management