CNTR-K8-000370 - The Kubernetes Kubelet must have anonymous authentication disabled.

Information

A user who has access to the Kubelet essentially has root access to the nodes contained within the Kubernetes Control Plane. To control access, users must be authenticated and authorized. By allowing anonymous connections, the controls put in place to secure the Kubelet can be bypassed.

Setting anonymous authentication to 'false' also disables unauthenticated requests from kubelets.

While there are instances where anonymous connections may be needed (e.g., health checks) and Role-Based Access Controls (RBAC) are in place to limit the anonymous access, this access must be disabled and only enabled when necessary.

Solution

On each Control Plane and Worker Node, run the command:
ps -ef | grep kubelet

Remove 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 using the following command:
systemctl daemon-reload && systemctl restart kubelet

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Kubernetes_V1R11_STIG.zip

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-3, CAT|I, CCI|CCI-000213, Rule-ID|SV-242391r918152_rule, STIG-ID|CNTR-K8-000370, Vuln-ID|V-242391

Plugin: Unix

Control ID: e5a64515d7fb9537a00c9d577118954f14749a61e2384f252d7799dd9a5a099e