Ensure that the --bind-address argument is set to 127.0.0.1 (Automated)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v1111-1.4.2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V1111 1.4.2?
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-2)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v1111-1.4.2
description: "Ensure that the --bind-address argument is set to 127.0.0.1 (Automated)"
category: cis-k8s
version: "1.11.1"
author: cyberstrike-official
tags: [cis, kubernetes, control-plane, scheduler, profiling, bind-address]
cis_id: "1.4.2"
cis_benchmark: "CIS Kubernetes Benchmark v1.11.1"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 1.4.2 Ensure that the --bind-address argument is set to 127.0.0.1 (Automated)
## Profile Applicability
- Level 1 - Master Node
## Description
Do not bind the scheduler service to non-loopback insecure addresses.
## Rationale
The Scheduler API service which runs on port 10251/TCP by default is used for health and metrics information and is available without authentication or encryption. As such it should only be bound to a localhost interface, to minimize the cluster's attack surface.
## Impact
None
## Audit
Run the following command on the Control Plane node:
```bash
ps -ef | grep kube-scheduler
```
Verify that the `--bind-address` argument is set to 127.0.0.1
## Remediation
Edit the Scheduler pod specification file `/etc/kubernetes/manifests/kube-scheduler.yaml` on the Control Plane node and ensure the correct value for the `--bind-address` parameter.
## Default Value
By default, the `--bind-address` parameter is set to 0.0.0.0
## References
1. https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
## CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
| ---------------- | ------------------------------------------------------------------ | ---- | ---- | ---- |
| v8 | 12.6 Use of Secure Network Management and Communication Protocols | | 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!