Toutes les vulnérabilités
HIGHInfra

INFRA-TESLA-K8S-2018

Kubernetes · Kubernetes admin console (Tesla AWS environment)

Résumé

Tesla's Kubernetes administrative console was exposed to the internet without password protection, allowing attackers to access it and discover Tesla's AWS access credentials stored within. The attackers used the environment to run cryptomining software inside Tesla's AWS, employing evasion techniques such as hiding the mining pool behind CloudFlare, using a non-standard mining endpoint, and throttling CPU usage to avoid detection. It was discovered by the RedLock Cloud Security Intelligence team, later part of Palo Alto Networks Prisma Cloud, and Tesla remediated within hours stating no customer or vehicle data was compromised.

Comment l’éviter dans votre code

  • Never expose the Kubernetes dashboard or API server to the internet; require authentication and disable anonymous access.
  • Enforce RBAC and put the control plane behind a VPN or IP allowlist.
  • Scope pod service-account and node IAM to least privilege so a compromised pod cannot reach cloud credentials.
  • Enforce IMDSv2 and restrict pod access to the instance metadata endpoint.
  • Monitor for unexpected workloads and outbound traffic indicative of cryptomining.

Références

Vulnérabilités liées

Tout Infra →