All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-71566
CRITICALpublished 2026-08-17 15:16 UTC · 18 hours ago · modified 2026-08-17 16:17 UTC
9.3
CVSS / 10
// description
FakeFish handles incoming credentials by passing them down to scripts. This works for real hardware because in the end it's up to the BMC to validate them. However, KubeVirt relies on a KUBECONFIG file mounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the user that created fakefish, power them on and off, and mount arbitrary CD images to them.
// weaknesses (CWE)
- CWE-306