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

block: fix zones_cond memory leak on zone revalidation error paths

When blk_revalidate_disk_zones() fails after disk_revalidate_zone_resources()
has allocated args.zones_cond, the memory is leaked because no error path
frees it.
Published: 2026-06-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel block subsystem the routine blk_revalidate_disk_zones fails to free a dynamically allocated structure on error paths after disk_revalidate_zone_resources has allocated args.zones_cond. This results in a memory leak that grows each time the routine is invoked unsuccessfully. The leak does not expose data or allow code execution but, over time, can consume substantial RAM, potentially leading to resource exhaustion and system instability. The weakness is identified as CWE‑401 (Memory Leak) and CWE‑772 (Improper Resource Shutdown or Release).

Affected Systems

The vulnerability applies to the Linux kernel block module across all distributions that ship the unpatched code. The CVE data does not specify a precise kernel release range, so any kernel containing the affected callback before the applied fix (commit 29153d128384fa7c48a8ca8d34094b1cbe2d5bdc) may be impacted.

Risk and Exploitability

The CVSS score of 5.5 denotes a medium severity vulnerability. EPSS is reported as < 1 %, indicating a very low probability of exploitation. The issue is not listed in CISA KEV. Based on the description, a local attacker who can induce disk zone revalidation failures—e.g., by manipulating disk configuration or performing disk operations that trigger the failing path—could repeatedly drain memory, potentially leading to a denial‑of‑service condition. No remote or privilege‑escalation vector is documented.

Generated by OpenCVE AI on August 13, 2026 at 15:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains commit 29153d128384fa7c48a8ca8d34094b1cbe2d5bdc or later.
  • If an immediate upgrade is not possible, monitor system memory usage for abnormal growth and avoid disk operations that may trigger zone revalidation errors until the kernel is updated.
  • If supported, cherry‑pick or apply the patch that adds the missing cleanup path to the running kernel to eliminate the leak.

Generated by OpenCVE AI on August 13, 2026 at 15:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Thu, 25 Jun 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 25 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 24 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: block: fix zones_cond memory leak on zone revalidation error paths When blk_revalidate_disk_zones() fails after disk_revalidate_zone_resources() has allocated args.zones_cond, the memory is leaked because no error path frees it.
Title block: fix zones_cond memory leak on zone revalidation error paths
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-24T16:30:55.252Z

Reserved: 2026-06-09T07:44:35.386Z

Link: CVE-2026-53127

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-24T17:17:28.253

Modified: 2026-07-23T20:53:00.203

Link: CVE-2026-53127

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-24T00:00:00Z

Links: CVE-2026-53127 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T15:15:13Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime