mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-24 01:55:20 +00:00
761 B
761 B
vid, title, categories
| vid | title | categories | |
|---|---|---|---|
| KHV031 | Etcd Remote Write Access Event |
|
{{ 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.