mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-22 09:04:32 +00:00
715 B
715 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV034 | Etcd is accessible using insecure connection (HTTP) |
|
high |
{{ page.vid }} - {{ page.title }}
Issue description
The etcd server (Kubernetes database) port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.
Remediation
Ensure your setup is exposing etcd only on an HTTPS port by using the etcd flags --key-file and --cert-file.