Skip to content

Argo CD SSO users vulnerable to Cross-site Scripting

Low severity GitHub Reviewed Published Jul 12, 2022 in argoproj/argo-cd • Updated Apr 13, 2023

Package

gomod github.com/argoproj/argo-cd (Go)

Affected versions

>= 2.3.0, < 2.3.6
>= 2.4.0, < 2.4.5

Patched versions

2.3.6
2.4.5

Description

Impact

All versions of Argo CD starting with 2.3.0 are vulnerable to a cross-site scripting (XSS) bug which could allow an attacker to inject arbitrary JavaScript in the /auth/callback page in a victim's browser.

This vulnerability only affects Argo CD instances which have SSO enabled.

The exploit also assumes the attacker has 1) access to the API server's encryption key, 2) a method to add a cookie to the victim's browser, and 3) the ability to convince the victim to visit a malicious /auth/callback link.

The vulnerability is classified as low severity, because access to the API server's encryption key already grants a high level of access. Exploiting the XSS would allow the attacker to impersonate the victim, but would not grant any privileges which the attacker could not otherwise gain using the encryption key.

Patches

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

  • v2.4.5
  • v2.3.6

Workarounds

There is no workaround besides upgrading.

Credits

Disclosed by ADA Logics in a security audit of the Argo project sponsored by CNCF and facilitated by OSTIF. Thanks to Adam Korczynski and David Korczynski for their work on the audit.

For more information

References

@crenshaw-dev crenshaw-dev published to argoproj/argo-cd Jul 12, 2022
Published to the GitHub Advisory Database Jul 12, 2022
Reviewed Jul 12, 2022
Published by the National Vulnerability Database Jul 12, 2022
Last updated Apr 13, 2023

Severity

Low

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
High
User interaction
Required
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:L/A:N

EPSS score

0.071%
(32nd percentile)

Weaknesses

CVE ID

CVE-2022-31102

GHSA ID

GHSA-pmjg-52h9-72qv

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.