CVE-2025-71135
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71135 is a NULL pointer dereference vulnerability in the Linux kernel's RAID5 subsystem, specifically within the raid5_store_group_thread_cnt() function. It affects Linux kernel versions 6.12.4 through 6.12.63, 6.13.1 through 6.18.3, and 6.13 base, as well as 6.19 release candidates (rc1–rc8). The vulnerability was published on January 14, 2026, with NVD analysis completed on March 25, 2026. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, kernel.org Patch).

Technical details

The root cause is a NULL pointer dereference (CWE-476) in raid5_store_group_thread_cnt(). The function assigns mddev->private to a local conf variable and checks if it is NULL, but then proceeds to call raid5_quiesce(mddev, true) and raid5_quiesce(mddev, false) even when conf is NULL. Inside raid5_quiesce(), mddev->private is re-assigned to conf and subsequently dereferenced (e.g., conf->quiesce = 0, wake_up(&conf->wait_for_quiescent)), causing a kernel panic. The fix follows the pattern used in raid5_change_consistency_policy(): unlock mddev and return early when conf is NULL, before invoking raid5_quiesce(). Exploitation requires local access with low privileges, typically via writing to the relevant sysfs attribute for a RAID5 device (Feedly).

Impact

Successful exploitation results in a kernel NULL pointer dereference, leading to a kernel panic or system crash — a denial of service (DoS) condition. There is no impact on confidentiality or data integrity; the sole consequence is loss of availability. Systems running RAID5 configurations on affected kernel versions are at risk of forced downtime if a local attacker or unprivileged user can write to the relevant sysfs interface (Feedly).

Mitigation and workarounds

Update the Linux kernel to version 6.12.64 or later, or 6.18.4 or later, where the vulnerability has been patched via three commits to the stable kernel tree. If immediate patching is not feasible, restrict local user access to sysfs RAID5 configuration attributes (e.g., /sys/block/mdX/md/group_thread_cnt) through filesystem permissions and access controls to reduce exposure. Monitor systems running vulnerable kernel versions for unexpected kernel panics or crashes related to RAID5 operations (Feedly, kernel.org Patch).

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