CVE-2025-71135: md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()

Published Jan 14, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

md/raid5: fix possible null-pointer dereferences in raid5storegroupthreadcnt()

The variable mddev->private is first assigned to conf and then checked:

conf = mddev->private; if (!conf) ...

If conf is NULL, then mddev->private is also NULL. In this case, null-pointer dereferences can occur when calling raid5quiesce():

raid5quiesce(mddev, true); raid5quiesce(mddev, false);

since mddev->private is assigned to conf again in raid5quiesce(), and conf is dereferenced in several places, for example:

conf->quiesce = 0; wakeup(&conf->waitforquiescent);

To fix this issue, the function should unlock mddev and return before invoking raid5quiesce() when conf is NULL, following the existing pattern in raid5changeconsistencypolicy().

Affected Software

12 affected components
linux/kernel
Linux Linux kernel>=6.12.4<6.12.64
Linux Linux kernel>=6.13.1<6.18.4
Linux Linux kernel=6.13
Linux Linux kernel=6.19-rc1
Linux Linux kernel=6.19-rc2
Linux Linux kernel=6.19-rc3
Linux Linux kernel=6.19-rc4
Linux Linux kernel=6.19-rc5
Linux Linux kernel=6.19-rc6
Linux Linux kernel=6.19-rc7
Linux Linux kernel=6.19-rc8

Event History

Jan 14, 2026
CVE Published
via MITRE·03:07 PM
Data Sourced
via MITRE·03:07 PM
Description
Data Sourced
via NVD·03:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2025-71135?

CVE-2025-71135 has been classified as a moderate severity vulnerability due to the potential for null-pointer dereferences.

2

How do I fix CVE-2025-71135?

To fix CVE-2025-71135, update the Linux kernel to the latest version that contains the fix for this vulnerability.

3

What systems are affected by CVE-2025-71135?

CVE-2025-71135 affects versions of the Linux kernel that utilize the md/raid5 functionality and are vulnerable to null-pointer dereferences.

4

What are the consequences of exploiting CVE-2025-71135?

Exploiting CVE-2025-71135 may lead to system instability or crashes due to null-pointer dereferences in the raid5_store_group_thread_cnt() function.

5

Is there a workaround for CVE-2025-71135 until a patch is applied?

There are no known workarounds for CVE-2025-71135, so applying the patch is the recommended course of action.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203