CVE-2026-80554: s390/vfio_ccw: Limit the number of channel program segments
In the Linux kernel, the following vulnerability has been resolved:
s390/vfioccw: Limit the number of channel program segments
The processing of channel programs, and the CCWs within them, is done recursively. As such, there is an arbitrary (but not architectural) limit to the number of CCWs that can exist in a single channel program.
The vfio-ccw logic breaks these channel programs into segments whenever it encounters a Transfer-In-Channel (TIC) CCW, and the combined number of segments count towards the global limit. Impose an equivalent limit to the number of segments until such logic can be made non-recursive.
Affected Software
Event History
Frequently Asked Questions
Which systems are in scope?
The issue is in the Linux kernel's s390 vfio-ccw logic. The provided information does not identify affected kernel versions or configuration prerequisites.
What kind of channel program is relevant to this issue?
Channel programs containing Transfer-In-Channel (TIC) CCWs are split into segments by vfio-ccw. The combined segment count contributes to the global limit while the channel-program processing remains recursive.