VDB
KO
CRITICAL 9.0

GHSA-jwv5-8mqv-g387

Cross-site scripting on application summary component

Quick fix

GHSA-jwv5-8mqv-g387 — github.com/argoproj/argo-cd/v2: upgrade to the fixed version with the command below.

go get github.com/argoproj/argo-cd/v2@v2.9.8

Details

### Summary

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.

### Impact

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.

### Patches A patch for this vulnerability has been released in the following Argo CD versions:

* v2.10.3 * v2.9.8 * v2.8.12

### Workarounds

There are no completely-safe workarounds besides **upgrading**. The safest alternative, if upgrading is not possible, would be to create a [Kubernetes admission controller](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/) 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.

#### Mitigations

1. Avoid clicking external links presented in the UI. The link's title is user-configurable. So even if you hover the link, and the tooltip looks safe, the link might be malicious. The only way to be certain that the link is safe is to inspect the page's source. 2. Carefully limit who has permissions to edit Kubernetes resource manifests (this is configured in [RBAC](https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/) for ArgoCD). The external-links are set as annotations on Kubernetes resources. Any persona with write access to resources managed by ArgoCD could be an actor.

### References [Documentation for the external links feature](https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/)

### Credits

Disclosed by [RyotaK](https://ryotak.net) (@Ry0taK)

### For more information

- Open an issue in [the Argo CD issue tracker](https://github.com/argoproj/argo-cd/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or [discussions](https://github.com/argoproj/argo-cd/discussions) - Join us on [Slack](https://argoproj.github.io/community/join-slack) in channel #argo-cd

Are you affected?

Enter the version of the package you're using.

Affected packages

Go / github.com/argoproj/argo-cd
Introduced in: 1.0.0

No fixed version published yet for github.com/argoproj/argo-cd (go modules). Pin to a known-safe version or switch to an alternative.

Go / github.com/argoproj/argo-cd/v2
Introduced in: 2.9.0 Fixed in: 2.9.8
Fix go get github.com/argoproj/argo-cd/v2@v2.9.8
Go / github.com/argoproj/argo-cd/v2
Introduced in: 2.10.0 Fixed in: 2.10.3
Fix go get github.com/argoproj/argo-cd/v2@v2.10.3
Go / github.com/argoproj/argo-cd/v2
Introduced in: 2.0.0 Fixed in: 2.8.12
Fix go get github.com/argoproj/argo-cd/v2@v2.8.12

References