Minimize access to the service account token creation (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-aks-v180-4.1.12 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Aks V180 4.1.12?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-aks-v180-4-1-12)More formats (shields.io, HTML) on the badges page.
---
name: cis-aks-v180-4.1.12
description: "Minimize access to the service account token creation (Manual)"
category: cis-aks
version: "1.8.0"
author: cyberstrike-official
tags: [cis, aks, kubernetes, azure, rbac, service-accounts, token-creation, privilege-escalation]
cis_id: "4.1.12"
cis_benchmark: "CIS Azure Kubernetes Service (AKS) Benchmark v1.8.0"
tech_stack: [kubernetes, azure, aks]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 4.1.12 Minimize access to the service account token creation (Manual)
## Profile Applicability
- Level 1
## Description
Users with rights to create new service account tokens at a cluster level, can create long-lived privileged credentials in the cluster. This could allow for privilege escalation and persistent access to the cluster, even if the users account has been revoked.
## Rationale
The ability to create service account tokens should be limited.
## Audit
Review the users who have access to create the `token` sub-resource of `serviceaccount` objects in the Kubernetes API.
## Remediation
Where possible, remove access to the `token` sub-resource of `serviceaccount` objects.
## References
1. [https://kubernetes.io/docs/concepts/security/rbac-good-practices/#token-request](https://kubernetes.io/docs/concepts/security/rbac-good-practices/#token-request)
## CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
| ---------------- | ------------------------------------------------- | ---- | ---- | ---- |
| v8 | 6.8 Define and Maintain Role-Based Access Control | | | x |
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!