Skip to main content

Linux Kernel CVE-2026-72440

| EUVDEUVD-2026-59339 HIGH
2026-08-15 Linux GHSA-jh9h-wfxq-pfm4
7.1
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
vuln.today AI
6.1 MEDIUM

Write-failure path is local kernel code triggered by block I/O; AV:L more accurate than supplied AV:N; PR:L required to issue writes to RAID array.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N
SUSE
4.7 MEDIUM
AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 09:26 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.1 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:56 cve.org
HIGH 7.1
CVE Published
Aug 15, 2026 - 05:56 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

md/raid1: fix writes_pending and barrier reference leaks on write failures

raid1_make_request() acquires a writes_pending reference with md_write_start() before calling raid1_write_request(). Several failure paths in raid1_write_request() complete the bio and return without reaching the normal write completion path, causing the corresponding md_write_end() to be skipped.

Make raid1_write_request() return a status indicating whether the write request was successfully queued. This allows raid1_make_request() to call md_write_end() when raid1_write_request() fails.

Additionally, if wait_blocked_rdev() fails after wait_barrier() succeeds, the associated barrier reference is not released.

Call allow_barrier() before returning from that path to keep the barrier accounting balanced.

AnalysisAI

Reference count and barrier leaks in the Linux kernel md/raid1 write dispatch path leave writes_pending and barrier accounting permanently imbalanced on certain write failure conditions, producing a high availability impact - potential system hang or crash - on any Linux host running software RAID-1 from kernel 5.17 through pre-7.1.5. The vulnerability is fixed in stable trees at 7.1.5 and 7.2-rc1 via two upstream commits. No active exploitation has been confirmed (no CISA KEV listing), no public exploit code exists, and an EPSS score of 0.20% at the 10th percentile indicates very low current real-world exploitation probability.

Technical ContextAI

The affected component is the md/raid1 driver (Multiple Device, RAID-1 mirroring) in the Linux kernel, covered by CPE cpe:2.3:a:linux:linux:*. The root cause is a resource management defect structurally equivalent to CWE-772 (Missing Release of Resource after Effective Lifetime): raid1_make_request() calls md_write_start() to acquire a writes_pending reference before delegating to raid1_write_request(), but several early-return failure paths within raid1_write_request() complete the bio and return without invoking md_write_end(), leaving the reference permanently held. A second independent leak occurs when wait_blocked_rdev() fails after wait_barrier() has already succeeded - the barrier reference is never released via allow_barrier(), leaving the barrier count permanently elevated. The fix introduces a return status from raid1_write_request() enabling raid1_make_request() to call md_write_end() on failure, and adds an explicit allow_barrier() call on the affected error path. Both stable-tree fixes are published at git.kernel.org.

RemediationAI

The primary fix is upgrading to Linux kernel 7.1.5 or later in the 7.1 stable series, or tracking 7.2-rc1 for development environments. The authoritative upstream patches are commits bffbbfcbd9393e315a7a4286dcd70e875265db9a and 8e065a1602511282fc0da2dc89445e0eb71a681c in the kernel stable repository. Administrators on distributions such as Debian, Ubuntu, RHEL, and SUSE should check their respective security advisories for backported kernel packages, as no distro-level advisory has been identified at the time of this analysis. Where an immediate kernel upgrade is not feasible, a targeted compensating control is to minimize the conditions that exercise the failure paths: ensure underlying block devices in md/raid1 arrays are healthy and avoid running degraded arrays under sustained write load, which reduces the likelihood of write failures triggering the leak. This does not eliminate the vulnerability and should not substitute for patching. NVD details are available at https://nvd.nist.gov/vuln/detail/CVE-2026-72440.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-72440 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy