mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 04:36:33 +00:00
897 B
897 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV002 | Kubernetes version disclosure |
|
low |
{{ page.vid }} - {{ page.title }}
Issue description
The fact that your infrastructure is using Kubernetes, and the specific version of Kubernetes used is publicly available, and could be used by an attacker to target your environment with known vulnerabilities in the specific version of Kubernetes you are using.
This information could have been obtained from the Kubernetes API /version endpoint, or from the Kubelet's /metrics debug endpoint.
Remediation
Disable --enable-debugging-handlers kubelet flag.