Check ID:
Provider: Kubernetes
Service:
Severity: HIGH
Categories:
Resource type:
core_minimize_admission_windows_hostprocess_containersProvider: Kubernetes
Service:
coreSeverity: HIGH
Categories:
container-securityResource type:
PodWhat this check verifies
Kubernetes Pods are evaluated for Windows settings wheresecurityContext.windowsOptions.hostProcess is set to true, indicating they can run Windows HostProcess containers.
Risk
Enabling HostProcess grants containers direct access to the Windows node, eroding isolation. Attackers can read node data, tamper with services, capture credentials, and pivot across the cluster, impacting confidentiality, integrity, and availability.Recommendation
DisallowhostProcess:true by default using policy-based admission aligned with Pod Security Standards. Permit only in tightly controlled contexts; apply least privilege, dedicated namespaces, and restricted service accounts; enforce separation of duties and monitor usage.
Remediation
- Terraform
- Dashboard steps
References
- https://kyverno.io/policies/pod-security/baseline/disallow-host-process/disallow-host-process/
- https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
Where this check fires
This check runs on every scheduled scan against your Kubernetes account. Findings appear at Cloud Security → Findings filterable byCheck ID = core_minimize_admission_windows_hostprocess_containers. To re-evaluate after a fix, hit Run now on the account’s schedule under Cloud Security → Schedules — the next scan re-checks this control and marks the finding fixed or keeps it persistent.
← Back to Kubernetes checks