CVE-2025-55190
Argo CD: Project API Token Exposes Repository Credentials
Record summary
CVE-2025-55190 has a selected CVSS score of 10.0 (critical); EIP currently links 1 Nuclei template.
Description
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. In versions 2.13.0 through 2.13.8, 2.14.0 through 2.14.15, 3.0.0 through 3.0.12 and 3.1.0-rc1 through 3.1.1, API tokens with project-level permissions are able to retrieve sensitive repository credentials (usernames, passwords) through the project details API endpoint, even when the token only has standard application management permissions and no explicit access to secrets. This vulnerability does not only affect project-level permissions. Any token with project get permissions is also vulnerable, including global permissions such as: `p, role/user, projects, get, *, allow`. This issue is fixed in versions 2.13.9, 2.14.16, 3.0.14 and 3.1.2.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Nov 18, 2025 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Sep 5, 2025 · Source: CVE List
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
argo-cdBrowse argoproj / argo-cd | CVE List, VulnCheck | >= 2.13.0, < 2.13.9 | affected |
| >= 2.14.0, < 2.14.16 | affected | ||
| >= 3.0.0, < 3.0.14 | affected | ||
| >= 3.1.0-rc1, < 3.1.2 | affected | ||
github.com/argoproj/argo-cd/v2Browse Go / github.com/argoproj/argo-cd/v2 | GitHub Advisory | 2.13.0 to < 2.13.9 · Fixed in 2.13.9 | affected |
| 2.14.0 to < 2.14.16 · Fixed in 2.14.16 | affected | ||
github.com/argoproj/argo-cd/v3Browse Go / github.com/argoproj/argo-cd/v3 | GitHub Advisory | Before 3.0.14 · Fixed in 3.0.14 | affected |
| 3.1.0-rc1 to < 3.1.2 · Fixed in 3.1.2 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALArgoCD Project API Token Repository Credentials ExposureCVSS 9.9
Argo CD API tokens with project-level permissions are able to retrieve sensitive repository credentials (usernames, passwords) through the project details API endpoint, even when the token only has standard application management permissions and no explicit access to secrets. This vulnerability affects versions v2.2.0-rc1 and later, including 2.13.0 through 2.13.8, 2.14.0 through 2.14.15, 3.0.0 through 3.0.12, and 3.1.0-rc1 through 3.1.1. Any token with project get permissions is vulnerable, including global permissions. Note: This template requires valid ArgoCD credentials (username/password) to test the vulnerability.
Impact
Authenticated attackers with project-level API tokens can retrieve sensitive repository credentials including usernames and passwords without requiring explicit secret access permissions.
Remediation
Upgrade ArgoCD to version 2.13.9, 2.14.16, 3.0.13, 3.1.2, or later depending on your version branch that properly restricts repository credential access.
Source: ProjectDiscovery