Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. A vulnerability was found in Argo CD prior to versions 2.3.4, 2.2.9, and 2.1.15 that allows an attacker to spoof error messages on the login screen when single sign on (SSO) is enabled. In order to exploit this vulnerability, an attacker would have to trick the victim to visit a specially crafted URL which contains the message to be displayed. As far as the research of the Argo CD team concluded, it is not possible to specify any active content (e.g. Javascript) or other HTML fragments (e.g. clickable links) in the spoofed message. A patch for this vulnerability has been released in Argo CD versions 2.3.4, 2.2.9, and 2.1.15. There are currently no known workarounds.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Argo_cd | Argoproj | 0.6.1 (including) | 2.1.15 (excluding) |
Argo_cd | Argoproj | 2.2.0 (including) | 2.2.9 (excluding) |
Argo_cd | Argoproj | 2.3.0 (including) | 2.3.4 (excluding) |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/applicationset-rhel8:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/argocd-rhel8:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/dex-rhel8:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-operator-bundle:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-rhel8:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-rhel8-operator:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/kam-delivery-rhel8:v1.3.10-1 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/applicationset-rhel8:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/argocd-rhel8:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/dex-rhel8:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-operator-bundle:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-rhel8:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/gitops-rhel8-operator:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.3 | RedHat | openshift-gitops-1/kam-delivery-rhel8:v1.3.9-3 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/applicationset-rhel8:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/argocd-rhel8:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/dex-rhel8:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/gitops-operator-bundle:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/gitops-rhel8:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/gitops-rhel8-operator:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.4 | RedHat | openshift-gitops-1/kam-delivery-rhel8:v1.4.7-2 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/applicationset-rhel8:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/argocd-rhel8:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/dex-rhel8:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/gitops-operator-bundle:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/gitops-rhel8:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/gitops-rhel8-operator:v1.5.1-4 | * |
Red Hat OpenShift GitOps 1.5 | RedHat | openshift-gitops-1/kam-delivery-rhel8:v1.5.1-4 | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.