CVE-2022-50715
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50715 is a NULL pointer dereference vulnerability in the Linux kernel's md/raid1 subsystem. The flaw occurs when a RAID1 array fails to run (e.g., assembled with only inactive disks), but the associated mdx_raid1 kernel thread is not stopped even after its resources have been released. This leads to a kernel NULL pointer dereference (Oops) when the system performs a poweroff or shutdown operation. The vulnerability was published on December 24, 2025, and affects the Linux kernel (specific stable branches). It carries an EPSS score of approximately 0.033% (CVE.org, VulDB).

Technical details

The root cause is a missing cleanup step in the RAID1 array initialization failure path (CWE-476: NULL PointerEreference). When run_raid1() fails — for example, because all member disks are inactive — the mdx_raid1 kernel thread is started but never stopped on the error path. Subsequently, when the system shuts down, the thread attempts to call md_check_recovery() on an already-freed or uninitialized mddev structure, dereferencing a NULL pointer at offset 0x70. The kernel Oops trace shows the crash occurring in md_check_recovery+0x57/0x500 [md_mod] on kernel version 5.10.146. The fix involves ensuring the mdx_raid1 thread is properly stopped when the RAID1 array run fails (CVE.org, Kernel Git).

Impact

Successful triggering of this vulnerability causes a kernel panic (NULL pointer dereference Oops), resulting in a system crash and denial of service. The impact is limited to availability — there is no evidence of confidentiality or integrity compromise, and the vulnerability cannot be used for privilege escalation or remote code execution. The crash is triggered during system shutdown/poweroff on hosts running affected Linux kernel versions with a RAID1 array that failed to initialize properly (CVE.org).

Indicators of compromise

  • Logs/Kernel Messages: Kernel Oops messages containing BUG: kernel NULL pointer dereference, address: 0000000000000070 and stack traces referencing md_check_recovery in md_mod.
  • Process: Presence of a md0_raid1 (or similar mdX_raid1) kernel thread running after a failed RAID1 array initialization.
  • System Events: Unexpected system crash or reboot during poweroff/shutdown on systems with RAID1 arrays configured with inactive disks.

Mitigation and workarounds

The fix is to apply the upstream Linux kernel patch that stops the mdx_raid1 thread when the RAID1 array run fails. Multiple stable kernel commits address this issue (e.g., commits 0c7c7468, 10d71353, 19d5a0e1, 22be4421, 110f14a7 in the stable kernel tree). SUSE has issued advisories (SUSE-2026-0263-1, SUSE-2026-0317-1, SUSE-2026-0411-1) addressing this CVE. Users should update to a patched kernel version provided by their Linux distribution. As a workaround, avoid assembling RAID1 arrays with only inactive member disks until a patched kernel is applied (Linux Security SUSE Advisory, CVE.org).

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