CVE-2026-23225
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23225 is a Linux kernel vulnerability in the scheduler's MMCID (Memory Management CPU ID) management code, specifically in the sched/mmcid subsystem. The flaw causes an out-of-bounds memory access when the kernel incorrectly assumes a CID (Context ID) is CPU-owned during a per-CPU to per-task mode switch, triggered by a race condition involving task forks and exits. It was disclosed on February 18, 2026, and affects the Linux kernel, including Microsoft's Azure Linux 3 kernel (azl3_kernel_6.6.121.1-1). It carries a CVSS v3.1 base score of 7.8 (High) (Red Hat Bugzilla, Microsoft MSRC).

Technical details

The root cause is a race condition (CWE-362) combined with an out-of-bounds write (CWE-787) in the Linux kernel's mm_drop_cid_on_cpu() function. When a task (T1) exits with the MM_CID_TRANSIT bit set — placed there by a concurrent fork on another CPU (CPU0) — sched_mm_cid_exit() incorrectly assumes the CID is CPU-owned because the prior mode was per-CPU. It then calls mm_drop_cid_on_cpu(), which attempts to clear the ONCPU bit (not set) and subsequently invokes clear_bit() with bit number 29 (the TRANSIT bit value), resulting in an out-of-bounds memory access. The fix validates that the CID is actually CPU-owned (ONCPU bit set) before manipulating per-CPU storage in mm_drop_cid_on_cpu(). The upstream kernel patch is tracked at git.kernel.org (Red Hat Bugzilla).

Impact

Successful exploitation can result in denial of service via kernel crashes or hangs, potential information disclosure through uninitialized or out-of-bounds memory access, and possible local privilege escalation. The vulnerability requires specific timing conditions — multiple concurrent task forks and exits combined with a CPU scheduling mode transition — making reliable exploitation complex but not impossible for a determined local attacker. The affected asset scope is limited to systems running vulnerable Linux kernel versions, but kernel-level compromise could enable full system takeover (Red Hat Bugzilla).

Indicators of compromise

  • Logs: KASAN (Kernel Address Sanitizer) warnings or use-after-free (UAF) reports in kernel logs (dmesg or /var/log/kern.log) referencing mm_drop_cid_on_cpu(), sched_mm_cid_exit(), or clear_bit() with unexpectedly large bit numbers.
  • System Behavior: Unexpected kernel panics or oops messages related to scheduler or memory management subsystems, particularly during periods of high task fork/exit activity.
  • Process: Anomalous process crashes or hangs correlated with rapid task creation and destruction patterns on multi-CPU systems.

Mitigation and workarounds

Apply the available Linux kernel patch that adds validation in mm_drop_cid_on_cpu() to confirm the CID is CPU-owned (ONCPU bit set) before manipulating per-CPU storage. The upstream fix is available via the Linux kernel stable tree (commits 1e83ccd5921a and 81f29975631d). Red Hat has tracked this via Bugzilla Bug ID 2440676, and Microsoft has addressed it for Azure Linux 3 (azl3_kernel). Where immediate patching is not feasible, restrict local user access to reduce the attack surface and monitor kernel logs for KASAN warnings (Red Hat Bugzilla, Microsoft MSRC).

Community reactions

The vulnerability was originally reported by Shinichiro, who identified the KASAN UAF/out-of-bounds access in the MMCID management code. Coverage has been limited to standard vulnerability database aggregators and a technical write-up on infinitsec.net. OpenSUSE's Tumbleweed March 2026 monthly update referenced the fix as part of kernel updates. No significant broader media coverage or notable researcher commentary beyond the initial bug report has been observed (Red Hat Bugzilla).

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-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 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