Minimize access to webhook configuration objects (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v1110-5.1.12 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V1110 5.1.12?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-k8s-v1110-5-1-12)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v1110-5.1.12
description: "Minimize access to webhook configuration objects (Manual)"
category: cis-k8s
version: "1.11.0"
author: cyberstrike-official
tags: [cis, kubernetes, policies, rbac, service-accounts, webhook-config]
cis_id: "5.1.12"
cis_benchmark: "CIS Kubernetes Benchmark v1.11.0"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.1.12 Minimize access to webhook configuration objects (Manual)
## Profile Applicability
- Level 1 - Master Node
## Description
Users with rights to create/modify/delete `validatingwebhookconfigurations` or `mutatingwebhookconfigurations` can control webhooks that can read any object admitted to the cluster, and in the case of mutating webhooks, also mutate admitted objects. This could allow for privilege escalation or disruption of the operation of the cluster.
## Rationale
The ability to manage webhook configuration should be limited.
## Audit
Review the users who have access to `validatingwebhookconfigurations` or `mutatingwebhookconfigurations` objects in the Kubernetes API.
## Remediation
Where possible, remove access to the `validatingwebhookconfigurations` or `mutatingwebhookconfigurations` objects.
## References
1. https://kubernetes.io/docs/concepts/security/rbac-good-practices/#control-admission-webhooks
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!