RedLock security researchers were scanning cloud environments for misconfigured services. They found that Tesla’s Kubernetes cluster — the orchestration system managing their cloud workloads — had its admin dashboard exposed directly on the internet with no password protection.
The Kubernetes dashboard is an administrative web interface that shows all running containers, their logs, and their environment variables. Tesla’s dashboard was accessible to anyone who knew the URL — no username, no password, no IP restriction.
This required two separate failures: (1) The Kubernetes dashboard was deployed with no authentication — a default configuration mistake. (2) AWS credentials were accessible as environment variables inside pods visible through that dashboard. Either fix alone would have limited the damage. This is the compounding nature of Security Misconfiguration.