Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-2q5c-qw9c-fmvq

Опубликовано: 23 мар. 2023
Источник: github
Github: Прошло ревью
CVSS3: 5.3

Описание

Argo CD authenticated but unauthorized users may enumerate Application names via the API

Impact

All versions of Argo CD starting with v0.5.0 are vulnerable to an information disclosure bug allowing unauthorized users to enumerate application names by inspecting API error messages. An attacker could use the discovered application names as the starting point of another attack. For example, the attacker might use their knowledge of an application name to convince an administrator to grant higher privileges (social engineering).

Many Argo CD API endpoints accept an application name as the only parameter. Since Argo CD RBAC requires both the application name and its configured project name (and, if apps-in-any-namespace is enabled, the application's namespace), Argo CD fetches the requested application before performing the RBAC check. If the application does not exist, the API returns a "not found". If the application does exist, and the user does not have access, the API returns an "unauthorized" error. By trial and error, an attacker can infer which applications exist and which do not.

Note that application resources are not fetched for API calls from unauthenticated users. If your Argo CD instance is accessible from the public internet, unauthenticated users will not be able to cause Argo CD to make Kubernetes API calls.

The patch changes API behavior to return "unauthorized" both when the application is missing and when the user is not authorized to access it. This change in API behavior may impact API clients. Check your code to make sure it will handle the new API behavior properly.

Patches

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

  • v2.6.7
  • v2.5.16
  • v2.4.28

Workarounds

There are no workarounds besides upgrading.

Credits

Thank you to bean.zhang of HIT-IDS ChunkL Team who discovered the issue and reported it confidentially according to our guidelines.

For more information

Пакеты

Наименование

github.com/argoproj/argo-cd

go
Затронутые версииВерсия исправления

>= 0.5.0, <= 1.8.7

Отсутствует

Наименование

github.com/argoproj/argo-cd/v2

go
Затронутые версииВерсия исправления

>= 2.5.0, < 2.5.16

2.5.16

Наименование

github.com/argoproj/argo-cd/v2

go
Затронутые версииВерсия исправления

>= 2.6.0, < 2.6.7

2.6.7

Наименование

github.com/argoproj/argo-cd/v2

go
Затронутые версииВерсия исправления

< 2.4.28

2.4.28

EPSS

Процентиль: 84%
0.02061
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-203

Связанные уязвимости

CVSS3: 5.3
redhat
почти 3 года назад

An access control issue in Argo CD v2.4.12 and below allows unauthenticated attackers to enumerate existing applications.

CVSS3: 4.3
nvd
почти 3 года назад

An access control issue in Argo CD v2.4.12 and below allows unauthenticated attackers to enumerate existing applications.

EPSS

Процентиль: 84%
0.02061
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-203