Files
kube-hunter/docs/_kb/KHV031.md
2019-10-30 20:38:16 +02:00

761 B

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

{{ 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