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

s390/vfio_ccw: Move cp cleanup out of not operational

The fsm_notoper() routine is called when the device has been
lost, and is (by definition) no longer operational. Since this
can happen asynchronously from the normal behavior of the
driver, the cleanup may happen when holding other locks
in the calling sequence (notably, the cio subchannel lock).

Push the cleanup of the private->cp resources to a workqueue,
where it can be done out from under that lock sequence and
a future patch can safely manage the locking requirements.
Published: 2026-08-26
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial‑of‑Service via crash or deadlock
Action: Patch
AI Analysis

Impact

The Linux kernel’s vfio_ccw driver on the s390 architecture performed cleanup of private CP resources while holding the subchannel’s CIO lock when the device was reported lost. This race condition can lead to a deadlock or a crash, interrupting kernel operation and potentially halting the entire system. The flaw is a concurrency issue compounded by improper resource cleanup (CWE‑833).

Affected Systems

This deficiency applies to any Linux kernel running on s390 that has not integrated the patch from the cited commits. The vulnerable component is the vfio_ccw driver within the Linux kernel. Versions prior to the included commits are affected; the kernel itself is the vendor product on the s390 architecture.

Risk and Exploitability

The CVSS score of 8.2 signifies high severity. The EPSS score is < 1 %, so exploitation is considered very unlikely at the time of this analysis, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves local or privileged access that can cause the target device to become lost or trigger the cleanup path; such conditions would allow an attacker to induce the race, causing a deadlock or kernel crash. After applying the patch, the race is removed and the risk is eliminated.

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 kernel to a release that incorporates the vfio_ccw cleanup patch from the referenced commits.
  • If an immediate upgrade is infeasible, unload or disable the vfio_ccw module when it is not required to reduce exposure to the race condition.
  • Configure alerting on kernel logs for VFIO or CIO errors, monitoring for signs of deadlock or panic that may indicate exploitation attempts.

Generated by OpenCVE AI on August 28, 2026 at 17:44 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 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

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


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


Thu, 27 Aug 2026 09:45: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-754

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-754

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: Move cp cleanup out of not operational The fsm_notoper() routine is called when the device has been lost, and is (by definition) no longer operational. Since this can happen asynchronously from the normal behavior of the driver, the cleanup may happen when holding other locks in the calling sequence (notably, the cio subchannel lock). Push the cleanup of the private->cp resources to a workqueue, where it can be done out from under that lock sequence and a future patch can safely manage the locking requirements.
Title s390/vfio_ccw: Move cp cleanup out of not operational
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:09.822Z

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

Link: CVE-2026-80549

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-80549

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-80549 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses