CVE-2023-50726
Users with `create` but not `override` privileges can perform local sync in argo-cd
Record summary
CVE-2023-50726 has a selected CVSS score of 6.4 (medium).
Description
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. "Local sync" is an Argo CD feature that allows developers to temporarily override an Application's manifests with locally-defined manifests. Use of the feature should generally be limited to highly-trusted users, since it allows the user to bypass any merge protections in git. An improper validation bug allows users who have `create` privileges but not `override` privileges to sync local manifests on app creation. All other restrictions, including AppProject restrictions are still enforced. The only restriction which is not enforced is that the manifests come from some approved git/Helm/OCI source. The bug was introduced in 1.2.0-rc1 when the local manifest sync feature was added. The bug has been patched in Argo CD versions 2.10.3, 2.9.8, and 2.8.12. Users are advised to upgrade. Users unable to upgrade may mitigate the risk of branch protection bypass by removing `applications, create` RBAC access. The only way to eliminate the issue without removing RBAC access is to upgrade to a patched version.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Mar 14, 2024 · Source: CVE List
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
argo-cdBrowse argoproj / argo-cd | CVE List | >= 1.2.0-rc1, < 2.8.12 | affected |
| >= 2.9.0, < 2.9.8 | affected | ||
| >= 2.10.0, < 2.10.3 | affected | ||
github.com/argoproj/argo-cdBrowse Go / github.com/argoproj/argo-cd | GitHub Advisory | 1.2.0-rc1 to ≤ 1.8.7 | affected |
github.com/argoproj/argo-cd/v2Browse Go / github.com/argoproj/argo-cd/v2 | GitHub Advisory | 2.9.0 to < 2.9.8 · Fixed in 2.9.8 | affected |
| 2.10.0 to < 2.10.3 · Fixed in 2.10.3 | affected | ||
| 2.0.0-rc3 to < 2.8.12 · Fixed in 2.8.12 | affected |