Skip to content

Path traversal allows leaking out-of-bound files from Argo CD repo-server

Moderate severity GitHub Reviewed Published Mar 23, 2022 in argoproj/argo-cd • Updated Jan 27, 2023

Package

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

Affected versions

>= 1.5.0, < 2.1.11
>= 2.2.0, < 2.2.6
>= 2.3.0-rc1, < 2.3.0

Patched versions

2.1.11
2.2.6
2.3.0

Description

Impact

All unpatched versions of Argo CD starting with v1.5.0 are vulnerable to a path traversal vulnerability allowing a malicious user with read/write access to leak sensitive files from Argo CD's repo-server.

A malicious Argo CD user who has been granted create or update access to Applications can leak the contents of any text file on the repo-server. By crafting a malicious Helm chart and using it in an Application, the attacker can retrieve the sensitive file's contents either as part of the generated manifests or in an error message. The attacker would have to know or guess the location of the target file.

Sensitive files which could be leaked include files from other Application's source repositories (potentially decrypted files, if you are using a decryption plugin) or any secrets which have been mounted as files on the repo-server.

Patches

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

  • v2.3.0
  • v2.2.6
  • v2.1.11

Workarounds

The only certain way to avoid the vulnerability is to upgrade.

To mitigate the problem, you can

References

For more information

Open an issue in the Argo CD issue tracker or discussions
Join us on Slack in channel #argo-cd

References

@jannfis jannfis published to argoproj/argo-cd Mar 23, 2022
Published by the National Vulnerability Database Mar 23, 2022
Published to the GitHub Advisory Database Mar 24, 2022
Reviewed Mar 24, 2022
Last updated Jan 27, 2023

Severity

Moderate
6.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N

CVE ID

CVE-2022-24731

GHSA ID

GHSA-h6h5-6fmq-rh28

Source code

Credits

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