Impact
In the Linux kernel, the vfio-ccw subsystem processes channel programs recursively. Because of this recursion, there is an unbounded limit on the number of Command Control Words (CCWs) that can be present in a single channel program. The current implementation fails to impose a strict, architectural limit on the number of segments, which can lead to excessive memory consumption or stack overflow when a program contains many segments. This flaw could be exploited to cause a denial of service in systems that use vfio-ccw devices.
Affected Systems
The vulnerability affects the Linux kernel, specifically the vfio-ccw driver. Any system running a Linux kernel without the fix that limits the number of CCW segments is potentially affected. The CVE does not list specific kernel versions, so any kernel build that includes this code before the patch is at risk.
Risk and Exploitability
The CVSS or EPSS scores are not provided, and the vulnerability is not listed in CISA KEV. Thus, the severity and likelihood of exploitation are uncertain. However, the flaw involves a recursive processing path within the kernel, which generally requires privileged execution or a crafted channel program presented to a vfio-ccw device. The attack would likely be limited to a user or process with access to configure or interact with the vfio-ccw module, making it a moderate risk but not currently widely reported.
OpenCVE Enrichment