CVE-2026-80550: s390/vfio_ccw: Fix out of bounds check on CCW array

Published Aug 26, 2026
·
Updated

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

s390/vfioccw: Fix out of bounds check on CCW array

The routine ccwchaincalclength() counts the number of channel command words (CCWs) that are chained together in a single channel program, and rejects anything larger than CCWCHAINLENMAX (256) CCWs.

The loop itself is "do..while (count < 257)", and while the logic in iscpawithinrange() correctly adjusts between the 0-index array of CCWs and the count of CCWs starting at 1, this means it would look at a possible 257th CCW before ending the loop and (correctly) returning an error.

Fix this by restructuring the loop to break as soon as 256 CCWs (thus indexes 0-255) are examined, without looking at memory outside the range.

Affected Software

1 affected component
Linux 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 exposed to this issue?

The issue affects Linux kernel systems using the s390 vfio_ccw code path. The provided information does not identify affected kernel versions or configuration prerequisites beyond that component.

2

What condition is required to trigger the out-of-bounds access?

A channel program must contain a CCW chain exceeding the permitted 256 CCWs. The vulnerable loop can examine a possible 257th CCW before rejecting the chain.

3

What is the remediation?

Apply a Linux kernel update containing the fix that stops processing once 256 CCWs, corresponding to array indexes 0 through 255, have been examined. The supplied references identify stable kernel commits carrying the correction.

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