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

s390/dasd: Do not complete a failed ESE read as successful

dasd_int_handler() completes an NRF read of an unallocated ESE track by
calling ese_read() and unconditionally marking the request
DASD_CQR_SUCCESS. dasd_eckd_ese_read() can return an error before it has
zeroed the destination buffer: a failed sense-data parse or a current
track outside the requested range both return early, leaving the
destination pages untouched. The request is still completed successfully,
so the block layer is handed stale / uninitialized memory instead of
zeros.

Check the ese_read() return value and fail the request through the normal
error path instead of forcing DASD_CQR_SUCCESS.
Published: 2026-09-11
Score: 4.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The kernel exposes stale or uninitialized memory to the block layer when a failed ESE read is marked successful. The buggy logic allows the block layer to receive data that was never cleared, potentially revealing sensitive data from the destination buffer. This flaw does not provide code execution but can lead to leakage of confidential memory contents as it bypasses normal zeroing of the buffer after a failed read.

Affected Systems

The vulnerability affects the Linux kernel for the s390 architecture, specifically the dasd subsystem handling ESE tracks. No specific kernel version range is listed, so any kernel with the referenced code paths that has not yet applied the patch is potentially impacted.

Risk and Exploitability

The CVSS score of 4.7 indicates moderate severity. The EPSS score is 0.00168 (0.168%) and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the attack vector is inferred as local or privileged, requiring the attacker to trigger a read of an unallocated ESE track, which would then cause the block layer to read stale data. The impact is limited to information disclosure and does not provide remote code execution or denial of service.

Generated by OpenCVE AI on September 13, 2026 at 03:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version containing the fixed patch for dasd ESE reads.
  • Restrict device access to the dasd subsystem by ensuring only trusted or privileged users can perform read operations on the relevant device nodes.
  • Enable kernel logging and audit the system for anomalous ESE read failures to detect potential exploitation attempts.

Generated by OpenCVE AI on September 13, 2026 at 03:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Do not complete a failed ESE read as successful dasd_int_handler() completes an NRF read of an unallocated ESE track by calling ese_read() and unconditionally marking the request DASD_CQR_SUCCESS. dasd_eckd_ese_read() can return an error before it has zeroed the destination buffer: a failed sense-data parse or a current track outside the requested range both return early, leaving the destination pages untouched. The request is still completed successfully, so the block layer is handed stale / uninitialized memory instead of zeros. Check the ese_read() return value and fail the request through the normal error path instead of forcing DASD_CQR_SUCCESS.
Title s390/dasd: Do not complete a failed ESE read as successful
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-09-11T19:43:21.346Z

Reserved: 2026-09-11T19:38:34.707Z

Link: CVE-2026-89458

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:26.657

Modified: 2026-09-11T20:19:26.657

Link: CVE-2026-89458

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:21Z

Links: CVE-2026-89458 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T16:30:13Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer