Skip to content
← RegistryDossier · 6 steps · 5 edges

ArgoCD weak RBAC → cluster admin via custom Application

ArgoCD installed with the default admin user and broad RBAC. Attacker creates an Application pointing at attacker manifests — ArgoCD syncs them with cluster-admin.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: K8s cluster managed by ArgoCD. Default admin credentials never rotated (Bitnami chart leaves them in a secret), or the admin password leaked.

§ Steps

  1. 01
    Authenticate (default / leaked admin)Credential Access
    W-AUTH-DEFAULTDefault Credentials
  2. 02
    Privileged pod runs on the clusterPrivilege Escalation
    K-PRIV-CONTAINERPrivileged Container Escape
  3. 03
    Mount host fs → cluster-adminPrivilege Escalation
    K-HOSTPATH-MOUNThostPath Volume Mount
  4. 04
    ArgoCD syncs malicious manifestsPersistence
    K-CRONJOB-PERSISTMalicious CronJob / DaemonSet
  5. 05
    Create Application from attacker repoPrivilege Escalation
    CI-ARGOCD-TAKEOVERArgoCD Misconfigured RBAC
  6. 06
    Find ArgoCD UI / APIDiscovery
    N-NMAP-INTERNALInternal Nmap Sweep

§ Frequently asked

What is the "ArgoCD weak RBAC → cluster admin via custom Application" attack path?
ArgoCD installed with the default admin user and broad RBAC. Attacker creates an Application pointing at attacker manifests — ArgoCD syncs them with cluster-admin. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Authenticate (default / leaked admin) (W-AUTH-DEFAULT) — a credential access primitive. Assumed environment: K8s cluster managed by ArgoCD.
What is the final impact of this kill-chain?
The final step lands on Find ArgoCD UI / API (N-NMAP-INTERNAL), which falls under Discovery. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers