Ensure that the --profiling argument is set to false (Automated)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v1111-1.4.1 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V1111 1.4.1?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-k8s-v1111-1-4-1)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v1111-1.4.1
description: "Ensure that the --profiling argument is set to false (Automated)"
category: cis-k8s
version: "1.11.1"
author: cyberstrike-official
tags: [cis, kubernetes, control-plane, scheduler, profiling, bind-address]
cis_id: "1.4.1"
cis_benchmark: "CIS Kubernetes Benchmark v1.11.1"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 1.4.1 Ensure that the --profiling argument is set to false (Automated)
## Profile Applicability
- Level 1 - Master Node
## Description
Disable profiling, if not needed.
## Rationale
Profiling allows for the identification of specific performance bottlenecks. It generates a significant amount of program data that could potentially be exploited to uncover system and program details. If you are not experiencing any bottlenecks and do not need the profiler for troubleshooting purposes, it is recommended to turn it off to reduce the potential attack surface.
## Impact
Profiling information would not be available.
## Audit
Run the following command on the Control Plane node:
```bash
ps -ef | grep kube-scheduler
```
Verify that the `--profiling` argument is set to `false`.
## Remediation
Edit the Scheduler pod specification file `/etc/kubernetes/manifests/kube-scheduler.yaml` file on the Control Plane node and set the below parameter.
```
--profiling=false
```
## Default Value
By default, profiling is enabled.
## References
1. https://kubernetes.io/docs/admin/kube-scheduler/
2. https://github.com/kubernetes/community/blob/master/contributors/devel/profiling.md
## CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
| ---------------- | ------------------------------------------------------------------------------- | ---- | ---- | ---- |
| v8 | 4.8 Uninstall or Disable Unnecessary Services on Enterprise Assets and Software | | x | x |
| v7 | 9.2 Ensure Only Approved Ports, Protocols and Services Are Running | | x | x |
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!