CVE-2024-9594 – VM images built with Image Builder with some providers use default credentials during builds
https://notcve.org/view.php?id=CVE-2024-9594
A security issue was discovered in the Kubernetes Image Builder versions <= v0.1.37 where default credentials are enabled during the image build process when using the Nutanix, OVA, QEMU or raw providers. The credentials can be used to gain root access. The credentials are disabled at the conclusion of the image build process. Kubernetes clusters are only affected if their nodes use VM images created via the Image Builder project. Because these images were vulnerable during the image build process, they are affected only if an attacker was able to reach the VM where the image build was happening and used the vulnerability to modify the image at the time the image build was occurring. • https://github.com/kubernetes-sigs/image-builder/pull/1596 https://github.com/kubernetes/kubernetes/issues/128007 https://groups.google.com/g/kubernetes-security-announce/c/UKJG-oZogfA/m/Lu1hcnHmAQAJ • CWE-798: Use of Hard-coded Credentials •
CVE-2024-9486 – VM images built with Image Builder and Proxmox provider use default credentials
https://notcve.org/view.php?id=CVE-2024-9486
A security issue was discovered in the Kubernetes Image Builder versions <= v0.1.37 where default credentials are enabled during the image build process. Virtual machine images built using the Proxmox provider do not disable these default credentials, and nodes using the resulting images may be accessible via these default credentials. The credentials can be used to gain root access. Kubernetes clusters are only affected if their nodes use VM images created via the Image Builder project with its Proxmox provider. • https://github.com/kubernetes-sigs/image-builder/pull/1595 https://github.com/kubernetes/kubernetes/issues/128006 https://groups.google.com/g/kubernetes-security-announce/c/UKJG-oZogfA/m/Lu1hcnHmAQAJ • CWE-798: Use of Hard-coded Credentials •