Minimize access to the proxy sub-resource of nodes (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v200-5.1.10 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V200 5.1.10?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-k8s-v200-5-1-10)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v200-5.1.10
description: "Minimize access to the proxy sub-resource of nodes (Manual)"
category: cis-k8s
version: "2.0.0"
author: cyberstrike-official
tags: [cis, kubernetes, policies, rbac, service-accounts, node-proxy, kubelet-api, privilege-escalation]
cis_id: "5.1.10"
cis_benchmark: "CIS Kubernetes Benchmark v2.0.0"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.1.10 Minimize access to the proxy sub-resource of nodes (Manual)
## Profile Applicability
- Level 1 - Master Node
## Description
Users with access to the `Proxy` sub-resource of `Node` objects automatically have permissions to use the kubelet API, which may allow for privilege escalation or bypass cluster security controls such as audit logs.
The kubelet provides an API which includes rights to execute commands in any container running on the node. Access to this API is covered by permissions to the main Kubernetes API via the `node` object. The proxy sub-resource specifically allows wide ranging access to the kubelet API.
Direct access to the kubelet API bypasses controls like audit logging (there is no audit log of kubelet API access) and admission control.
## Rationale
The ability to use the `proxy` sub-resource of `node` objects opens up possibilities for privilege escalation and should be restricted, where possible.
## Audit
Review the users who have access to the `proxy` sub-resource of `node` objects in the Kubernetes API.
## Remediation
Where possible, remove access to the `proxy` sub-resource of `node` objects.
## References
1. https://kubernetes.io/docs/concepts/security/rbac-good-practices/#access-to-proxy-subresource-of-nodes
2. https://kubernetes.io/docs/reference/access-authn-authz/kubelet-authn-authz/#kubelet-authorization
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!