Impact
The vulnerability stems from CDI’s aggregated cdi.kubevirt.io:view ClusterRole which unexpectedly includes a create permission on the datavolumes/source subresource. CDI interprets this permission as sufficient to clone any PVC that a caller can name, even if the caller lacks write access to the source namespace. Consequently a subject bound to this view role cluster‑wide, and who also holds standard edit or admin rights to a namespace, can clone the contents of any PVC in the cluster into a namespace they control. This bypasses the intended read‑only guarantee and allows data exfiltration.
Affected Systems
Red Hat OpenShift Virtualization 4, the container‑native virtualization platform from Red Hat.
Risk and Exploitability
The CVSS score of 7.7 classifies the issue as high severity, while the EPSS score of < 1% indicates a very low but nonzero probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, meaning no confirmed exploitation in production has been reported. The likely attack vector involves misconfigured RBAC: a cluster administrator granting the cdi.kubevirt.io:view role via a ClusterRoleBinding, and a subject that also holds edit or admin rights within at least one namespace. With those privileges, the user can exploit the create rule on datavolumes/source to clone PVC data into a namespace under their control.
OpenCVE Enrichment