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

s390/vfio_ccw: Ensure index for read/write regions are within range

The introduction of the capability chain rightly clamped the
region indexes to the range of the capabilities itself, but
neglected to do so for the existing read/write regions which
should also be enforced.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel's vfio_ccw driver does not enforce bounds checks on indices used for read/write regions. This omission can allow out‑of‑bounds memory accesses, enabling an attacker to read or modify arbitrary kernel memory, which can lead to privilege escalation or system compromise on s390 platforms.

Affected Systems

All Linux kernel builds running on s390 architecture that include the vfio_ccw driver before the commit that adds proper bounds checking. The issue has been fixed in later kernel releases; systems should update to the latest stable or mainline kernel that incorporates the commit noted in the supplied references.

Risk and Exploitability

The vulnerability involves unchecked user input leading to potential kernel memory corruption. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, so the exploitation probability is currently unknown. However, the lack of bounds checks represents a high severity risk, especially if an attacker can control the index values via any user‑space interface to the vfio_ccw module. The attack vector is likely local or remote through the vfio_ccw interface, though explicit exploitation details are not provided in the data.

Generated by OpenCVE AI on August 26, 2026 at 16:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the vfio_ccw bounds‑check patch (commits referenced in the advisory).
  • Verify that the vfio_ccw module is built from the updated kernel source and is loaded in the running system.
  • If a kernel update is not yet available, consider disabling the vfio_ccw module via module blacklist or rmmod to eliminate the attack surface.

Generated by OpenCVE AI on August 26, 2026 at 16:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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 index for read/write regions are within range The introduction of the capability chain rightly clamped the region indexes to the range of the capabilities itself, but neglected to do so for the existing read/write regions which should also be enforced.
Title s390/vfio_ccw: Ensure index for read/write regions are within range
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-26T14:37:21.178Z

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

Link: CVE-2026-80552

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-26T15:17:09.723

Link: CVE-2026-80552

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T18:45:10Z

Weaknesses
  • CWE-20

    Improper Input Validation