mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
653 B
653 B
vid, title, categories, severity
| vid | title | categories | severity | |
|---|---|---|---|---|
| KHV039 | Exposed Exec On Container |
|
high |
{{ 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.