Minimize the admission of containers which use HostPorts (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-k8s-v200-5.2.12 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis K8s V200 5.2.12?
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-2-12)More formats (shields.io, HTML) on the badges page.
---
name: cis-k8s-v200-5.2.12
description: "Minimize the admission of containers which use HostPorts (Manual)"
category: cis-k8s
version: "2.0.0"
author: cyberstrike-official
tags: [cis, kubernetes, policies, pod-security, hostports, network-policy]
cis_id: "5.2.12"
cis_benchmark: "CIS Kubernetes Benchmark v2.0.0"
tech_stack: [kubernetes]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.2.12 Minimize the admission of containers which use HostPorts (Manual)
## Profile Applicability
- Level 1 - Master Node
## Description
Do not generally permit containers which require the use of HostPorts.
## Rationale
Host ports connect containers directly to the host's network. This can bypass controls such as network policy.
There should be at least one admission control policy defined which does not permit containers which require the use of HostPorts.
If you need to run containers which require HostPorts, this should be defined in a separate policy and you should carefully check to ensure that only limited service accounts and users are given permission to use that policy.
## Impact
Pods defined with `hostPort` settings in either the container, initContainer or ephemeralContainer sections will not be permitted unless they are run under a specific policy.
## Audit
List the policies in use for each namespace in the cluster, ensure that each policy disallows the admission of containers which have `hostPort` sections.
## Remediation
Add policies to each namespace in the cluster which has user workloads to restrict the admission of containers which use `hostPort` sections.
## Default Value
By default, there are no restrictions on the use of HostPorts.
## References
1. https://kubernetes.io/docs/concepts/security/pod-security-standards/
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!