Minimize access to the approval sub-resource of certificatesigningrequests objects (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v200-5.1.11 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V200 5.1.11?
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-11)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v200-5.1.11
description: "Minimize access to the approval sub-resource of certificatesigningrequests objects (Manual)"
category: cis-k8s
version: "2.0.0"
author: cyberstrike-official
tags: [cis, kubernetes, policies, rbac, service-accounts, certificate-signing, csr-approval, privilege-escalation]
cis_id: "5.1.11"
cis_benchmark: "CIS Kubernetes Benchmark v2.0.0"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.1.11 Minimize access to the approval sub-resource of certificatesigningrequests objects (Manual)
## Profile Applicability
- Level 1 - Master Node
## Description
Users with access to the update the `approval` sub-resource of `CertificateSigningRequests` objects can approve new client certificates for the Kubernetes API effectively allowing them to create new high-privileged user accounts.
This can allow for privilege escalation to full cluster administrator, depending on users configured in the cluster.
## Rationale
The ability to update certificate signing requests should be limited.
## Audit
Review the users who have access to update the `approval` sub-resource of `CertificateSigningRequests` objects in the Kubernetes API.
## Remediation
Where possible, remove access to the `approval` sub-resource of `CertificateSigningRequests` objects.
## References
1. https://kubernetes.io/docs/concepts/security/rbac-good-practices/#csrs-and-certificate-issuing
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!