An open API service providing security vulnerability metadata for many open source software ecosystems.

GSA_kwCzR0hTQS04N3A5LXg3NWgtcDRqMs4AA8wy

Moderate EPSS: 0.64036% (0.98322 Percentile) EPSS:

Unauthenticated Access to sensitive settings in Argo CD

Affected Packages Affected Versions Fixed Versions
go:github.com/argoproj/argo-cd/v2/server >= 2.11.0, < 2.11.3, >= 2.10.0, < 2.10.12, >= 2.9.3, < 2.9.17 2.11.3, 2.10.12, 2.9.17

Summary

The CVE allows unauthorized access to the sensitive settings exposed by /api/v1/settings endpoint without authentication.

Details

Unauthenticated Access:

Endpoint: /api/v1/settings

Description: This endpoint is accessible without any form of authentication as expected. All sensitive settings are hidden except passwordPattern.

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

v2.11.3
v2.10.12
v2.9.17

Impact

Unauthenticated Access:

  • Type: Unauthorized Information Disclosure.
  • Affected Parties: All users and administrators of the Argo CD instance.
  • Potential Risks: Exposure of sensitive configuration data, including but not limited to deployment settings, security configurations, and internal network information.
References: