SCA: security update for github.com/argoproj/argo-cd/v2 (GHSA-jhwx-mhww-rgc3)

medium Tenable Cloud Security Plugin ID 416399

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. All versions of ArgoCD starting
from v2.4 have a bug where the ArgoCD repo-server component is vulnerable to a Denial-of-Service attack
vector. Specifically, it's possible to crash the repo server component through an out of memory error by
pointing it to a malicious Helm registry. The loadRepoIndex() function in the ArgoCD's helm package, does
not limit the size nor time while fetching the data. It fetches it and creates a byte slice from the
retrieved data in one go. If the registry is implemented to push data continuously, the repo server will
keep allocating memory until it runs out of it. A patch for this vulnerability has been released in
v2.10.3, v2.9.8, and v2.8.12. (CVE-2024-29893)

See Also

https://github.com/advisories/GHSA-jhwx-mhww-rgc3

Plugin Details

Severity: Medium

ID: 416399

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.52

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:N/A:C

CVSS Score Source: CVE-2024-29893

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/29/2024

Vulnerability Publication Date: 3/29/2024

Reference Information

CVE: CVE-2024-29893

cwe: CWE-400