mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-24 10:02:50 +00:00
665 B
665 B
vid, title, categories
| vid | title | categories | |
|---|---|---|---|
| KHV043 | Cluster Health Disclosure |
|
{{ page.vid }} - {{ page.title }}
Issue description
The kubelet is leaking it's health information, which may contain sensitive information, via the /healthz endpoint. This endpoint is exposed as part of the kubelet's debug handlers.
Remediation
Disable --enable-debugging-handlers kubelet flag.