Files
kube-hunter/docs/_kb/KHV031.md
2022-03-25 09:03:43 +00:00

780 B

vid, title, categories, severity
vid title categories severity
KHV031 Etcd Remote Write Access Event
Remote Code Execution
critical

{{ page.vid }} - {{ page.title }}

Issue description

Etcd (Kubernetes' Database) is writable without authentication. This gives full control of your Kubernetes cluster to an attacker with access to etcd.

Remediation

Ensure your etcd is accepting connections only from the Kubernetes API, using the --trusted-ca-file etcd flag. This is usually done by the installer, or cloud platform.

References