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

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

640 B

vid, title, categories
vid title categories
KHV040 Exposed Run Inside Container
Remote Code Execution

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

Issue description

An attacker could run arbitrary commands on a container via the kubelet's /run endpoint. This endpoint is exposed as part of the kubelet's debug handlers.

Remediation

Disable --enable-debugging-handlers kubelet flag.

References