Vulnerability Description
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Due to the improper URL protocols filtering of links specified in the `link.argocd.argoproj.io` annotations in the application summary component, an attacker can achieve cross-site scripting with elevated permissions. All unpatched versions of Argo CD starting with v1.0.0 are vulnerable to a cross-site scripting (XSS) bug allowing a malicious user to inject a javascript: link in the UI. When clicked by a victim user, the script will execute with the victim's permissions (up to and including admin). This vulnerability allows an attacker to perform arbitrary actions on behalf of the victim via the API, such as creating, modifying, and deleting Kubernetes resources. A patch for this vulnerability has been released in Argo CD versions v2.10.3 v2.9.8, and v2.8.12. There are no completely-safe workarounds besides upgrading. The safest alternative, if upgrading is not possible, would be to create a Kubernetes admission controller to reject any resources with an annotation starting with link.argocd.argoproj.io or reject the resource if the value use an improper URL protocol. This validation will need to be applied in all clusters managed by ArgoCD.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Argoproj | Argo Cd | >= 1.0.0, < 2.8.12 |
Related Weaknesses (CWE)
References
- https://github.com/argoproj/argo-cd/commit/479b5544b57dc9ef767d49f7003f39602c480Patch
- https://github.com/argoproj/argo-cd/security/advisories/GHSA-jwv5-8mqv-g387Vendor Advisory
- https://github.com/argoproj/argo-cd/commit/479b5544b57dc9ef767d49f7003f39602c480Patch
- https://github.com/argoproj/argo-cd/security/advisories/GHSA-jwv5-8mqv-g387Vendor Advisory
FAQ
What is CVE-2024-28175?
CVE-2024-28175 is a vulnerability with a CVSS score of 9.0 (CRITICAL). Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Due to the improper URL protocols filtering of links specified in the `link.argocd.argoproj.io` annotations in the application...
How severe is CVE-2024-28175?
CVE-2024-28175 has been rated CRITICAL with a CVSS base score of 9.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2024-28175?
Check the references section above for vendor advisories and patch information. Affected products include: Argoproj Argo Cd.