Logo

Kube-hunter hunts for security weaknesses in Kubernetes clusters

View the Project on GitHub aquasecurity/kube-hunter

Lookup Vulnerability
All vulnerabilies

KHV031 - Etcd Remote Write Access Event

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