Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. A vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. The vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data. The vulnerability is fixed in v2.13.4, v2.12.10, and v2.11.13.
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-argocd-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-argocd-rhel9-container-v1.14.3-1 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-argo-rollouts-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-console-plugin-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-dex-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-kam-delivery-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-must-gather-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-operator-bundle-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.14 | RedHat | openshift-gitops-operator-container-v1.14.3-4 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/argocd-extensions-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/argocd-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/argocd-rhel9:v1.15.1-1 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/argo-rollouts-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/console-plugin-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/dex-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/gitops-operator-bundle:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/gitops-rhel8:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/gitops-rhel8-operator:v1.15.1-7 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | openshift-gitops-1/must-gather-rhel8:v1.15.1-7 | * |
There are many different kinds of mistakes that introduce information exposures. The severity of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. Some kinds of sensitive information include:
Information might be sensitive to different parties, each of which may have their own expectations for whether the information should be protected. These parties include:
Information exposures can occur in different ways:
It is common practice to describe any loss of confidentiality as an “information exposure,” but this can lead to overuse of CWE-200 in CWE mapping. From the CWE perspective, loss of confidentiality is a technical impact that can arise from dozens of different weaknesses, such as insecure file permissions or out-of-bounds read. CWE-200 and its lower-level descendants are intended to cover the mistakes that occur in behaviors that explicitly manage, store, transfer, or cleanse sensitive information.