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

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

638 B

vid, title, categories
vid title categories
KHV039 Exposed Exec On Container
Remote Code Execution

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

Issue description

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

Remediation

Disable --enable-debugging-handlers kubelet flag.

References