---
id: CVE-2026-45737
title: 'Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes'
summary: >-
  Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. From
  3.2.0 until 3.2.12, 3.3.10, and 3.4.2, Argo CD ServerSideDiff can expose
  Kubernetes Secret values embedded in the
  kubectl.kubernetes.io/last-applied-configura…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-200
  - CWE-212
vendor: argoproj
product: argo_cd
affected:
  - 'argo_cd >= 3.2.0, < 3.2.12'
  - 'argo_cd >= 3.3.9, < 3.3.10'
  - 'argo_cd >= 3.4.1, < 3.4.2'
patched:
  - argo_cd 3.4.2
published: '2026-07-15'
updated: '2026-07-20'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-45737'
references:
  - url: >-
      https://github.com/argoproj/argo-cd/commit/7879e6322465080a82d152bf00f2b92e0f36c658
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-cd/commit/87e9148320749693624d08e3d6fa2cc217c672a0
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-cd/commit/ac11bec9986807adc8886ef1181eced7347ef5c6
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-cd/commit/bcb4298afc9fcff5f5d69f4e1db2d0a75983f42c
    label: security-advisories@github.com
  - url: 'https://github.com/argoproj/argo-cd/releases/tag/v3.2.12'
    label: security-advisories@github.com
  - url: 'https://github.com/argoproj/argo-cd/releases/tag/v3.3.10'
    label: security-advisories@github.com
  - url: 'https://github.com/argoproj/argo-cd/releases/tag/v3.4.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-cd/security/advisories/GHSA-rg3g-4rw9-gqrp
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-cd/security/advisories/GHSA-rg3g-4rw9-gqrp
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00521
epssPercentile: 0.41746
ingestedAt: '2026-07-20T02:36:03.098Z'
---

## Overview

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. From 3.2.0 until 3.2.12, 3.3.10, and 3.4.2, Argo CD ServerSideDiff can expose Kubernetes Secret values embedded in the kubectl.kubernetes.io/last-applied-configuration annotation because HideSecretData(target, live, ...) does not fully sanitize ResourceDiff.TargetState and LiveState predicted live Secret objects, allowing sensitive data, stringData, and annotations to appear in UI or CLI diffs. This issue is fixed in versions 3.2.12, 3.3.10, and 3.4.2.

## Affected

- `argo_cd >= 3.2.0, < 3.2.12`
- `argo_cd >= 3.3.9, < 3.3.10`
- `argo_cd >= 3.4.1, < 3.4.2`

## Remediation

Upgrade past the affected range:

- `argo_cd 3.4.2`
