CVE-2026-80549: s390/vfio_ccw: Move cp cleanup out of not operational

Published Aug 26, 2026
·
Updated

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

s390/vfioccw: Move cp cleanup out of not operational

The fsmnotoper() 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.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:37 PM
Data Sourced
via MITRE·02:37 PM
Description
Data Sourced
via NVD·03:17 PM
Description

Frequently Asked Questions

1

Which systems are realistically exposed to this issue?

The affected code is in the Linux kernel's s390 vfio_ccw component. Systems that do not use the s390 architecture or vfio_ccw are not indicated by the provided data as exposed.

2

What condition triggers the vulnerable cleanup path?

The path is entered when a device is lost and becomes non-operational. This can occur asynchronously from normal driver behavior, including while other locks such as the cio subchannel lock are held.

3

What is the remediation described by the fix?

The fix moves cleanup of private->cp resources to a workqueue so it runs outside the existing lock sequence. The provided references identify stable kernel commits containing the resolved change.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203