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.
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.15 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-operator-bundle:sha256:0b1771f697a700263c5b827dbde56a5c9bab610e9d7df55ef93885a4e54cc0e9 | * |
Red Hat OpenShift GitOps 1.15 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator:sha256:d4c02e8766453f6413daea3dbaf0f25394cf3a4f61db24702374d60dac42cd4e | * |
Red Hat OpenShift GitOps 1.16 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-operator-bundle:sha256:8441322a0fce02df407573675b5b5d92d56de97c8aec72541b33d2dadc4050d5 | * |
Red Hat OpenShift GitOps 1.16 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator:sha256:677b024505587954b9fec113bafdd9b1fa5652166c24ee9bc5740854ef0564dd | * |
Red Hat OpenShift GitOps 1.17 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-operator-bundle:sha256:be93be0341649215fb001725aac0c3c5925343adbf1ad00c979b8c3d489512d6 | * |
Red Hat OpenShift GitOps 1.17 | RedHat | registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator:sha256:6120e3cfee5b7448a186b4aef7c301c629581a154bbc6ae3026f7aeaf8d73d7a | * |
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.