Snyk - Open Source Security

Snyk test report

June 16th 2024, 12:18:59 am (UTC+00:00)

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

Allocation of Resources Without Limits or Throttling

high severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argo-cd/v2 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/net/http2
  • Introduced through: github.com/argoproj/argo-cd/v2@* and golang.org/x/net/http2@v0.19.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v2@* golang.org/x/net/http2@v0.19.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/http2@v0.17.0

Overview

golang.org/x/net/http2 is a work-in-progress HTTP/2 implementation for Go.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when reading header data from CONTINUATION frames. As part of the HPACK flow, all incoming HEADERS and CONTINUATION frames are read even if their payloads exceed MaxHeaderBytes and will be discarded. An attacker can send excessive data over a connection to render it unresponsive.

Remediation

Upgrade golang.org/x/net/http2 to version 0.23.0 or higher.

References


CVE-2020-22916

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: xz-utils/liblzma5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and xz-utils/liblzma5@5.2.5-2ubuntu1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 xz-utils/liblzma5@5.2.5-2ubuntu1

NVD Description

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

An issue discovered in XZ 5.2.5 allows attackers to cause a denial of service via decompression of a crafted file. NOTE: the vendor disputes the claims of "endless output" and "denial of service" because decompression of the 17,486 bytes always results in 114,881,179 bytes, which is often a reasonable size increase.

Remediation

There is no fixed version for Ubuntu:22.04 xz-utils.

References


Resource Exhaustion

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: openssl/libssl3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and openssl/libssl3@3.0.2-0ubuntu1.15

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 cyrus-sasl2/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libfido2/libfido2-1@1.10.0-1 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15

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

The Diffie-Hellman Key Agreement Protocol allows use of long exponents that arguably make certain calculations unnecessarily expensive, because the 1996 van Oorschot and Wiener paper found that "(appropriately) short exponents" can be used when there are adequate subgroup constraints, and these short exponents can lead to less expensive calculations than for long exponents. This issue is different from CVE-2002-20001 because it is based on an observation about exponent size, rather than an observation about numbers that are not public keys. The specific situations in which calculation expense would constitute a server-side vulnerability depend on the protocol (e.g., TLS, SSH, or IKE) and the DHE implementation details. In general, there might be an availability concern because of server-side resource consumption from DHE modular-exponentiation calculations. Finally, it is possible for an attacker to exploit this vulnerability and CVE-2002-20001 together.

Remediation

There is no fixed version for Ubuntu:22.04 openssl.

References


Information Exposure

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: libgcrypt20
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and libgcrypt20@1.9.4-3ubuntu3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/dirmngr@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 apt/libapt-pkg6.0@2.4.12 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 gnupg2/gpgv@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gnupg-utils@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-server@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpgsm@2.2.27-3ubuntu2.1 libgcrypt20@1.9.4-3ubuntu3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 apt/libapt-pkg6.0@2.4.12 systemd/libsystemd0@249.11-0ubuntu3.12 libgcrypt20@1.9.4-3ubuntu3

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:22.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:22.04 libgcrypt20.

References


CVE-2024-26462

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and krb5/libk5crypto3@1.19.2-2ubuntu0.3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5support0@1.19.2-2ubuntu0.3

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:22.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:22.04 krb5.

References


LGPL-3.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/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:v2.11.3/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:v2.11.3/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.2.1

Detailed paths

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

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/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.4

Detailed paths

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

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/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:v2.11.3/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:v2.11.3/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.13.1

Detailed paths

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

MPL-2.0 license


CVE-2023-7008

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: systemd/libsystemd0
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and systemd/libsystemd0@249.11-0ubuntu3.12

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps/libprocps8@2:3.3.17-6ubuntu2.1 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 util-linux@2.37.2-4ubuntu3.4 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 util-linux/bsdutils@1:2.37.2-4ubuntu3.4 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 apt/libapt-pkg6.0@2.4.12 systemd/libsystemd0@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 systemd/libudev1@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libfido2/libfido2-1@1.10.0-1 systemd/libudev1@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 util-linux@2.37.2-4ubuntu3.4 systemd/libudev1@249.11-0ubuntu3.12
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 apt/libapt-pkg6.0@2.4.12 systemd/libudev1@249.11-0ubuntu3.12

NVD Description

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

A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signature, allowing man-in-the-middles (or the upstream DNS resolver) to manipulate records.

Remediation

There is no fixed version for Ubuntu:22.04 systemd.

References


Arbitrary Code Injection

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: shadow/passwd
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and shadow/passwd@1:4.8.1-2ubuntu2.2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 shadow/passwd@1:4.8.1-2ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 shadow/passwd@1:4.8.1-2ubuntu2.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 shadow/login@1:4.8.1-2ubuntu2.2

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

In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that "cat /etc/passwd" shows a rogue user account.

Remediation

There is no fixed version for Ubuntu:22.04 shadow.

References


Uncontrolled Recursion

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: pcre3/libpcre3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and pcre3/libpcre3@2:8.39-13ubuntu0.22.04.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 pcre3/libpcre3@2:8.39-13ubuntu0.22.04.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 grep@3.7-1build1 pcre3/libpcre3@2:8.39-13ubuntu0.22.04.1

NVD Description

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

In PCRE 8.41, the OP_KETRMAX feature in the match function in pcre_exec.c allows stack exhaustion (uncontrolled recursion) when processing a crafted regular expression.

Remediation

There is no fixed version for Ubuntu:22.04 pcre3.

References


Release of Invalid Pointer or Reference

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and patch@2.7.6-7build2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 patch@2.7.6-7build2

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:22.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:22.04 patch.

References


Double Free

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: patch
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and patch@2.7.6-7build2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 patch@2.7.6-7build2

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:22.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:22.04 patch.

References


CVE-2024-2511

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: openssl/libssl3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and openssl/libssl3@3.0.2-0ubuntu1.15

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 cyrus-sasl2/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libfido2/libfido2-1@1.10.0-1 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15

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

Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions

Impact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service

This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation.

This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients.

The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL 1.0.2 is also not affected by this issue.

Remediation

There is no fixed version for Ubuntu:22.04 openssl.

References


CVE-2024-4603

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: openssl/libssl3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and openssl/libssl3@3.0.2-0ubuntu1.15

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 cyrus-sasl2/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libfido2/libfido2-1@1.10.0-1 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15

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

Issue summary: Checking excessively long DSA keys or parameters may be very slow.

Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service.

The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. Some of those computations take a long time if the modulus (p parameter) is too large.

Trying to use a very large modulus is slow and OpenSSL will not allow using public keys with a modulus which is over 10,000 bits in length for signature verification. However the key and parameter check functions do not limit the modulus size when performing the checks.

An application that calls EVP_PKEY_param_check() or EVP_PKEY_public_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack.

These functions are not called by OpenSSL itself on untrusted DSA keys so only applications that directly call these functions may be vulnerable.

Also vulnerable are the OpenSSL pkey and pkeyparam command line applications when using the -check option.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.

Remediation

There is no fixed version for Ubuntu:22.04 openssl.

References


CVE-2024-4741

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: openssl/libssl3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and openssl/libssl3@3.0.2-0ubuntu1.15

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 cyrus-sasl2/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libfido2/libfido2-1@1.10.0-1 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 openssl/libssl3@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssl@3.0.2-0ubuntu1.15
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ca-certificates@20230311ubuntu0.22.04.1 openssl@3.0.2-0ubuntu1.15

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

There is no fixed version for Ubuntu:22.04 openssl.

References


CVE-2023-50495

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: ncurses/libtinfo6
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and ncurses/libtinfo6@6.3-2ubuntu0.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 bash@5.1-6ubuntu1.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncursesw6@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 less@590-1ubuntu0.22.04.3 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libedit/libedit2@3.1-20210910-1build1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncurses6@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-bin@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 util-linux@2.37.2-4ubuntu3.4 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1 readline/libreadline8@8.1.2-1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 pinentry/pinentry-curses@1.1.1-1build2 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 pinentry/pinentry-curses@1.1.1-1build2 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncurses6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libncurses6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-base@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-bin@6.3-2ubuntu0.1

NVD Description

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

NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().

Remediation

There is no fixed version for Ubuntu:22.04 ncurses.

References


CVE-2023-45918

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: ncurses/libtinfo6
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and ncurses/libtinfo6@6.3-2ubuntu0.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 bash@5.1-6ubuntu1.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncursesw6@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 less@590-1ubuntu0.22.04.3 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libedit/libedit2@3.1-20210910-1build1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncurses6@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-bin@6.3-2ubuntu0.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 util-linux@2.37.2-4ubuntu3.4 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1 readline/libreadline8@8.1.2-1 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 pinentry/pinentry-curses@1.1.1-1build2 ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 pinentry/pinentry-curses@1.1.1-1build2 ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/libncurses6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 procps@2:3.3.17-6ubuntu2.1 ncurses/libncurses6@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-base@6.3-2ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 ncurses/ncurses-bin@6.3-2ubuntu0.1

NVD Description

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

ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.

Remediation

There is no fixed version for Ubuntu:22.04 ncurses.

References


Resource Exhaustion

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: libzstd/libzstd1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and libzstd/libzstd1@1.4.8+dfsg-3build1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 libzstd/libzstd1@1.4.8+dfsg-3build1

NVD Description

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

A vulnerability was found in zstd v1.4.10, where an attacker can supply empty string as an argument to the command line tool to cause buffer overrun.

Remediation

There is no fixed version for Ubuntu:22.04 libzstd.

References


Integer Overflow or Wraparound

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and krb5/libk5crypto3@1.19.2-2ubuntu0.3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5support0@1.19.2-2ubuntu0.3

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

An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable "dbentry->n_key_data" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a "u4" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.

Remediation

There is no fixed version for Ubuntu:22.04 krb5.

References


CVE-2024-26461

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and krb5/libk5crypto3@1.19.2-2ubuntu0.3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5support0@1.19.2-2ubuntu0.3

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:22.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:22.04 krb5.

References


CVE-2024-26458

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: krb5/libk5crypto3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and krb5/libk5crypto3@1.19.2-2ubuntu0.3

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3 krb5/libk5crypto3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3 krb5/libkrb5-3@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 openssh/openssh-client@1:8.9p1-3ubuntu0.7 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 curl/libcurl3-gnutls@7.81.0-1ubuntu1.16 libssh/libssh-4@0.9.6-2ubuntu0.22.04.3 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 adduser@3.118ubuntu5 shadow/passwd@1:4.8.1-2ubuntu2.2 pam/libpam-modules@1.4.0-11ubuntu2.4 libnsl/libnsl2@1.3.0-2build2 libtirpc/libtirpc3@1.3.2-2ubuntu0.1 krb5/libgssapi-krb5-2@1.19.2-2ubuntu0.3
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 krb5/libkrb5support0@1.19.2-2ubuntu0.3

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:22.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:22.04 krb5.

References


Out-of-bounds Write

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: gnupg2/gpgv
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and gnupg2/gpgv@2.2.27-3ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpgv@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 gnupg2/gpgv@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpgv@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/dirmngr@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpgsm@2.2.27-3ubuntu2.1 gnupg2/gpgconf@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/dirmngr@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/dirmngr@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1 gnupg2/dirmngr@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg-l10n@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gnupg-l10n@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg-utils@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gnupg-utils@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1 gnupg2/gpg@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-server@2.2.27-3ubuntu2.1 gnupg2/gpg@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg-agent@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-server@2.2.27-3ubuntu2.1 gnupg2/gpg-agent@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-client@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpg-wks-server@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpg-wks-server@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gpgsm@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1 gnupg2/gpgsm@2.2.27-3ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gnupg2/gnupg@2.2.27-3ubuntu2.1

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:22.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:22.04 gnupg2.

References


Allocation of Resources Without Limits or Throttling

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and glibc/libc-bin@2.35-0ubuntu3.8

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 glibc/libc-bin@2.35-0ubuntu3.8
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 glibc/libc6@2.35-0ubuntu3.8

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:22.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:22.04 glibc.

References


Improper Input Validation

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: git/git-man
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3, git@1:2.34.1-1ubuntu1.11 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11 git/git-man@1:2.34.1-1ubuntu1.11
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git@1:2.34.1-1ubuntu1.11
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 git-lfs@3.0.2-1ubuntu0.2 git@1:2.34.1-1ubuntu1.11

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:22.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:22.04 git.

References


Uncontrolled Recursion

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: gcc-12/libstdc++6
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and gcc-12/libstdc++6@12.3.0-1ubuntu1~22.04

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gcc-12/libstdc++6@12.3.0-1ubuntu1~22.04
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 gcc-12/libstdc++6@12.3.0-1ubuntu1~22.04
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 apt@2.4.12 apt/libapt-pkg6.0@2.4.12 gcc-12/libstdc++6@12.3.0-1ubuntu1~22.04
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gcc-12/gcc-12-base@12.3.0-1ubuntu1~22.04
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 gcc-12/libgcc-s1@12.3.0-1ubuntu1~22.04

NVD Description

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

libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.

Remediation

There is no fixed version for Ubuntu:22.04 gcc-12.

References


Improper Input Validation

low severity

  • Manifest file: quay.io/argoproj/argocd:v2.11.3/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:22.04
  • Vulnerable module: coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 and coreutils@8.32-4.1ubuntu1.2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v2.11.3 coreutils@8.32-4.1ubuntu1.2

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:22.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:22.04 coreutils.

References