mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 04:36:33 +00:00
667 B
667 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV042 | Exposed Attaching To Container |
|
high |
{{ page.vid }} - {{ page.title }}
Issue description
An attacker could attach to a running container via a websocket on the kubelet's /attach endpoint. This endpoint is exposed as part of the kubelet's debug handlers.
Remediation
Disable --enable-debugging-handlers kubelet flag.