mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-21 13:16:28 +00:00
648 B
648 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV041 | Exposed Port Forward |
|
high |
{{ page.vid }} - {{ page.title }}
Issue description
An attacker could read and write data from a pod via the kubelet's /portForward endpoint. This endpoint is exposed as part of the kubelet's debug handlers.
Remediation
Disable --enable-debugging-handlers kubelet flag.