V-242391—The Kubernetes Kubelet must have anonymous authentication disabled.
>Control Description
>Check Content
On each Control Plane and Worker Node,
$ps -ef | grep kubeletIf the "--anonymous-auth" option exists, this is a finding. Note the path to the config file (identified by --config). Inspect the content of the config file: Locate the "anonymous" section under "authentication". In this section, if the field "enabled" does not exist or is set to "true", this is a finding.
>Remediation
On each Control Plane and Worker Node,
$ps -ef | grep kubeletRemove the "anonymous-auth" option if present. Note the path to the config file (identified by --config). Edit the config file: Locate the "authentication" section and the "anonymous" subsection. Within the "anonymous" subsection, set "enabled" to "false". Restart the kubelet service
$systemctl daemon-reload && systemctl restart kubelet>CCI References
Control Correlation Identifiers (CCIs) map STIG findings to NIST 800-53 controls.
>Cross-Framework Mappings
NIST SP 800-53 r5
via DISA CCI ListAsk AI
Configure your API key to use AI features.