Files
kube-hunter/docs/_kb/KHV038.md
Liz RiceandYehuda Chikvashvili 4c82b68f48 Merges #225 (#278)
* Fix typos

* Fix review comments
2019-11-26 21:11:33 +02:00

630 B

vid, title, categories
vid title categories
KHV038 Exposed Running Pods
Information Disclosure

{{ page.vid }} - {{ page.title }}

Issue description

The kubelet is leaking information about running pods via the /runningpods endpoint. This endpoint is exposed as part of the kubelet's debug handlers.

Remediation

Disable --enable-debugging-handlers kubelet flag.

References