CVE-2020-27151
https://notcve.org/view.php?id=CVE-2020-27151
An issue was discovered in Kata Containers through 1.11.3 and 2.x through 2.0-rc1. The runtime will execute binaries given using annotations without any kind of validation. Someone who is granted access rights to a cluster will be able to have kata-runtime execute arbitrary binaries as root on the worker nodes. Se detectó un problema en Kata Containers versiones hasta 1.11.3 y versiones 2.x hasta 2.0-rc1. El tiempo de ejecución ejecutará los binarios proporcionados mediante anotaciones sin ningún tipo de validación. • https://bugs.launchpad.net/katacontainers.io/+bug/1878234 https://github.com/kata-containers/kata-containers/releases/tag/2.0.0 https://github.com/kata-containers/runtime/releases/tag/1.11.5 https://github.com/kata-containers/runtime/releases/tag/1.12.0 •
CVE-2020-28914
https://notcve.org/view.php?id=CVE-2020-28914
An improper file permissions vulnerability affects Kata Containers prior to 1.11.5. When using a Kubernetes hostPath volume and mounting either a file or directory into a container as readonly, the file/directory is mounted as readOnly inside the container, but is still writable inside the guest. For a container breakout situation, a malicious guest can potentially modify or delete files/directories expected to be read-only. Una vulnerabilidad de permisos de archivo inapropiados afecta a Kata Containers versiones anteriores a 1.11.5. Cuando se usa un volumen hostPath de Kubernetes y se monta un archivo o directorio en un contenedor como de solo lectura, el file/directory es montado como readOnly dentro del contenedor, pero aún puede ser escribible dentro del invitado. • https://github.com/kata-containers/kata-containers/pull/1062 https://github.com/kata-containers/runtime/pull/3042 https://github.com/kata-containers/runtime/pull/3051 https://github.com/kata-containers/runtime/releases/tag/1.11.5 https://github.com/kata-containers/runtime/releases/tag/1.12.0 • CWE-732: Incorrect Permission Assignment for Critical Resource •