Snyk - Open Source Security

Snyk test report

January 5th 2025, 12:20:11 am (UTC+00:00)

Scanned the following paths:
  • quay.io/argoproj/argocd:latest/argoproj/argocd/Dockerfile (deb)
  • quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2//usr/local/bin/argocd (gomodules)
  • quay.io/argoproj/argocd:latest//usr/local/bin/kustomize (gomodules)
  • quay.io/argoproj/argocd:latest/helm/v3//usr/local/bin/helm (gomodules)
  • quay.io/argoproj/argocd:latest/git-lfs/git-lfs//usr/bin/git-lfs (gomodules)
21 known vulnerabilities
101 vulnerable dependency paths
2384 dependencies

Denial of Service (DoS)

high severity

  • Manifest file: quay.io/argoproj/argocd:latest/helm/v3 /usr/local/bin/helm
  • Package Manager: golang
  • Vulnerable module: golang.org/x/net/html
  • Introduced through: helm.sh/helm/v3@* and golang.org/x/net/html@v0.26.0

Detailed paths

  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.26.0

Overview

golang.org/x/net/html is a package that implements an HTML5-compliant tokenizer and parser.

Affected versions of this package are vulnerable to Denial of Service (DoS) through the functions parseDoctype, htmlIntegrationPoint, inBodyIM and inTableIM due to inefficient usage of the method strings.ToLower combining with the == operator to convert strings to lowercase and then comparing them.

An attacker can cause the application to slow down significantly by crafting inputs that are processed non-linearly.

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

Upgrade golang.org/x/net/html to version 0.33.0 or higher.

References


Insecure Storage of Sensitive Information

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: pam/libpam0g
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and pam/libpam0g@1.5.3-5ubuntu5.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest util-linux@2.39.3-9ubuntu6.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam-modules-bin@1.5.3-5ubuntu5.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-modules-bin@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam-modules-bin@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-runtime@1.5.3-5ubuntu5.1 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-runtime@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-runtime@1.5.3-5ubuntu5.1

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:24.04 relevant fixed versions and status.

A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.

Remediation

There is no fixed version for Ubuntu:24.04 pam.

References


Improper Authentication

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: pam/libpam0g
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and pam/libpam0g@1.5.3-5ubuntu5.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest util-linux@2.39.3-9ubuntu6.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam-modules-bin@1.5.3-5ubuntu5.1 pam/libpam0g@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-modules-bin@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 pam/libpam-modules-bin@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-runtime@1.5.3-5ubuntu5.1 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest pam/libpam-runtime@1.5.3-5ubuntu5.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest shadow/login@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-runtime@1.5.3-5ubuntu5.1

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:24.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

There is no fixed version for Ubuntu:24.04 pam.

References


CVE-2024-26462

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest, git@1:2.43.0-1ubuntu7.1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssh/openssh-client@1:9.6p1-3ubuntu13.5 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 libssh/libssh-4@0.10.6-2build2 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest krb5/krb5-locales@1.20.1-6ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.

Remediation

There is no fixed version for Ubuntu:24.04 krb5.

References


LGPL-3.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: gopkg.in/retry.v1
  • Introduced through: github.com/argoproj/argo-cd/v2@* and gopkg.in/retry.v1@v1.0.3

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* gopkg.in/retry.v1@v1.0.3

LGPL-3.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/r3labs/diff
  • Introduced through: github.com/argoproj/argo-cd/v2@* and github.com/r3labs/diff@v1.1.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* github.com/r3labs/diff@v1.1.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-version
  • Introduced through: github.com/argoproj/argo-cd/v2@* and github.com/hashicorp/go-version@v1.6.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* github.com/hashicorp/go-version@v1.6.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-retryablehttp
  • Introduced through: github.com/argoproj/argo-cd/v2@* and github.com/hashicorp/go-retryablehttp@v0.7.7

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* github.com/hashicorp/go-retryablehttp@v0.7.7

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/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/go-multierror@v1.1.1

Detailed paths

  • Introduced through: helm.sh/helm/v3@* github.com/hashicorp/go-multierror@v1.1.1

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/hashicorp/go-cleanhttp
  • Introduced through: github.com/argoproj/argo-cd/v2@* and github.com/hashicorp/go-cleanhttp@v0.5.2

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* github.com/hashicorp/go-cleanhttp@v0.5.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Module: github.com/gosimple/slug
  • Introduced through: github.com/argoproj/argo-cd/v2@* and github.com/gosimple/slug@v1.15.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* github.com/gosimple/slug@v1.15.0

MPL-2.0 license


Release of Invalid Pointer or Reference

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and patch@2.7.6-7build3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest patch@2.7.6-7build3

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:24.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:24.04 patch.

References


Double Free

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and patch@2.7.6-7build3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest patch@2.7.6-7build3

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:24.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:24.04 patch.

References


CVE-2024-41996

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: openssl/libssl3t64
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and openssl/libssl3t64@3.0.13-0ubuntu3.4

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest coreutils@9.4-3ubuntu6 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest cyrus-sasl2/libsasl2-modules@2.1.28+dfsg1-5ubuntu3.1 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest libfido2/libfido2-1@1.14.0-1build3 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssh/openssh-client@1:9.6p1-3ubuntu13.5 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest ca-certificates@20240203 openssl@3.0.13-0ubuntu3.4 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 libssh/libssh-4@0.10.6-2build2 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 openldap/libldap2@2.6.7+dfsg-1~exp1ubuntu8.1 cyrus-sasl2/libsasl2-2@2.1.28+dfsg1-5ubuntu3.1 openssl/libssl3t64@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssl@3.0.13-0ubuntu3.4
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest ca-certificates@20240203 openssl@3.0.13-0ubuntu3.4

NVD Description

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

Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe prime is used, allows remote attackers (from the client side) to trigger unnecessarily expensive server-side DHE modular-exponentiation calculations. The client may cause asymmetric resource consumption. The basic attack scenario is that the client must claim that it can only communicate with DHE, and the server must be configured to allow DHE and validate the order of the public key.

Remediation

There is no fixed version for Ubuntu:24.04 openssl.

References


Information Exposure

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: libgcrypt20
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and libgcrypt20@1.10.3-2build1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/dirmngr@2.4.4-2ubuntu17 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg@2.4.4-2ubuntu17 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg-agent@2.4.4-2ubuntu17 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 apt/libapt-pkg6.0t64@2.7.14build2 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 gnupg2/gpgv@2.4.4-2ubuntu17 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg@2.4.4-2ubuntu17 gnupg2/gpgconf@2.4.4-2ubuntu17 libgcrypt20@1.10.3-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 adduser@3.137ubuntu1 shadow/passwd@1:4.13+dfsg1-4ubuntu3.2 pam/libpam-modules@1.5.3-5ubuntu5.1 systemd/libsystemd0@255.4-1ubuntu8.4 libgcrypt20@1.10.3-2build1

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:24.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:24.04 libgcrypt20.

References


CVE-2024-26458

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest, git@1:2.43.0-1ubuntu7.1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssh/openssh-client@1:9.6p1-3ubuntu13.5 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 libssh/libssh-4@0.10.6-2build2 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest krb5/krb5-locales@1.20.1-6ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.

Remediation

There is no fixed version for Ubuntu:24.04 krb5.

References


CVE-2024-26461

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest, git@1:2.43.0-1ubuntu7.1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2 krb5/libk5crypto3@1.20.1-6ubuntu2.2 krb5/libkrb5support0@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2 krb5/libkrb5-3@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest openssh/openssh-client@1:9.6p1-3ubuntu13.5 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 curl/libcurl3t64-gnutls@8.5.0-2ubuntu10.6 libssh/libssh-4@0.10.6-2build2 krb5/libgssapi-krb5-2@1.20.1-6ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest krb5/krb5-locales@1.20.1-6ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.

Remediation

There is no fixed version for Ubuntu:24.04 krb5.

References


Out-of-bounds Write

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: gnupg2/gpgv
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and gnupg2/gpgv@2.4.4-2ubuntu17

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpgv@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest apt@2.7.14build2 gnupg2/gpgv@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/dirmngr@2.4.4-2ubuntu17 gnupg2/gpgconf@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg-agent@2.4.4-2ubuntu17 gnupg2/gpgconf@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg@2.4.4-2ubuntu17 gnupg2/gpgconf@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/dirmngr@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg@2.4.4-2ubuntu17
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest gnupg2/gpg-agent@2.4.4-2ubuntu17

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:24.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:24.04 gnupg2.

References


Allocation of Resources Without Limits or Throttling

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and glibc/libc-bin@2.39-0ubuntu8.3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest glibc/libc-bin@2.39-0ubuntu8.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest glibc/libc6@2.39-0ubuntu8.3

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:24.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:24.04 glibc.

References


Improper Input Validation

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: git/git-man
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest, git@1:2.43.0-1ubuntu7.1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1 git/git-man@1:2.43.0-1ubuntu7.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git@1:2.43.0-1ubuntu7.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest git-lfs@3.4.1-1ubuntu0.2 git@1:2.43.0-1ubuntu7.1

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:24.04 relevant fixed versions and status.

GIT version 2.15.1 and earlier contains a Input Validation Error vulnerability in Client that can result in problems including messing up terminal configuration to RCE. This attack appear to be exploitable via The user must interact with a malicious git server, (or have their traffic modified in a MITM attack).

Remediation

There is no fixed version for Ubuntu:24.04 git.

References


Improper Input Validation

low severity

  • Manifest file: quay.io/argoproj/argocd:latest/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:24.04
  • Vulnerable module: coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@latest and coreutils@9.4-3ubuntu6

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@latest coreutils@9.4-3ubuntu6

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:24.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:24.04 coreutils.

References