CNTR-K8-000330 - The Kubernetes Kubelet must have the 'readOnlyPort' flag disabled - readOnlyPort flag disabled.

Information

Kubelet serves a small REST API with read access to port 10255. The read-only port for Kubernetes provides no authentication or authorization security control. Providing unrestricted access on port 10255 exposes Kubernetes pods and containers to malicious attacks or compromise. Port 10255 is deprecated and should be disabled.

Solution

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

Remove the '--read-only-port' option if present.

Note the path to the config file (identified by --config).

Edit the config file:
Set 'readOnlyPort' to '0' or remove the setting.

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-242387r918149_rule, STIG-ID|CNTR-K8-000330, Vuln-ID|V-242387

Plugin: Unix

Control ID: ee0211b9ed9355d03ee90abb27e7c5cbda28130a13cbfeeade93d91724c18403