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

s390/vfio_ccw: Implement a crw lock

Unlike the channel_program struct, which covers synchronous I/O
submissions and asynchronous interrupts, the CRW region relies
exclusively on asynchronous events coming from hardware.

Implement a lock to manage the list of those payloads, to ensure
they are read cohesively.
Published: 2026-08-26
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel instability due to a race condition in the VFIO‑CCW CRW region
Action: Immediate Patch
AI Analysis

Impact

A race condition exists in the VFIO‑CCW driver on IBM s390 systems because the list of CRW payloads is accessed without a lock. The missing synchronization can cause the kernel to read an inconsistent state during the processing of asynchronous hardware events, potentially leading to kernel crashes, data corruption, or other unexpected behavior. The flaw is classified as CWE‑413 and carries a CVSS score of 8.8, indicating a high severity of potential impact on system stability.

Affected Systems

Linux kernels on IBM s390 architecture that include the VFIO‑CCW driver and have not yet been updated to include commit 16b0798024c0e9117e395829ddbbe70981c79d9c are affected. The change introduces a lock that protects the CRW payload list; older kernels lack this protection.

Risk and Exploitability

The EPSS score is listed as less than 1 %, showing a very low probability of current exploitation, and the vulnerability is not in CISA’s KEV catalogue. Based on the description, it can be inferred that an attacker would need local access to trigger concurrent asynchronous events or otherwise manipulate the CRW list, so the risk is primarily limited to environments that expose VFIO‑CCW to untrusted devices or users. The high CVSS score, however, means that a successful exploitation could severely destabilize the kernel.

Generated by OpenCVE AI on August 28, 2026 at 19:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the CRW lock change (e.g., apply commit 16b0798024c0e9117e395829ddbbe70981c79d9c).
  • If an immediate upgrade cannot be performed, disable the VFIO‑CCW driver or restrict its use to trusted users or devices to prevent the race condition from being triggered.
  • Apply system hardening so that only privileged users or processes can access the VFIO‑CCW interface, for example by setting device permissions or mandatory access control policies.

Generated by OpenCVE AI on August 28, 2026 at 19:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

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

Type Values Removed Values Added
Weaknesses CWE-362

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

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

None

threat_severity

Moderate


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


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

Type Values Removed Values Added
Weaknesses CWE-362

Thu, 27 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-362

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: Implement a crw lock Unlike the channel_program struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a lock to manage the list of those payloads, to ensure they are read cohesively.
Title s390/vfio_ccw: Implement a crw lock
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:07.162Z

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

Link: CVE-2026-80547

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-80547

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80547 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:00:16Z

Weaknesses
  • CWE-413

    Improper Resource Locking