Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ AZL-77874 — kernel (CVE-2025-71225)

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-71225 affecting package kernel 6.6.126.1-1

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

md: suspend array while updating raid_disks via sysfs

In raid1_reshape(), freeze_array() is called before modifying the r1bio

memory pool (conf->r1bio_pool) and conf->raid_disks, and

unfreeze_array() is called after the update is completed.

However, freeze_array() only waits until nr_sync_pending and

(nr_pending - nr_queued) of all buckets reaches zero. When an I/O error

occurs, nr_queued is increased and the corresponding r1bio is queued to

either retry_list or bio_end_io_list. As a result, freeze_array() may

unblock before these r1bios are released.

This can lead to a situation where conf->raid_disks and the mempool have

already been updated while queued r1bios, allocated with the old

raid_disks value, are later released. Consequently, free_r1bio() may

access memory out of bounds in put_all_bios() and release r1bios of the

wrong size to the new mempool, potentially causing issues with the

mempool as well.

Since only normal I/O might increase nr_queued while an I/O error occurs,

suspending the array avoids this issue.

Note: Updating raid_disks via ioctl SET_ARRAY_INFO already suspends

the array. Therefore, we suspend the array when updating raid_disks

via sysfs to avoid this issue too.

Affected software

AZL-77874 is recorded against 1 package.

  • kernel

Timeline and source

Published on 18 February 2026 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Other advisories for this package

kernel has other advisories on record. If you are patching this one, these are worth checking on the same host:

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2026-02-18
Updated 2026-08-20
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-77874?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-77874 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesAzure LinuxAzure Linux Undated