Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-71225

5.3 · MEDIUM
Published Feb 18, 2026 linux CWE-367 EPSS 0.08% (0th pctl)

Overview

CVE-2025-71225 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 18, 2026 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.4.59, < 3.5 Affected

Frequently Asked Questions

What is CVE-2025-71225?

CVE-2025-71225 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 18, 2026 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

How severe is CVE-2025-71225?

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-71225?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-71225?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-71225 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.