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

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

781 B

vid, title, categories
vid title categories
KHV049 kubectl proxy Exposed
Information Disclosure

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

Issue description

An open kubectl proxy was detected. kubectl proxy is a convenient tool to connect from a local machine into an application running in Kubernetes or to the Kubernetes API. This is common practice to browse for example the Kubernetes dashboard. Leaving an open proxy can be exploited by an attacker to gain access into your entire cluster.

Remediation

Expose your applications in a permanent, legitimate way, such as via Ingress.

Close open proxies immediately after use.

References