Insights
Visualize complete attack chains and see how they can be mitigated
K8s MCP multi tool injection vulnerability
k8s MCP
Affected Tools:
- namespaces_list
- pods_exec
- pods_get
- pods_list
- pods_list_in_namespace
- pods_log
- pods_run
Guardrails
Build guardrails that enforce the following
- Enforce single-namespace access per agent session to prevent cross-namespace data leakage.
- Block exec, get, and log actions on pods outside the active namespace context.