CVE-2018-21034: Argo Exposure of Sensitive Information
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.74429%
CWE
Published
5/24/2022
Updated
10/5/2023
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/argoproj/argo-cd | go | < 1.5.0-rc1 | 1.5.0-rc1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the GetManifests function in application.go returning unredacted Secret manifests. The patch adds a loop that specifically processes Secret manifests using diff.HideSecretData before returning them. The test/e2e/app_management_test.go changes verify that secrets are now redacted in GetManifests responses. Prior to the fix, this function lacked the critical secret redaction logic, making it the clear entry point for sensitive data exposure.