CVE-2023-50726Medium· 6.4▾ SunlitUsers with `create` but not `override` privileges can perform local sync
▾ Sunlit zone — Low / medium · no exploitation signal
impact 35.2 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 7.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
0.5%
"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 the following versions:
To immediately mitigate the risk of branch protection bypass, remove applications, create RBAC access. The only way to eliminate the issue without removing RBAC access is to upgrade to a patched version.
Branch protection rules and review requirements are a great way to enforce security constraints in a GitOps environment, but they should be just one layer in a multi-layered approach. Make sure your AppProject and RBAC restrictions are as thorough as possible to prevent a review bypass vulnerability from permitting excessive damage.
github.com/argoproj/argo-cd >= 1.2.0-rc1, <= 1.8.7github.com/argoproj/argo-cd/v2 >= 2.9.0, < 2.9.8github.com/argoproj/argo-cd/v2 >= 2.10.0, < 2.10.3github.com/argoproj/argo-cd/v2 >= 2.0.0-rc3, < 2.8.12Upgrade to a patched release:
github.com/argoproj/argo-cd/v2 2.9.8github.com/argoproj/argo-cd/v2 2.10.3github.com/argoproj/argo-cd/v2 2.8.12Connected by shared product, vendor, weakness, or advisory.
CVE-2024-21661High· 7.5Denial of Service (DoS) Vulnerability Due to Unsafe Array Modification in Multi-threaded Environment
CVE-2023-40026Medium· 5.0Path traversal allows leaking out-of-bound Helm charts from Argo CD repo-server
CVE-2023-23947Critical· 9.1Users with any cluster secret update access may update out-of-bounds cluster secrets
CVE-2024-36106Medium· 4.3Argo-cd authenticated users can enumerate clusters by name
CVE-2025-47933Critical· 9.0Argo CD allows cross-site scripting on repositories page
CVE-2024-28175Critical· 9.0Cross-site scripting on application summary component