Snyk - Open Source Security

Snyk test report

July 5th 2026, 12:50:10 am (UTC+00:00)

Scanned the following paths:
  • quay.io/argoproj/argocd:v3.4.4/argoproj/argocd/Dockerfile (deb)
  • quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3//usr/local/bin/argocd (gomodules)
  • quay.io/argoproj/argocd:v3.4.4//usr/local/bin/git-lfs (gomodules)
  • quay.io/argoproj/argocd:v3.4.4//usr/local/bin/kustomize (gomodules)
  • quay.io/argoproj/argocd:v3.4.4/helm/v3//usr/local/bin/helm (gomodules)
119 known vulnerabilities
288 vulnerable dependency paths
2363 dependencies

Improper Authentication

critical severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/idna@v0.52.0
  • Introduced through: go-distribution@command-line-arguments@* golang.org/x/net/idna@v0.38.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/idna@v0.47.0

Overview

Affected versions of this package are vulnerable to Improper Authentication via the ToASCII and ToUnicode functions. An attacker can bypass hostname validation by submitting Punycode-encoded labels that decode to ASCII-only labels, potentially leading to privilege escalation in applications that rely on these functions for security checks.

Note: The fix depends on the Go toolchain in use having Unicode version 16 or later, which is planned for the 1.27 release.

Remediation

Upgrade golang.org/x/net/idna to version 0.54.0 or higher.

References


Infinite loop

high severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/http2@v0.52.0
  • Introduced through: go-distribution@command-line-arguments@* golang.org/x/net/http2@v0.38.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/http2@v0.47.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 Infinite loop.

Go Vulnerability Report:

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.

Remediation

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

References


Improper Check for Certificate Revocation

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh/knownhosts
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh/knownhosts@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh/knownhosts@v0.49.0

Overview

Affected versions of this package are vulnerable to Improper Check for Certificate Revocation in the SignatureKey verification process. An attacker can bypass revocation enforcement by presenting a certificate with a revoked SignatureKey, potentially allowing unauthorized access or trust to be established.

Remediation

Upgrade golang.org/x/crypto/ssh/knownhosts to version 0.52.0 or higher.

References


Incorrect Type Conversion or Cast

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/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/agent@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh/agent@v0.49.0

Overview

Affected versions of this package are vulnerable to Incorrect Type Conversion or Cast due to the improper handling of crafted input data in the ed25519.PrivateKey component. An attacker can cause the client to panic by supplying malformed wire bytes.

Remediation

Upgrade golang.org/x/crypto/ssh/agent to version 0.52.0 or higher.

References


Missing Release of Resource after Effective Lifetime

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime through the repeated opening of channels by an authenticated SSH client that are subsequently rejected by the server. An attacker can cause unbounded memory growth and crash the server process by continuously triggering channel rejections.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Improper Authentication

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Improper Authentication due to the Verify method not checking the User Presence flag in FIDO/U2F security key types. An attacker can perform unauthorized authentication by generating signatures without requiring physical interaction with the hardware security key.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Incorrect Type Conversion or Cast

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Incorrect Type Conversion or Cast due to an incorrectly placed cast from bytes to int in the AES-GCM packet decoder process. An attacker can cause a server-side panic by sending specially crafted inputs.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Uncaught Exception

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Uncaught Exception in the CertChecker component when used as a public key callback without setting IsUserAuthority or IsHostAuthority. An attacker can cause the server to panic by presenting a crafted certificate.

Note:

This is only exploitable if both IsUserAuthority and IsHostAuthority are not set in the server configuration.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Allocation of Resources Without Limits or Throttling

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/helm/v3 /usr/local/bin/helm
  • Package Manager: golang
  • Vulnerable module: github.com/moby/spdystream/spdy
  • Introduced through: helm.sh/helm/v3@* and github.com/moby/spdystream/spdy@v0.5.0

Detailed paths

  • Introduced through: helm.sh/helm/v3@* github.com/moby/spdystream/spdy@v0.5.0

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the lack of validation on attacker-controlled counts and lengths in the SPDY/3 frame parser. An attacker can exhaust process memory and cause an out-of-memory crash by sending a single crafted control frame with compressed header blocks that decompress into large allocation sizes.

Remediation

Upgrade github.com/moby/spdystream/spdy to version 0.5.1 or higher.

References


Insufficiently Protected Credentials

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/transport/http
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/transport/http@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/transport/http@v5.14.0

Overview

Affected versions of this package are vulnerable to Insufficiently Protected Credentials in the advertisedReferences() function. The headers - including Authorization headers - from an initial /info/refs request are forwarded to redirect targets. An attacker can obtain authentication credentials by controlling a redirect target, and those credentials may be reused on other endpoints or attempted against other repositories owned by the victim. This is only exploitable if the client interacts with untrusted or misconfigured remote servers, or uses HTTP (not HTTPS) connections.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/transport/http to version 5.18.0 or higher.

References


Incorrect Behavior Order: Validate Before Canonicalize

high severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/object
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/object@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/object@v5.14.0

Overview

Affected versions of this package are vulnerable to Incorrect Behavior Order: Validate Before Canonicalize in the parsing of Git objects with malformed or ambiguous commit or tag objects. An attacker can cause inconsistent interpretation of object metadata or signature validation by introducing specially crafted objects that are parsed differently than by upstream Git, potentially leading to the acceptance of commits with misleading or unintended metadata.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/object to version 5.19.0 or higher.

References


Authentication Bypass

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: util-linux/libblkid1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and util-linux/libblkid1@2.41-4ubuntu4.2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 e2fsprogs@1.47.2-3ubuntu2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libmount1@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 e2fsprogs@1.47.2-3ubuntu2 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/liblastlog2-2@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/liblastlog2-2@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/bsdutils@1:2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/login@1:4.16.0-2+really2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2

NVD Description

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

A flaw was found in util-linux. Improper hostname canonicalization in the login(1) utility, when invoked with the -h option, can modify the supplied remote hostname before setting PAM_RHOST. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.

Remediation

There is no fixed version for Ubuntu:25.10 util-linux.

References


Time-of-check Time-of-use (TOCTOU)

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: util-linux/libblkid1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and util-linux/libblkid1@2.41-4ubuntu4.2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 e2fsprogs@1.47.2-3ubuntu2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libmount1@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libblkid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 e2fsprogs@1.47.2-3ubuntu2 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libuuid1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/liblastlog2-2@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/liblastlog2-2@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libmount1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2 util-linux/libsmartcols1@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/bsdutils@1:2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/login@1:4.16.0-2+really2.41-4ubuntu4.2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/mount@2.41-4ubuntu4.2

NVD Description

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

util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.

Remediation

There is no fixed version for Ubuntu:25.10 util-linux.

References


Directory Traversal

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: tar
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and tar@1.35+dfsg-3.1build1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 tar@1.35+dfsg-3.1build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 dpkg@1.22.21ubuntu3.2 tar@1.35+dfsg-3.1build1

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.10 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.10 tar.

References


Unrestricted Upload of File with Dangerous Type

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: tar
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and tar@1.35+dfsg-3.1build1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 tar@1.35+dfsg-3.1build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 dpkg@1.22.21ubuntu3.2 tar@1.35+dfsg-3.1build1

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

A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files onto a system without detection.

Remediation

There is no fixed version for Ubuntu:25.10 tar.

References


Heap-based Buffer Overflow

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and sqlite3/libsqlite3-0@3.46.1-8

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 sqlite3/libsqlite3-0@3.46.1-8
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 sqlite3/libsqlite3-0@3.46.1-8
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/liblastlog2-2@2.41-4ubuntu4.2 sqlite3/libsqlite3-0@3.46.1-8

NVD Description

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

SQLite before 3.53.2 contains memory corruption vulnerabilities in the FTS5 full-text search extension that allow attackers to cause process crashes, memory exhaustion, or arbitrary code execution by supplying a crafted database with malformed FTS5 page data. Attackers can trigger an out-of-bounds read in fts5LeafSeek() via an attacker-controlled loop bound and a heap buffer overflow write in fts5ChunkIterate() through a crafted continuation page causing an integer underflow, exploitable when an FTS5 MATCH query is executed against the malicious database.

Remediation

Upgrade Ubuntu:25.10 sqlite3 to version 3.46.1-8ubuntu0.1 or higher.

References


Heap-based Buffer Overflow

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and sqlite3/libsqlite3-0@3.46.1-8

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 sqlite3/libsqlite3-0@3.46.1-8
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 sqlite3/libsqlite3-0@3.46.1-8
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/liblastlog2-2@2.41-4ubuntu4.2 sqlite3/libsqlite3-0@3.46.1-8

NVD Description

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

SQLite before 3.53.2 contains a heap-based buffer overflow vulnerability in the FTS5 full-text search extension that allows attackers to cause a crash or execute arbitrary code by supplying a crafted database with malicious continuation page metadata specifying a szLeaf value smaller than 4. Attackers can trigger an integer underflow in fts5ChunkIterate() causing an inflated remaining byte count during FTS5 MATCH query processing, leading to a heap buffer overflow of attacker-controlled data in applications compiled with SQLITE_ENABLE_FTS5.

Remediation

Upgrade Ubuntu:25.10 sqlite3 to version 3.46.1-8ubuntu0.1 or higher.

References


CVE-2026-35354

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the mv utility of uutils coreutils during cross-device moves. The extended attribute (xattr) preservation logic uses multiple path-based system calls that perform fresh path-to-inode lookups for each operation. A local attacker with write access to the directory can exploit this race to swap files between calls, causing the destination file to receive an inconsistent mix of security xattrs, such as SELinux labels or file capabilities.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35344

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The dd utility in uutils coreutils suppresses errors during file truncation operations by unconditionally calling Result::ok() on truncation attempts. While intended to mimic GNU behavior for special files like /dev/null, the uutils implementation also hides failures on regular files and directories caused by full disks or read-only file systems. This can lead to silent data corruption in backup or migration scripts, as the utility may report a successful operation even when the destination file contains old or garbage data.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35360

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The touch utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition during file creation. When the utility identifies a missing path, it later attempts creation using File::create(), which internally uses O_TRUNC. An attacker can exploit this window to create a file or swap a symlink at the target path, causing touch to truncate an existing file and leading to permanent data loss.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35378

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the expr utility of uutils coreutils causes the program to evaluate parenthesized subexpressions during the parsing phase rather than at the execution phase. This implementation flaw prevents the utility from performing proper short-circuiting for logical OR (|) and AND (&) operations. As a result, arithmetic errors (such as division by zero) occurring within "dead" branches, branches that should be ignored due to short-circuiting, are raised as fatal errors. This divergence from GNU expr behavior can cause guarded expressions within shell scripts to fail with hard errors instead of returning expected boolean results, leading to premature script termination and breaking GNU-compatible shell control flow.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35361

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The mknod utility in uutils coreutils fails to handle security labels atomically by creating device nodes before setting the SELinux context. If labeling fails, the utility attempts cleanup using std::fs::remove_dir, which cannot remove device nodes or FIFOs. This leaves mislabeled nodes behind with incorrect default contexts, potentially allowing unauthorized access to device nodes that should have been restricted by mandatory access controls.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35345

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability in the tail utility of uutils coreutils allows for the exfiltration of sensitive file contents when using the --follow=name option. Unlike GNU tail, the uutils implementation continues to monitor a path after it has been replaced by a symbolic link, subsequently outputting the contents of the link's target. In environments where a privileged user (e.g., root) monitors a log directory, a local attacker with write access to that directory can replace a log file with a symlink to a sensitive system file (such as /etc/shadow), causing tail to disclose the contents of the sensitive file.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35355

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The install utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition during file installation. The implementation unlinks an existing destination file and then recreates it using a path-based operation without the O_EXCL flag. A local attacker can exploit the window between the unlink and the subsequent creation to swap the path with a symbolic link, allowing them to redirect privileged writes to overwrite arbitrary system files.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35379

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the tr utility of uutils coreutils causes the program to incorrectly define the [:graph:] and [:print:] character classes. The implementation mistakenly includes the ASCII space character (0x20) in the [:graph:] class and excludes it from the [:print:] class, effectively reversing the standard behavior established by POSIX and GNU coreutils. This vulnerability leads to unintended data modification or loss when the utility is used in automated scripts or data-cleaning pipelines that rely on standard character class semantics. For example, a command executed to delete all graphical characters while intending to preserve whitespace will incorrectly delete all ASCII spaces, potentially resulting in data corruption or logic failures in downstream processing.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35366

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The printenv utility in uutils coreutils fails to display environment variables containing invalid UTF-8 byte sequences. While POSIX permits arbitrary bytes in environment strings, the uutils implementation silently skips these entries rather than printing the raw bytes. This vulnerability allows malicious environment variables (e.g., adversarial LD_PRELOAD values) to evade inspection by administrators or security auditing tools, potentially allowing library injection or other environment-based attacks to go undetected.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35376

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the chcon utility of uutils coreutils during recursive operations. The implementation resolves recursive targets using a fresh path lookup (via fts_accpath) rather than binding the traversal and label application to the specific directory state encountered during traversal. Because these operations are not anchored to file descriptors, a local attacker with write access to a directory tree can exploit timing-sensitive rename or symbolic link races to redirect a privileged recursive relabeling operation to unintended files or directories. This vulnerability breaks the hardening expectations for SELinux administration workflows and can lead to the unauthorized modification of security labels on sensitive system objects.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35374

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the split utility of uutils coreutils. The program attempts to prevent data loss by checking for identity between input and output files using their file paths before initiating the split operation. However, the utility subsequently opens the output file with truncation after this path-based validation is complete. A local attacker with write access to the directory can exploit this race window by manipulating mutable path components (e.g., swapping a path with a symbolic link). This can cause split to truncate and write to an unintended target file, potentially including the input file itself or other sensitive files accessible to the process, leading to permanent data loss.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35340

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A flaw in the ChownExecutor used by uutils coreutils chown and chgrp causes the utilities to return an incorrect exit code during recursive operations. The final exit code is determined only by the last file processed. If the last operation succeeds, the command returns 0 even if earlier ownership or group changes failed due to permission errors. This can lead to security misconfigurations where administrative scripts incorrectly assume that ownership has been successfully transferred across a directory tree.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35375

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes to_string_lossy() when constructing chunk filenames, which automatically rewrites invalid byte sequences into the UTF-8 replacement character (U+FFFD). This behavior diverges from GNU split, which preserves raw pathname bytes intact. In environments utilizing non-UTF-8 encodings, this vulnerability leads to the creation of files with incorrect names, potentially causing filename collisions, broken automation, or the misdirection of output data.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35341

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up set_permissions call. This results in the existing file's permissions being changed to the default mode (often 644 after umask), potentially exposing sensitive files such as SSH private keys to other users on the system.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35348

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect(), causing an immediate crash when encountering valid but non-UTF-8 paths. This diverges from GNU sort, which treats filenames as raw bytes. A local attacker can exploit this to crash the utility and disrupt automated pipelines.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35356

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the install utility of uutils coreutils when using the -D flag. The command creates parent directories and subsequently performs a second path resolution to create the target file, neither of which is anchored to a directory file descriptor. An attacker with concurrent write access can replace a path component with a symbolic link between these operations, redirecting the privileged write to an arbitrary file system location.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35357

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The cp utility in uutils coreutils is vulnerable to an information disclosure race condition. Destination files are initially created with umask-derived permissions (e.g., 0644) before being restricted to their final mode (e.g., 0600) later in the process. A local attacker can race to open the file during this window; once obtained, the file descriptor remains valid and readable even after the permissions are tightened, exposing sensitive or private file contents.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35349

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability in the rm utility of uutils coreutils allows a bypass of the --preserve-root protection. The implementation uses a path-string check rather than comparing device and inode numbers to identify the root directory. An attacker or accidental user can bypass this safeguard by using a symbolic link that resolves to the root directory (e.g., /tmp/rootlink -> /), potentially leading to the unintended recursive deletion of the entire root filesystem.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35377

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the env utility of uutils coreutils causes a failure to correctly parse command-line arguments when utilizing the -S (split-string) option. In GNU env, backslashes within single quotes are treated literally (with the exceptions of \ and '). However, the uutils implementation incorrectly attempts to validate these sequences, resulting in an "invalid sequence" error and an immediate process termination with an exit status of 125 when encountering valid but unrecognized sequences like \a or \x. This divergence from GNU behavior breaks compatibility for automated scripts and administrative workflows that rely on standard split-string semantics, leading to a local denial of service for those operations.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35367

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The nohup utility in uutils coreutils creates its default output file, nohup.out, without specifying explicit restricted permissions. This causes the file to inherit umask-based permissions, typically resulting in a world-readable file (0644). In multi-user environments, this allows any user on the system to read the captured stdout/stderr output of a command, potentially exposing sensitive information. This behavior diverges from GNU coreutils, which creates nohup.out with owner-only (0600) permissions.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35358

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The cp utility in uutils coreutils, when performing recursive copies (-R), incorrectly treats character and block device nodes as stream sources rather than preserving them. Because the implementation reads bytes into regular files at the destination instead of using mknod, device semantics are destroyed (e.g., /dev/null becomes a regular file). This behavior can lead to runtime denial of service through disk exhaustion or process hangs when reading from unbounded device nodes.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35364

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mv utility of uutils coreutils during cross-device operations. The utility removes the destination path before recreating it through a copy operation. A local attacker with write access to the destination directory can exploit this window to replace the destination with a symbolic link. The subsequent privileged move operation will follow the symlink, allowing the attacker to redirect the write and overwrite an arbitrary target file with contents from the source.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35359

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the O_NOFOLLOW flag. An attacker with concurrent write access can swap a regular file for a symbolic link during this window, causing a privileged cp process to copy the contents of arbitrary sensitive files into a destination controlled by the attacker.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35365

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The mv utility in uutils coreutils improperly handles directory trees containing symbolic links during moves across filesystem boundaries. Instead of preserving symlinks, the implementation expands them, copying the linked targets as real files or directories at the destination. This can lead to resource exhaustion (disk space or time) if symlinks point to large external directories, unexpected duplication of sensitive data into unintended locations, or infinite recursion and repeated copying in the presence of symlink loops.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35371

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The id utility in uutils coreutils exhibits incorrect behavior in its "pretty print" output when the real UID and effective UID differ. The implementation incorrectly uses the effective GID instead of the effective UID when performing a name lookup for the effective user. This results in misleading diagnostic output that can cause automated scripts or system administrators to make incorrect decisions regarding file permissions or access control.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35370

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The id utility in uutils coreutils miscalculates the groups= section of its output. The implementation uses a user's real GID instead of their effective GID to compute the group list, leading to potentially divergent output compared to GNU coreutils. Because many scripts and automated processes rely on the output of id to make security-critical access-control or permission decisions, this discrepancy can lead to unauthorized access or security misconfigurations.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35342

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The mktemp utility in uutils coreutils fails to properly handle an empty TMPDIR environment variable. Unlike GNU mktemp, which falls back to /tmp when TMPDIR is an empty string, the uutils implementation treats the empty string as a valid path. This causes temporary files to be created in the current working directory (CWD) instead of the intended secure temporary directory. If the CWD is more permissive or accessible to other users than /tmp, it may lead to unintended information disclosure or unauthorized access to temporary data.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35352

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link between these two operations. This redirects the chmod call to an arbitrary file, potentially enabling privilege escalation if the utility is run with elevated privileges.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35380

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' (two single quotes) as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d (delimiter) and --output-delimiter options. This vulnerability can lead to silent data corruption or logic errors in automated scripts and data pipelines that process strings containing these characters, as the utility may unintentionally split or join data on NUL bytes rather than the intended literal characters.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35343

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The cut utility in uutils coreutils incorrectly handles the -s (only-delimited) option when a newline character is specified as the delimiter. The implementation fails to verify the only_delimited flag in the cut_fields_newline_char_delim function, causing the utility to print non-delimited lines that should have been suppressed. This can lead to unexpected data being passed to downstream scripts that rely on strict output filtering.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35381

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the cut utility of uutils coreutils causes the utility to ignore the -s (only-delimited) flag when using the -z (null-terminated) and -d '' (empty delimiter) options together. The implementation incorrectly routes this specific combination through a specialized newline-delimiter code path that fails to check the record suppression status. Consequently, uutils cut emits the entire record plus a NUL byte instead of suppressing it. This divergence from GNU coreutils behavior creates a data integrity risk for automated pipelines that rely on cut -s to filter out undelimited data.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35362

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The safe_traversal module in uutils coreutils, which provides protection against Time-of-Check to Time-of-Use (TOCTOU) symlink races using file-descriptor-relative syscalls, is incorrectly limited to Linux targets. On other Unix-like systems such as macOS and FreeBSD, the utility fails to utilize these protections, leaving directory traversal operations vulnerable to symlink race conditions.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35353

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The mkdir utility in uutils coreutils incorrectly applies permissions when using the -m flag by creating a directory with umask-derived permissions (typically 0755) before subsequently changing them to the requested mode via a separate chmod system call. In multi-user environments, this introduces a brief window where a directory intended to be private is accessible to other users, potentially leading to unauthorized data access.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35363

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability in the rm utility of uutils coreutils allows the bypass of safeguard mechanisms intended to protect the current directory. While the utility correctly refuses to delete . or .., it fails to recognize equivalent paths with trailing slashes, such as ./ or .///. An accidental or malicious execution of rm -rf ./ results in the silent recursive deletion of all contents within the current directory. The command further obscures the data loss by reporting a misleading 'Invalid input' error, which may cause users to miss the critical window for data recovery.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35351

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The mv utility in uutils coreutils fails to preserve file ownership during moves across different filesystem boundaries. The utility falls back to a copy-and-delete routine that creates the destination file using the caller's UID/GID rather than the source's metadata. This flaw breaks backups and migrations, causing files moved by a privileged user (e.g., root) to become root-owned unexpectedly, which can lead to information disclosure or restricted access for the intended owners.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35347

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The comm utility in uutils coreutils incorrectly consumes data from non-regular file inputs before performing comparison operations. The are_files_identical function opens and reads from both input paths to compare content without first verifying if the paths refer to regular files. If an input path is a FIFO or a pipe, this pre-read operation drains the stream, leading to silent data loss before the actual comparison logic is executed. Additionally, the utility may hang indefinitely if it attempts to pre-read from infinite streams like /dev/zero.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35369

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal (SIGTERM) to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massive process termination. This differs from GNU coreutils, which correctly recognizes -1 as a signal number in this context and would instead report a missing PID argument.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35368

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability exists in the chroot utility of uutils coreutils when using the --userspec option. The utility resolves the user specification via getpwnam() after entering the chroot but before dropping root privileges. On glibc-based systems, this can trigger the Name Service Switch (NSS) to load shared libraries (e.g., libnss_*.so.2) from the new root directory. If the NEWROOT is writable by an attacker, they can inject a malicious NSS module to execute arbitrary code as root, facilitating a full container escape or privilege escalation.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35350

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The cp utility in uutils coreutils fails to properly handle setuid and setgid bits when ownership preservation fails. When copying with the -p (preserve) flag, the utility applies the source mode bits even if the chown operation is unsuccessful. This can result in a user-owned copy retaining original privileged bits, creating unexpected privileged executables that violate local security policies. This differs from GNU cp, which clears these bits when ownership cannot be preserved.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35338

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A vulnerability in the chmod utility of uutils coreutils allows users to bypass the --preserve-root safety mechanism. The implementation only validates if the target path is literally / and does not canonicalize the path. An attacker or accidental user can use path variants such as /../ or symbolic links to execute destructive recursive operations (e.g., chmod -R 000) on the entire root filesystem, leading to system-wide permission loss and potential complete system breakdown.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35339

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The recursive mode (-R) of the chmod utility in uutils coreutils incorrectly handles exit codes when processing multiple files. The final return value is determined solely by the success or failure of the last file processed. This allows the command to return an exit code of 0 (success) even if errors were encountered on previous files, such as 'Operation not permitted'. Scripts relying on these exit codes may proceed under a false sense of success while sensitive files remain with restrictive or incorrect permissions.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35346

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

The comm utility in uutils coreutils silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation uses String::from_utf8_lossy(), which replaces invalid UTF-8 byte sequences with the Unicode replacement character (U+FFFD). This behavior differs from GNU comm, which processes raw bytes and preserves the original input. This results in corrupted output when the utility is used to compare binary files or files using non-UTF-8 legacy encodings.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35372

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the ln utility of uutils coreutils allows the utility to dereference a symbolic link target even when the --no-dereference (or -n) flag is explicitly provided. The implementation previously only honored the "no-dereference" intent if the --force (overwrite) mode was also enabled. This flaw causes ln to follow a symbolic link that points to a directory and create new links inside that target directory instead of treating the symbolic link itself as the destination. In environments where a privileged user or system script uses ln -n to update a symlink, a local attacker could manipulate existing symbolic links to redirect file creation into sensitive directories, potentially leading to unauthorized file creation or system misconfiguration.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-35373

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: rust-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and rust-coreutils@0.2.2-0ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 rust-coreutils@0.2.2-0ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 rust-coreutils@0.2.2-0ubuntu2.1

NVD Description

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

A logic error in the ln utility of uutils coreutils causes the program to reject source paths containing non-UTF-8 filename bytes when using target-directory forms (e.g., ln SOURCE... DIRECTORY). While GNU ln treats filenames as raw bytes and creates the links correctly, the uutils implementation enforces UTF-8 encoding, resulting in a failure to stat the file and a non-zero exit code. In environments where automated scripts or system tasks process valid but non-UTF-8 filenames common on Unix filesystems, this divergence causes the utility to fail, leading to a local denial of service for those specific operations.

Remediation

There is no fixed version for Ubuntu:25.10 rust-coreutils.

References


CVE-2026-8376

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: perl/perl-modules-5.40
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/libperl5.40@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/libperl5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1

NVD Description

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

Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds.

Perl_study_chunk in regcomp_study.c checked the size of the joined substring buffer in characters rather than bytes. For a quantified fixed substring with a large minimum count, the byte length mincount * l could overflow SSize_t, producing an undersized SvGROW allocation; the subsequent copy writes past the end of the buffer.

A caller that compiles an attacker-controlled regular expression on a 32-bit perl build triggers a heap buffer overflow at compile time.

Remediation

Upgrade Ubuntu:25.10 perl to version 5.40.1-6ubuntu0.1 or higher.

References


CVE-2026-42496

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: perl/perl-modules-5.40
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/libperl5.40@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/libperl5.40@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/perl-modules-5.40@5.40.1-6build1 perl/perl-base@5.40.1-6build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1

NVD Description

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

Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory.

_make_special_file() passes the tar header's linkname to symlink() without validating it against absolute paths or .. segments. The secure-extract mode check that guards regular file extraction does not cover the symlink target.

A subsequent open through the extracted name reads or writes the attacker chosen path.

Remediation

Upgrade Ubuntu:25.10 perl to version 5.40.1-6ubuntu0.1 or higher.

References


Uncontrolled Recursion

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: p11-kit/libp11-kit0
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 gnutls28/libgnutls30t64@3.8.9-3ubuntu2.2 p11-kit/libp11-kit0@0.25.5-3ubuntu1

NVD Description

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

A flaw was found in p11-kit. The RPC message attribute parsing functions p11_rpc_message_get_attribute() and p11_rpc_message_get_attribute_array_value() form a mutually-recursive call chain with no recursion depth limit when processing nested CKA_WRAP_TEMPLATE, CKA_UNWRAP_TEMPLATE, and CKA_DERIVE_TEMPLATE attributes. An unauthenticated attacker with local access to the p11-kit RPC Unix domain socket can send a specially crafted request with deeply nested template attributes, causing stack exhaustion and crashing the p11-kit server process and its dependent services.

Remediation

There is no fixed version for Ubuntu:25.10 p11-kit.

References


Improper Restriction of Communication Channel to Intended Endpoints

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: openssh/openssh-client
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and openssh/openssh-client@1:10.0p1-5ubuntu5.4

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4

NVD Description

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

A flaw was found in OpenSSH. A local unprivileged attacker on a Linux client host can hijack client-side X11 forwarding connections. This is possible by pre-binding the preferred abstract X socket name when X11 forwarding is enabled and a local UNIX-domain X socket is used. A successful attack can compromise the confidentiality of forwarded X11 traffic, including sensitive window contents and input, and may allow some manipulation of the forwarded session.

Remediation

There is no fixed version for Ubuntu:25.10 openssh.

References


HTTP Request Smuggling

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: nghttp2/libnghttp2-14
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 nghttp2/libnghttp2-14@1.64.0-1.1ubuntu1.1

NVD Description

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

nghttp2's nghttpx proxy through 1.69.0 forwards an HTTP/1.1 Upgrade request that also carries a Content-Length header and body onto reusable keep-alive backend connections, re-adding the Upgrade and Connection headers while passing Content-Length verbatim. A backend that resolves the resulting ambiguous message in the attacker's favor enables HTTP request/response smuggling and cross-client response-queue poisoning.

Remediation

Upgrade Ubuntu:25.10 nghttp2 to version 1.64.0-1.1ubuntu1.2 or higher.

References


CVE-2026-55200

medium severity
Exploit: Proof of Concept

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: libssh2/libssh2-1t64
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 libssh2/libssh2-1t64@1.11.1-1ubuntu0.25.10.1

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:25.10 libssh2 to version 1.11.1-1ubuntu0.25.10.2 or higher.

References


Loop with Unreachable Exit Condition ('Infinite Loop')

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: libssh2/libssh2-1t64
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 libssh2/libssh2-1t64@1.11.1-1ubuntu0.25.10.1

NVD Description

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

libssh2 through 1.11.1, fixed in commit 1762685, contains a pre-authentication denial of service vulnerability in the SSH_MSG_EXT_INFO handler in src/packet.c that allows a malicious SSH server to cause a client CPU exhaustion loop by sending a crafted extension count value. A malicious server can set nr_extensions to 0xFFFFFFFF during key exchange, causing the client to spin in a tight CPU loop for over 60 seconds because return values from _libssh2_get_string() are unchecked and the session timeout does not apply to CPU-bound loops.

Remediation

Upgrade Ubuntu:25.10 libssh2 to version 1.11.1-1ubuntu0.25.10.2 or higher.

References


Out-of-bounds Read

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: libssh2/libssh2-1t64
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 libssh2/libssh2-1t64@1.11.1-1ubuntu0.25.10.1

NVD Description

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

libssh2 through 1.11.1, fixed in commit 2dae302, contains an out-of-bounds heap read vulnerability in the sftp_symlink() function in src/sftp.c that allows a malicious SSH server or man-in-the-middle attacker to disclose heap memory contents or cause a crash by sending a crafted SSH_FXP_NAME response. Attackers can supply a link_len value larger than the actual packet data in SSH_FXP_NAME responses for SFTP READLINK and REALPATH operations, triggering a heap buffer over-read of up to target_len minus one bytes due to the missing validation of available packet buffer size before the memcpy operation.

Remediation

Upgrade Ubuntu:25.10 libssh2 to version 1.11.1-1ubuntu0.25.10.2 or higher.

References


Cross-site Scripting (XSS)

medium severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/html@v0.52.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.47.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 Cross-site Scripting (XSS) in the inBodyEndTagOther() function, when rendering sanitized HTML. An attacker can cause the execution of scripts in the context of the affected application by providing malicious HTML input containing unmatched tags.

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

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

References


Cross-site Scripting (XSS)

medium severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/html@v0.52.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.47.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 Cross-site Scripting (XSS) via the readStartTag() function in the Tokenizer. An attacker can cause the execution of scripts in the context of the affected application by supplying malicious HTML with duplicate attributes.

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

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

References


Cross-site Scripting (XSS)

medium severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/html@v0.52.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.47.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 Cross-site Scripting (XSS) via the childTextNodesAreLiteral() function in `render.go. An attacker can cause the execution of scripts in the context of the affected application by providing malicious HTML input containing fostered elements that are outside their parent namespace.

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

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

References


Cross-site Scripting (XSS)

medium severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/html@v0.52.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.47.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 Cross-site Scripting (XSS) via the writeQuoted() function, which does not properly handle > characters in DOCTYPE data. An attacker can cause the execution of scripts in the context of the affected application by providing malicious HTML input that contains unescaped >s.

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

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

References


Inefficient Algorithmic Complexity

medium severity
Exploit: Not Defined

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

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/net/html@v0.52.0
  • Introduced through: helm.sh/helm/v3@* golang.org/x/net/html@v0.47.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 Inefficient Algorithmic Complexity in parse.go, when checking attributes iteratively. An attacker can cause excessive CPU consumption by providing malicious HTML input.

Remediation

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

References


Improper Check for Dropped Privileges

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/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/agent@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh/agent@v0.49.0

Overview

Affected versions of this package are vulnerable to Improper Check for Dropped Privileges due to the omission of constraint extensions such as restrict-destination-v00@openssh.com when adding a key to a remote agent. An attacker can bypass intended key usage restrictions by forwarding keys without the associated constraints, enabling unrestricted use of the key on the remote host.

Remediation

Upgrade golang.org/x/crypto/ssh/agent to version 0.52.0 or higher.

References


Missing Authorization

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/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/agent@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh/agent@v0.49.0

Overview

Affected versions of this package are vulnerable to Missing Authorization due to the NewKeyring function not enforcing the ConfirmBeforeUse constraint. An attacker can perform unauthorized signing operations by adding keys with constraints that are silently ignored.

Remediation

Upgrade golang.org/x/crypto/ssh/agent to version 0.52.0 or higher.

References


Allocation of Resources Without Limits or Throttling

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the public key parsers. An attacker can exhaust CPU resources by submitting crafted RSA or DSA public keys with excessively large parameters during signature verification. This can be triggered by unauthenticated clients during public key authentication.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Integer Overflow or Wraparound

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the payload size calculation within the Write process. An attacker can cause the process to enter an infinite loop and exhaust system resources by sending a single write operation with data larger than 4GB.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Missing Release of Resource after Effective Lifetime

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime through the handling of unsolicited global request responses, which can fill an internal buffer and block the connection's read loop. An attacker can cause a resource leak and prevent the release of blocked goroutines by sending unexpected responses.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Incorrect Authorization

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Incorrect Authorization. When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with PartialSuccessError now results in a connection error.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Incorrect Authorization

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and golang.org/x/crypto/ssh@v0.49.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* golang.org/x/crypto/ssh@v0.49.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Incorrect Authorization due to improper enforcement of permissions in the VerifiedPublicKeyCallback process. An attacker can bypass source-address validation by passing a callback type other than public key.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.52.0 or higher.

References


Memory Allocation with Excessive Size Value

medium severity
Exploit: Proof of Concept

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: go.opentelemetry.io/otel/propagation
  • Introduced through: github.com/argoproj/argo-cd/v3@* and go.opentelemetry.io/otel/propagation@v1.43.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* go.opentelemetry.io/otel/propagation@v1.43.0

Overview

Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value via the Parse function. An attacker can exhaust CPU resources and generate excessive log output by sending oversized or malformed headers that are processed without length checks.

Remediation

Upgrade go.opentelemetry.io/otel/propagation to version 1.44.0 or higher.

References


Improper Verification of Cryptographic Signature

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: gnupg2/gpgv
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and gnupg2/gpgv@2.4.8-2ubuntu2.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpgv@2.4.8-2ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 gnupg2/gpgv@2.4.8-2ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 gnupg2/gpgconf@2.4.8-2ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.1 gnupg2/gpgconf@2.4.8-2ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.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:25.10 relevant fixed versions and status.

In GnuPG through 2.4.8, if a signed message has \f at the end of a plaintext line, an adversary can construct a modified message that places additional text after the signed material, such that signature verification of the modified message succeeds (although an "invalid armor" message is printed during verification). This is related to use of \f as a marker to denote truncation of a long plaintext line.

Remediation

There is no fixed version for Ubuntu:25.10 gnupg2.

References


CVE-2026-4437

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and glibc/libc-bin@2.42-0ubuntu3.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc-bin@2.42-0ubuntu3.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc6@2.42-0ubuntu3.1

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

Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.

Remediation

There is no fixed version for Ubuntu:25.10 glibc.

References


CVE-2026-4438

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and glibc/libc-bin@2.42-0ubuntu3.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc-bin@2.42-0ubuntu3.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc6@2.42-0ubuntu3.1

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

Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.

Remediation

There is no fixed version for Ubuntu:25.10 glibc.

References


CVE-2026-4046

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and glibc/libc-bin@2.42-0ubuntu3.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc-bin@2.42-0ubuntu3.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc6@2.42-0ubuntu3.1

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

The iconv() function in the GNU C Library versions 2.43 and earlier may crash due to an assertion failure when converting inputs from the IBM1390 or IBM1399 character sets, which may be used to remotely crash an application.

This vulnerability can be trivially mitigated by removing the IBM1390 and IBM1399 character sets from systems that do not need them.

Remediation

There is no fixed version for Ubuntu:25.10 glibc.

References


CVE-2026-6238

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and glibc/libc-bin@2.42-0ubuntu3.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc-bin@2.42-0ubuntu3.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc6@2.42-0ubuntu3.1

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

The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to validate the RDATA content against the RDATA length in a DNS response when processing LOC, CERT, TKEY or TSIG records, which may allow an attacker to craft a DNS response, causing a target application to crash or read uninitialized memory.

These functions are for application debugging only and hence not in the path of code executed by the DNS resolver. Further, they have been deprecated since version 2.34 and should not be used by any new applications. Applications should consider porting away from these interfaces since they may be removed in future versions.

Remediation

There is no fixed version for Ubuntu:25.10 glibc.

References


CVE-2026-5435

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: glibc/libc-bin
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and glibc/libc-bin@2.42-0ubuntu3.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc-bin@2.42-0ubuntu3.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 glibc/libc6@2.42-0ubuntu3.1

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

The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to enforce the caller-supplied buffer length, and can result in an out-of-bounds write when printing TSIG records.

Remediation

There is no fixed version for Ubuntu:25.10 glibc.

References


Improper Validation of Specified Type of Input

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/vmihailenco/msgpack/v5
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/vmihailenco/msgpack/v5@v5.4.1

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/vmihailenco/msgpack/v5@v5.4.1

Overview

Affected versions of this package are vulnerable to Improper Validation of Specified Type of Input in the calls plugin when handling websocket messages containing malformed msgpack frames. An attacker can cause the server to consume excessive memory and crash by sending specially crafted websocket requests.

Remediation

There is no fixed version for github.com/vmihailenco/msgpack/v5.

References


Directory Traversal

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/storage/filesystem/dotgit
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/storage/filesystem/dotgit@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/storage/filesystem/dotgit@v5.14.0

Overview

Affected versions of this package are vulnerable to Directory Traversal due to improper path validation in the repository checkout process. An attacker can modify files outside the intended target directory, including .git directories, by supplying a maliciously crafted repository payload. This is only exploitable if the repository is cloned or checked out from untrusted sources and the .git directory is stored within the same filesystem as the worktree, particularly when submodules are present.

Details

A Directory Traversal attack (also known as path traversal) aims to access files and directories that are stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and its variations, or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system, including application source code, configuration, and other critical system files.

Directory Traversal vulnerabilities can be generally divided into two types:

  • Information Disclosure: Allows the attacker to gain information about the folder structure or read the contents of sensitive files on the system.

st is a module for serving static files on web pages, and contains a vulnerability of this type. In our example, we will serve files from the public route.

If an attacker requests the following URL from our server, it will in turn leak the sensitive private key of the root user.

curl http://localhost:8080/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/root/.ssh/id_rsa
        

Note %2e is the URL encoded version of . (dot).

  • Writing arbitrary files: Allows the attacker to create or replace existing files. This type of vulnerability is also known as Zip-Slip.

One way to achieve this is by using a malicious zip archive that holds path traversal filenames. When each filename in the zip archive gets concatenated to the target extraction folder, without validation, the final path ends up outside of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.

The following is an example of a zip archive with one benign file and one malicious file. Extracting the malicious file will result in traversing out of the target folder, ending up in /root/.ssh/ overwriting the authorized_keys file:

2018-04-15 22:04:29 .....           19           19  good.txt
        2018-04-15 22:04:42 .....           20           20  ../../../../../../root/.ssh/authorized_keys
        

Remediation

Upgrade github.com/go-git/go-git/v5/storage/filesystem/dotgit to version 5.19.1, 6.0.0-alpha.4 or higher.

References


Improper Validation of Integrity Check Value

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/storage/filesystem
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/storage/filesystem@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/storage/filesystem@v5.14.0

Overview

Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value for .idx and .pack files. An attacker can cause the application to consume corrupted files, leading to unexpected errors, due to checksums not being checked in the loadIdxFile() function.

Workaround

This vulnerability can be mitigated by running 'git fsck' from the git CLI to check for data corruption on a given repository.

Remediation

Upgrade github.com/go-git/go-git/v5/storage/filesystem to version 5.16.5 or higher.

References


Allocation of Resources Without Limits or Throttling

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/format/packfile
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/format/packfile@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/format/packfile@v5.14.0

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the parsing of maliciously crafted Git repository data, such as .pack, .idx, or loose objects. An attacker can cause the application to panic by providing a payload that exceeds the declared size of a slice for isCopyFromDelta(), or consume excessive resources by sending an unlimited stream of calls to isCopyFromDelta() or a stream of calls with excessively large targetSz values (i.e. amplification).

Note: This is only exploitable if the attacker can alter read-only files in the local repository's .git/objects/pack/ directory or if the user interacts with a malicious remote server.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/format/packfile to version 5.19.1 or higher.

References


Allocation of Resources Without Limits or Throttling

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/format/index
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/format/index@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/format/index@v5.14.0

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the handling of .idx files. An attacker with write access to the local repository's .git directory can exhaust system memory by introducing a maliciously crafted .idx file into the .git directory.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/format/index to version 5.17.1 or higher.

References


Improper Validation of Array Index

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/format/index
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/format/index@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/format/index@v5.14.0

Overview

Affected versions of this package are vulnerable to Improper Validation of Array Index through improper validation in the index decoding for version 4 files. An attacker with write access to the .git directory to modify or inject the index file can cause a panic and terminate the process by supplying a maliciously crafted .git/index file that triggers an out-of-bounds slice operation during index parsing.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/format/index to version 5.17.1 or higher.

References


Allocation of Resources Without Limits or Throttling

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/format/idxfile
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/format/idxfile@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/format/idxfile@v5.14.0

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the parsing of maliciously crafted Git repository data, such as .pack, .idx, or loose objects. An attacker can cause the application to panic by providing a payload that exceeds the declared size of a slice for isCopyFromDelta(), or consume excessive resources by sending an unlimited stream of calls to isCopyFromDelta() or a stream of calls with excessively large targetSz values (i.e. amplification).

Note: This is only exploitable if the attacker can alter read-only files in the local repository's .git/objects/pack/ directory or if the user interacts with a malicious remote server.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/format/idxfile to version 5.19.1 or higher.

References


Improper Encoding or Escaping of Output

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: git/git-man
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 git/git-man@1:2.51.0-1ubuntu1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1

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.10 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.10 git.

References


Algorithmic Complexity

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: expat/libexpat1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 expat/libexpat1@2.7.1-2ubuntu0.2

NVD Description

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

In libexpat through 2.7.3, a crafted file with an approximate size of 2 MiB can lead to dozens of seconds of processing time.

Remediation

There is no fixed version for Ubuntu:25.10 expat.

References


CVE-2026-11856

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

Successfully using libcurl to do a transfer to a specific HTTP origin (hostA) with Digest authentication and then changing the origin to a different one (hostB) for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Authorization: header field meant for hostA, to hostB.

Remediation

There is no fixed version for Ubuntu:25.10 curl.

References


CVE-2026-8925

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

The curl logic that works with SASL authentication could end up cleaning up the GSASL context twice without clearing the pointer in between, making it free() the same pointer twice.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-8927

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against proxyA using Digest auth, a subsequent transfer routed through proxyB erroneously leaks the Proxy-Authorization: header intended solely for proxyA.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-9079

medium severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

libcurl had a flaw that when instructed to clear proxy authentication credentials which made it not do so, leaving the old credentials around to get used for subsequent transfers that should not know nor use them.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


Improper Validation of Specified Quantity in Input

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: zlib/zlib1g
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 dpkg@1.22.21ubuntu3.2 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 apt/libapt-pkg7.0@3.1.6ubuntu2 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 gnupg2/gpgv@2.4.8-2ubuntu2.1 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4 libfido2/libfido2-1@1.16.0-2 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 apt/libapt-pkg7.0@3.1.6ubuntu2 openssl/libssl3t64@3.5.3-1ubuntu3.4 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 libssh2/libssh2-1t64@1.11.1-1ubuntu0.25.10.1 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3 rtmpdump/librtmp1@2.4+20151223.gitfa8646d.1-2build8 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 perl@5.40.1-6build1 perl/libperl5.40@5.40.1-6build1 zlib/zlib1g@1:1.3.dfsg+really1.3.1-1ubuntu2

NVD Description

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

zlib before 1.3.2 allows CPU consumption via crc32_combine64 and crc32_combine_gen64 because x2nmodp can do right shifts within a loop that has no termination condition.

Remediation

There is no fixed version for Ubuntu:25.10 zlib.

References


Incorrect Resource Transfer Between Spheres

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: systemd/libsystemd0
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and systemd/libsystemd0@257.9-0ubuntu2.5

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 procps/libproc2-0@2:4.0.4-8ubuntu3 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 procps@2:4.0.4-8ubuntu3 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/bsdutils@1:2.41-4ubuntu4.2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 apt/libapt-pkg7.0@3.1.6ubuntu2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 coreutils/gnu-coreutils@9.5-1ubuntu4.1 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 adduser@3.152ubuntu1 shadow/passwd@1:4.17.4-2ubuntu2 pam/libpam-modules@1.7.0-5ubuntu2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 adduser@3.152ubuntu1 shadow/passwd@1:4.17.4-2ubuntu2 pam/libpam-modules@1.7.0-5ubuntu2 pam/libpam-modules-bin@1.7.0-5ubuntu2 systemd/libsystemd0@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 systemd/libudev1@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 systemd/libudev1@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 apt/libapt-pkg7.0@3.1.6ubuntu2 systemd/libudev1@257.9-0ubuntu2.5
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4 libfido2/libfido2-1@1.16.0-2 systemd/libudev1@257.9-0ubuntu2.5

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

In systemd 259, systemd-journald can send ANSI escape sequences to the terminals of arbitrary users when a "logger -p emerg" command is executed, if ForwardToWall=yes is set.

Remediation

There is no fixed version for Ubuntu:25.10 systemd.

References


CVE-2024-56433

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: shadow/login.defs
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and shadow/login.defs@1:4.17.4-2ubuntu2

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 shadow/login.defs@1:4.17.4-2ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux/login@1:4.16.0-2+really2.41-4ubuntu4.2 shadow/login.defs@1:4.17.4-2ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 adduser@3.152ubuntu1 shadow/passwd@1:4.17.4-2ubuntu2 shadow/login.defs@1:4.17.4-2ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 shadow/passwd@1:4.17.4-2ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4 shadow/passwd@1:4.17.4-2ubuntu2
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 adduser@3.152ubuntu1 shadow/passwd@1:4.17.4-2ubuntu2

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.10 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.10 shadow.

References


Out-of-bounds Read

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: openssh/openssh-client
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and openssh/openssh-client@1:10.0p1-5ubuntu5.4

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4

NVD Description

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

A flaw was found in OpenSSH. This vulnerability, a heap out-of-bounds read, occurs during the cleanup of GSSAPI (Generic Security Service Application Programming Interface) indicators when a trailing NULL termination is missing in the auth-indicators array. A remote attacker, under specific configurations involving GSSAPI authentication and a Kerberos environment, could exploit this to cause the SSH authentication path to crash or abort. This leads to a denial of service (DoS), impacting the availability of the SSH service.

Remediation

There is no fixed version for Ubuntu:25.10 openssh.

References


Stack-based Buffer Overflow

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: ncurses/libtinfo6
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and ncurses/libtinfo6@6.5+20250216-2build1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 bash@5.2.37-2ubuntu5 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 ncurses/ncurses-bin@6.5+20250216-2build1 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 procps@2:4.0.4-8ubuntu3 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 util-linux@2.41-4ubuntu4.2 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.1 pinentry/pinentry-curses@1.3.1-2ubuntu3 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 openssh/openssh-client@1:10.0p1-5ubuntu5.4 libedit/libedit2@3.1-20250104-1build1 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 gnupg2/gpgconf@2.4.8-2ubuntu2.1 readline/libreadline8t64@8.3-3 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.1 pinentry/pinentry-curses@1.3.1-2ubuntu3 ncurses/libncursesw6@6.5+20250216-2build1 ncurses/libtinfo6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 ncurses/libncursesw6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 procps@2:4.0.4-8ubuntu3 ncurses/libncursesw6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.1 pinentry/pinentry-curses@1.3.1-2ubuntu3 ncurses/libncursesw6@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 ncurses/ncurses-base@6.5+20250216-2build1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 ncurses/ncurses-bin@6.5+20250216-2build1

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

The infocmp command-line tool in ncurses before 6.5-20251213 has a stack-based buffer overflow in analyze_string in progs/infocmp.c.

Remediation

Upgrade Ubuntu:25.10 ncurses to version 6.5+20250216-2ubuntu0.1 or higher.

References


Covert Timing Channel

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: libgcrypt20
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and libgcrypt20@1.11.0-7ubuntu0.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 libgcrypt20@1.11.0-7ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 libgcrypt20@1.11.0-7ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg-agent@2.4.8-2ubuntu2.1 libgcrypt20@1.11.0-7ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 apt@3.1.6ubuntu2 gnupg2/gpgv@2.4.8-2ubuntu2.1 libgcrypt20@1.11.0-7ubuntu0.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 gnupg2/gpg@2.4.8-2ubuntu2.1 gnupg2/gpgconf@2.4.8-2ubuntu2.1 libgcrypt20@1.11.0-7ubuntu0.1

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.10 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.10 libgcrypt20.

References


Improper Encoding or Escaping of Output

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argo-cd/v3 /usr/local/bin/argocd
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/plumbing/transport/ssh
  • Introduced through: github.com/argoproj/argo-cd/v3@* and github.com/go-git/go-git/v5/plumbing/transport/ssh@v5.14.0

Detailed paths

  • Introduced through: github.com/argoproj/argo-cd/v3@* github.com/go-git/go-git/v5/plumbing/transport/ssh@v5.14.0

Overview

Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output due to improper escaping of single quotes in the SSH transport command construction process. An attacker can inject arbitrary shell tokens by including single quotes in the repository path, potentially leading to unintended command execution on SSH servers that evaluate the exec command through a shell.

Remediation

Upgrade github.com/go-git/go-git/v5/plumbing/transport/ssh to version 5.19.1, 6.0.0-alpha.4 or higher.

References


CVE-2026-12064

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

When a user invokes curl using a schemeless URL combined with --proto-default sftp (or scp), a disconnect occurs between the tool layer and libcurl. The tool layer incorrectly infers the URL scheme, which erroneously bypasses the initialization of critical SSH security options like CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 and CURLOPT_SSH_KNOWNHOSTS. Conversely, the libcurl runtime successfully honors CURLOPT_DEFAULT_PROTOCOL and establishes the connection via SFTP/SCP as specified. Because the tool layer skipped the security configuration, these SSH host verification options are silently omitted, causing curl to connect to an unverified SSH remote host without throwing an error.

Remediation

There is no fixed version for Ubuntu:25.10 curl.

References


CVE-2026-10536

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPT_STREAM_DEPENDS or CURLOPT_STREAM_DEPENDS_E, subsequently invokes curl_easy_reset(), and finally terminates the handle with curl_easy_cleanup(). During this final cleanup phase, libcurl attempts to access and modify an internal structure that was already freed during the reset operation.

Remediation

There is no fixed version for Ubuntu:25.10 curl.

References


CVE-2026-8932

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse.

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, some TLS settings related to client certificates were left out from the configuration match checks, making them match too easily. In particular options related to the private key.

Remediation

There is no fixed version for Ubuntu:25.10 curl.

References


CVE-2026-8924

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set 'super cookies' that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party domains.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-9545

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

In this scenario, libcurl first uses a proper HTTP/3 server for the initial transfers, and when it makes a second transfer to the same site it has been replaced by the attacker's impostor machine - without a valid certificate.

When libcurl returns to the hostname the second time with a cached SSL session (CURLOPT_SSL_SESSIONID_CACHE is not disabled) and early data enabled (the CURLSSLOPT_EARLYDATA bit is set in CURLOPT_SSL_OPTIONS), libcurl might send off the second request's bytes on that new connection before enforcing the certificate verification failure. Potentially leaking sensitive information.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-9547

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

When a libcurl-based application performs transfers via SCP:// or SFTP:// and utilizes the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This vulnerability occurs when a server presents a host key type that does not match the specific key type already recorded for that host in the known_hosts file. Instead of rejecting the mismatch, the callback mechanism fails to properly enforce the restriction, allowing the connection to succeed without warning and risking a potential man-in-the-middle attack.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-8286

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

A vulnerability exists where a new transfer that uses STARTTLS to upgrade the connection might reuse an existing live connection even though the TLS configuration mismatches so it should not.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-9080

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

Calling curl_easy_pause() within the event-based CURLMOPT_SOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-8926

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

When asking curl to use a .netrc file to find credentials and at the same time specifying a URL with a username(without a password), like https://user@example.com/, curl could wrongly get and use the password for another user set in the .netrc file for that host if such a one exists and there is no match for the specified user.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


CVE-2026-8458

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: curl/libcurl3t64-gnutls
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4, git@1:2.51.0-1ubuntu1 and others

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 git@1:2.51.0-1ubuntu1 curl/libcurl3t64-gnutls@8.14.1-2ubuntu1.3

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

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different 'services'.

libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead.

When reusing a connection a range of criteria must be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different services.

Remediation

Upgrade Ubuntu:25.10 curl to version 8.14.1-2ubuntu1.4 or higher.

References


Improper Input Validation

low severity
Exploit: Not Defined

  • Manifest file: quay.io/argoproj/argocd:v3.4.4/argoproj/argocd Dockerfile
  • Package Manager: ubuntu:25.10
  • Vulnerable module: coreutils/gnu-coreutils
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 and coreutils/gnu-coreutils@9.5-1ubuntu4.1

Detailed paths

  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils/gnu-coreutils@9.5-1ubuntu4.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 tzdata@2026a-0ubuntu0.25.10.1 coreutils/gnu-coreutils@9.5-1ubuntu4.1
  • Introduced through: docker-image|quay.io/argoproj/argocd@v3.4.4 coreutils-from/coreutils@9.5-1ubuntu2+0.0.0~ubuntu24 coreutils-from/coreutils-from-uutils@0.0.0~ubuntu24 coreutils/gnu-coreutils@9.5-1ubuntu4.1

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.10 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.10 coreutils.

References