CVE-2025-38383
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-38383 is a data race vulnerability in the Linux kernel's mm/vmalloc subsystem, specifically within the show_numa_info() function. The flaw was discovered via KCSAN (Kernel Concurrency Sanitizer) and publicly disclosed on July 25, 2025. It affects Linux kernel versions 6.9 through 6.12.36 (fixed in 6.12.37) and 6.13 through 6.15.5 (fixed in 6.15.6) (Feedly). The vulnerability carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).

Technical details

The root cause is a concurrent read/write data race (CWE-362) in show_numa_info() within mm/vmalloc.c. The issue arises because m->private — a heap-allocated buffer initialized in proc_vmalloc_init() — is shared across multiple CPUs without proper synchronization. When multiple tasks concurrently read /proc/vmallocinfo, two tasks can simultaneously read and write to the same memory address (e.g., 0xffff88800971fe30), as detected by KCSAN. The fix moves heap allocation into vmalloc_info_show() itself so each invocation uses its own local buffer, eliminating the shared-state race (Feedly, Kernel Patch).

Impact

Successful exploitation of this race condition can result in a denial of service (system crash or kernel instability) due to corrupted memory state during concurrent reads of /proc/vmallocinfo. There is no impact on confidentiality or integrity — the availability impact is the sole concern. The vulnerability requires local access with low privileges, limiting its scope to users who can read procfs entries on the affected system (Feedly).

Exploitability

No public proof-of-concept exploit code or in-the-wild exploitation has been reported for CVE-2025-38383. The EPSS score is approximately 0.017% (0.000170), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access and the ability to trigger concurrent reads of /proc/vmallocinfo, making opportunistic exploitation unlikely (Feedly).

Mitigation and workarounds

The Linux kernel project has released patches addressing this vulnerability in stable branches. Users should upgrade to kernel version 6.12.37 or later (for the 6.9–6.12 branch) or 6.15.6 or later (for the 6.13–6.15 branch). Downstream distributions including Ubuntu (USN-7834-1) and Red Hat (RHSA-2026:1178, RHSA-2026:2761) have issued updated kernel packages. No configuration-based workaround is available; patching is the only remediation (Feedly, Ubuntu Advisory, Red Hat Advisory).

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-2026-68427MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-tegra
NoYesAug 10, 2026
CVE-2026-68426MEDIUM4.7
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-tegra-igx
NoYesAug 10, 2026
CVE-2026-68450NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel
NoYesAug 12, 2026
CVE-2026-68430NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-partner
NoYesAug 12, 2026
CVE-2026-68428NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-ibm-6.8
NoYesAug 10, 2026

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