8. Lateral Movement in the Kubernetes Cluster – ATT&CK® Matrix
MITRE’s ATT&CK®
Access Tiller Endpoint
Helm is a popular package manager for Kubernetes maintained by CNCF. Tiller is the server-side component of Helm up to version 2.
Tiller reveals internal gRPC endpoint in the cluster, listens to port 44134. By default, this endpoint does not require authentication. Attackers may run code on any container that is accessible to the tiller’s service. And perform actions in the cluster, using the tiller’s service account, which often has great privileges.
Tiller reveals internal gRPC endpoint in the cluster, listens to port 44134. By default, this endpoint does not require authentication. Attackers may run code on any container that is accessible to the tiller’s service. And perform actions in the cluster, using the tiller’s service account, which often has great privileges.