CVE-2022-31034

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. All versions of Argo CD starting with v0.11.0 are vulnerable to a variety of attacks when an SSO login is initiated from the Argo CD CLI or UI. The vulnerabilities are due to the use of insufficiently random values in parameters in Oauth2/OIDC login flows. In each case, using a relatively-predictable (time-based) seed in a non-cryptographically-secure pseudo-random number generator made the parameter less random than required by the relevant spec or by general best practices. In some cases, using too short a value made the entropy even less sufficient. The attacks on login flows which are meant to be mitigated by these parameters are difficult to accomplish but can have a high impact potentially granting an attacker admin access to Argo CD. Patches for this vulnerability has been released in the following Argo CD versions: v2.4.1, v2.3.5, v2.2.10 and v2.1.16. There are no known workarounds for this vulnerability.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:linuxfoundation:argo-cd:*:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:2.2.9:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:2.3.4:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:2.4.0:*:*:*:*:*:*:*

History

21 Jul 2023, 17:09

Type Values Removed Values Added
CWE CWE-330 CWE-331
CWE-335

07 Jul 2022, 17:04

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : 6.8
v3 : 8.1
CPE cpe:2.3:a:linuxfoundation:argo-cd:2.2.9:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:*:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:2.4.0:*:*:*:*:*:*:*
cpe:2.3:a:linuxfoundation:argo-cd:2.3.4:*:*:*:*:*:*:*
First Time Linuxfoundation
Linuxfoundation argo-cd
References (MISC) https://github.com/argoproj/argo-cd/commit/17f7f4f462bdb233e1b9b36f67099f41052d8cb0 - (MISC) https://github.com/argoproj/argo-cd/commit/17f7f4f462bdb233e1b9b36f67099f41052d8cb0 - Patch, Third Party Advisory
References (CONFIRM) https://github.com/argoproj/argo-cd/security/advisories/GHSA-2m7h-86qq-fp4v - (CONFIRM) https://github.com/argoproj/argo-cd/security/advisories/GHSA-2m7h-86qq-fp4v - Third Party Advisory

27 Jun 2022, 20:15

Type Values Removed Values Added
Summary Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. All versions of Argo CD starting with v0.11.0 are vulnerable to a variety of attacks when an SSO login is initiated from the Argo CD CLI or UI. The vulnerabilities are due to the use of insufficiently random values in parameters in Oauth2/OIDC login flows. In each case, using a relatively-predictable (time-based) seed in a non-cryptographically-secure pseudo-random number generator made the parameter less random than required by the relevant spec or by general best practices. In some cases, using too short a value made the entropy even less sufficient. The attacks on login flows which are meant to be mitigated by these parameters are difficult to accomplish but can have a high impact potentially granting an attacker admin access to Argo CD. Patches for this vulnerability has been released in the following Argo CD versions: v2.4.1, v2.3.5, v2.2.10 and v2.1.16. There are no known workarounds for this vulnerability. Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. All versions of Argo CD starting with v0.11.0 are vulnerable to a variety of attacks when an SSO login is initiated from the Argo CD CLI or UI. The vulnerabilities are due to the use of insufficiently random values in parameters in Oauth2/OIDC login flows. In each case, using a relatively-predictable (time-based) seed in a non-cryptographically-secure pseudo-random number generator made the parameter less random than required by the relevant spec or by general best practices. In some cases, using too short a value made the entropy even less sufficient. The attacks on login flows which are meant to be mitigated by these parameters are difficult to accomplish but can have a high impact potentially granting an attacker admin access to Argo CD. Patches for this vulnerability has been released in the following Argo CD versions: v2.4.1, v2.3.5, v2.2.10 and v2.1.16. There are no known workarounds for this vulnerability.

27 Jun 2022, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-06-27 19:15

Updated : 2023-12-10 14:22


NVD link : CVE-2022-31034

Mitre link : CVE-2022-31034

CVE.ORG link : CVE-2022-31034


JSON object : View

Products Affected

linuxfoundation

  • argo-cd
CWE
CWE-331

Insufficient Entropy

CWE-335

Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)

CWE-330

Use of Insufficiently Random Values