Snyk - Open Source Security

Snyk test report

September 28th 2025, 12:25:46 am (UTC+00:00)

Scanned the following paths:
  • quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd/Dockerfile (deb)
  • quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3//usr/local/bin/argocd (gomodules)
  • quay.io/argoproj/argocd:v3.2.0-rc1//usr/local/bin/kustomize (gomodules)
  • quay.io/argoproj/argocd:v3.2.0-rc1/helm/v3//usr/local/bin/helm (gomodules)
  • quay.io/argoproj/argocd:v3.2.0-rc1/git-lfs/git-lfs//usr/bin/git-lfs (gomodules)
23 known vulnerabilities
78 vulnerable dependency paths
2322 dependencies

Improper Handling of Unexpected Data Type

high severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh/agent
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh/[email protected]

Overview

Affected versions of this package are vulnerable to Improper Handling of Unexpected Data Type when functions including List() and SignWithFlags() process *successAgentMsg. This can be triggered by a malicious agent sending a single 0x06 byte (SSH_AGENT_SUCCESS), which is unmarshalled into a *successAgentMsg, causing a panic and client crash.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

A fix was pushed into the master branch but not yet published.

References


Directory Traversal

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: tar
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]+dfsg-3.1

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

GNU Tar through 1.35 allows file overwrite via directory traversal in crafted TAR archives, with a certain two-step process. First, the victim must extract an archive that contains a ../ symlink to a critical directory. Second, the victim must extract an archive that contains a critical file, specified via a relative pathname that begins with the symlink name and ends with that critical file's name. Here, the extraction follows the symlink and overwrites the critical file. This bypasses the protection mechanism of "Member name contains '..'" that would occur for a single TAR archive that attempted to specify the critical file via a ../ approach. For example, the first archive can contain "x -> ../../../../../home/victim/.ssh" and the second archive can contain x/authorized_keys. This can affect server applications that automatically extract any number of user-supplied TAR archives, and were relying on the blocking of traversal. This can also affect software installation processes in which "tar xf" is run more than once (e.g., when installing a package can automatically install two dependencies that are set up as untrusted tarballs instead of official packages). NOTE: the official GNU Tar manual has an otherwise-empty directory for each "tar xf" in its Security Rules of Thumb; however, third-party advice leads users to run "tar xf" more than once into the same directory.

Remediation

There is no fixed version for Ubuntu:25.04 tar.

References


Out-of-bounds Write

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: pcre2/libpcre2-8-0
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and pcre2/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre2 package and not the pcre2 package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

The PCRE2 library is a set of C functions that implement regular expression pattern matching. In version 10.45, a heap-buffer-overflow read vulnerability exists in the PCRE2 regular expression matching engine, specifically within the handling of the (*scs:...) (Scan SubString) verb when combined with (*ACCEPT) in src/pcre2_match.c. This vulnerability may potentially lead to information disclosure if the out-of-bounds data read during the memcmp affects the final match result in a way observable by the attacker. This issue has been resolved in version 10.46.

Remediation

Upgrade Ubuntu:25.04 pcre2 to version 10.45-1ubuntu0.1 or higher.

References


Directory Traversal

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: pam/libpam0g
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and pam/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream pam package and not the pam package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a "complete" fix for CVE-2025-6020.

Remediation

There is no fixed version for Ubuntu:25.04 pam.

References


Improper Authentication

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: pam/libpam0g
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and pam/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream pam package and not the pam package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

A flaw was found in pam_access, where certain rules in its configuration file are mistakenly treated as hostnames. This vulnerability allows attackers to trick the system by pretending to be a trusted hostname, gaining unauthorized access. This issue poses a risk for systems that rely on this feature to control who can access certain services or terminals.

Remediation

Upgrade Ubuntu:25.04 pam to version 1.5.3-7ubuntu4.4 or higher.

References


CVE-2025-8058

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and glibc/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.

Remediation

Upgrade Ubuntu:25.04 glibc to version 2.41-6ubuntu1.2 or higher.

References


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/r3labs/diff/v3
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/r3labs/diff/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/r3labs/diff/[email protected]

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-version
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/hashicorp/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/hashicorp/[email protected]

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-retryablehttp
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/hashicorp/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/hashicorp/[email protected]

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/helm/v3 /usr/local/bin/helm
  • Package Manager: golang
  • Module: github.com/hashicorp/go-multierror
  • Introduced through: helm.sh/helm/v3@* and github.com/hashicorp/[email protected]

Detailed paths


MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-cleanhttp
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/hashicorp/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/hashicorp/[email protected]

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/gosimple/slug
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/gosimple/[email protected]

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/gosimple/[email protected]

MPL-2.0 license


Improper Encoding or Escaping of Output

medium severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: git/git-man
  • Introduced through: docker-image|quay.io/argoproj/[email protected], git@1:2.48.1-0ubuntu1.1 and others

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream git package and not the git package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.

Remediation

There is no fixed version for Ubuntu:25.04 git.

References


CVE-2024-56433

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: shadow/login.defs
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and shadow/login.defs@1:4.16.0-7ubuntu1

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

shadow-utils (aka shadow) 4.4 through 4.17.0 establishes a default /etc/subuid behavior (e.g., uid 100000 through 165535 for the first user account) that can realistically conflict with the uids of users defined on locally administered networks, potentially leading to account takeover, e.g., by leveraging newuidmap for access to an NFS home directory (or same-host resources in the case of remote logins by these local network users). NOTE: it may also be argued that system administrators should not have assigned uids, within local networks, that are within the range that can occur in /etc/subuid.

Remediation

There is no fixed version for Ubuntu:25.04 shadow.

References


Double Free

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream patch package and not the patch package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

A double free exists in the another_hunk function in pch.c in GNU patch through 2.7.6.

Remediation

There is no fixed version for Ubuntu:25.04 patch.

References


Release of Invalid Pointer or Reference

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream patch package and not the patch package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

An Invalid Pointer vulnerability exists in GNU patch 2.7 via the another_hunk function, which causes a Denial of Service.

Remediation

There is no fixed version for Ubuntu:25.04 patch.

References


Information Exposure

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: libgcrypt20
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

A timing-based side-channel flaw was found in libgcrypt's RSA implementation. This issue may allow a remote attacker to initiate a Bleichenbacher-style attack, which can lead to the decryption of RSA ciphertexts.

Remediation

There is no fixed version for Ubuntu:25.04 libgcrypt20.

References


Out-of-bounds Write

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: gnupg2/gpgv
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and gnupg2/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg2 package and not the gnupg2 package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

GnuPG can be made to spin on a relatively small input by (for example) crafting a public key with thousands of signatures attached, compressed down to just a few KB.

Remediation

There is no fixed version for Ubuntu:25.04 gnupg2.

References


Allocation of Resources Without Limits or Throttling

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and glibc/[email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

sha256crypt and sha512crypt through 0.6 allow attackers to cause a denial of service (CPU consumption) because the algorithm's runtime is proportional to the square of the length of the password.

Remediation

There is no fixed version for Ubuntu:25.04 glibc.

References


CVE-2025-6297

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: dpkg
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream dpkg package and not the dpkg package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

It was discovered that dpkg-deb does not properly sanitize directory permissions when extracting a control member into a temporary directory, which is documented as being a safe operation even on untrusted data. This may result in leaving temporary files behind on cleanup. Given automated and repeated execution of dpkg-deb commands on adversarial .deb packages or with well compressible files, placed inside a directory with permissions not allowing removal by a non-root user, this can end up in a DoS scenario due to causing disk quota exhaustion or disk full conditions.

Remediation

Upgrade Ubuntu:25.04 dpkg to version 1.22.18ubuntu2.2 or higher.

References


CVE-2025-9086

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/[email protected], git@1:2.48.1-0ubuntu1.1 and others

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

  1. A cookie is set using the secure keyword for https://target
  2. curl is redirected to or otherwise made to speak with http://target (same hostname, but using clear text HTTP) using the same cookie set
  3. The same cookie name is set - but with just a slash as path (path='/'). Since this site is not secure, the cookie should just be ignored.
  4. A bug in the path comparison logic makes curl read outside a heap buffer boundary

The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.

The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.

Remediation

There is no fixed version for Ubuntu:25.04 curl.

References


CVE-2025-10148

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/[email protected], git@1:2.48.1-0ubuntu1.1 and others

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

curl's websocket code did not update the 32 bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed mask that persisted and was used throughout the entire connection.

A predictable mask pattern allows for a malicious server to induce traffic between the two communicating parties that could be interpreted by an involved proxy (configured or transparent) as genuine, real, HTTP traffic with content and thereby poison its cache. That cached poisoned content could then be served to all users of that proxy.

Remediation

There is no fixed version for Ubuntu:25.04 curl.

References


Improper Input Validation

low severity

  • Manifest file: quay.io/argoproj/argocd:v3.2.0-rc1/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.04
  • Vulnerable module: coreutils
  • Introduced through: docker-image|quay.io/argoproj/[email protected] and [email protected]

Detailed paths


NVD Description

Note: Versions mentioned in the description apply only to the upstream coreutils package and not the coreutils package as distributed by Ubuntu. See How to fix? for Ubuntu:25.04 relevant fixed versions and status.

chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.

Remediation

There is no fixed version for Ubuntu:25.04 coreutils.

References