mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 12:46:25 +00:00
695 B
695 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV006 | Insecure (HTTP) access to Kubernetes API |
|
high |
{{ page.vid }} - {{ page.title }}
Issue description
The API Server port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.
Remediation
Ensure your setup is exposing kube-api only on an HTTPS port.
Do not enable kube-api's --insecure-port flag in production.