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

s390/vfio_ccw: Ensure first IDAW remains constant

The first IDAW in a list does not need to be on a 2K/4K boundary
like all others, and so is read separately to accurately calculate
the size of the buffer needed to read the full IDAL.

Verify that the address found in the first IDAW is unchanged between
reads, to ensure a consistent set of IDAWs being worked with.
Published: 2026-08-26
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Potential memory corruption or denial of service due to inconsistent IDAW processing in s390/vfio_ccw
Action: Apply patch
AI Analysis

Impact

The vulnerability is caused by the fact that the first IDAW in a list does not need to be on a 2K/4K boundary like all others, so it is read separately to accurately calculate the size of the buffer needed to read the full IDAL. Verify that the address found in the first IDAW is unchanged between reads to ensure a consistent set of IDAWs being worked with. If the first IDAW value were to change across reads, the kernel could compute an incorrect buffer size and read memory beyond the intended region, potentially corrupting kernel memory or causing a crash. This flaw is a weakness in the s390/vfio_ccw driver that could be exploited to trigger a denial of service or facilitate a more advanced kernel exploitation by an attacker with sufficient privileges.

Affected Systems

Any Linux kernel build that includes the s390/vfio_ccw driver is potentially affected until the kernel is updated to include the patch that ensures the first IDAW value remains constant. No specific Linux kernel version range is provided, so all installations of the kernel with the vfio_ccw module should be treated as pending updates.

Risk and Exploitability

The high CVSS score of 9.3 indicates a critical severity vulnerability. The EPSS score is less than 1%, indicating a very low exploitation probability, but the risk remains high due to the severity. The vulnerability is not listed in the CISA KEV catalog. Systems using the Linux s390 vfio_ccw driver remain at high risk, especially if the driver is loaded and interfaces with external devices. Attackers would need local or privileged access to deliver the exploit, likely targeting the kernel through a direct memory corruption induced by the incorrect size calculation. Until the kernel is updated, the vulnerability poses a significant threat.

Generated by OpenCVE AI on August 28, 2026 at 17:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the s390/vfio_ccw patch ensuring the first IDAW remains constant
  • Reboot the system so the updated kernel and vfio_ccw driver are loaded
  • If upgrading immediately is not feasible, consider disabling the vfio_ccw driver or removing access to vfio_ccw devices until a patched kernel is available

Generated by OpenCVE AI on August 28, 2026 at 17:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
CWE-682

Thu, 27 Aug 2026 18:00:00 +0000

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

None

threat_severity

Moderate


Thu, 27 Aug 2026 13:00:00 +0000


Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Wed, 26 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
CWE-682

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/vfio_ccw: Ensure first IDAW remains constant The first IDAW in a list does not need to be on a 2K/4K boundary like all others, and so is read separately to accurately calculate the size of the buffer needed to read the full IDAL. Verify that the address found in the first IDAW is unchanged between reads, to ensure a consistent set of IDAWs being worked with.
Title s390/vfio_ccw: Ensure first IDAW remains constant
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-08-27T12:40:11.187Z

Reserved: 2026-08-26T14:34:25.766Z

Link: CVE-2026-80551

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:09.610

Modified: 2026-08-27T13:18:39.733

Link: CVE-2026-80551

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-80551 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T17:45:04Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition