Files
kube-hunter/docs/_kb/KHV006.md
2022-03-25 09:03:43 +00:00

695 B

vid, title, categories, severity
vid title categories severity
KHV006 Insecure (HTTP) access to Kubernetes API
Unauthenticated Access
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.

References