Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
CriticalPublic exploit

Argo CD ServerSideDiff plaintext Kubernetes Secret disclosure

IdentifiersCVE-2026-42880CWE-200· Exposure of Sensitive Information…

CVE-2026-42880 is a missing authorization and secret-masking flaw in Argo CD’s ServerSideDiff endpoint. In affected Argo CD versions 3.2.0 through before 3.2.11 and 3.3.0 through before 3.3.9, an authenticated attacker with read-only Argo CD application access can abuse the ServerSideDiff functionality to extract plaintext Kubernetes Secret data from etcd via the Kubernetes API server’s Server-Side Apply dry-run mechanism. The issue stems from insufficient authorization controls combined with a data-masking gap in the ServerSideDiff path, allowing secret values that should not be exposed to be returned in plaintext.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows disclosure of real Kubernetes Secret values, including potentially service account tokens, TLS certificates, database credentials, and API keys. This can lead to credential compromise, unauthorized access to applications or cluster resources, and follow-on compromise depending on the sensitivity and scope of the exposed secrets. The provided advisory metadata also indicates high confidentiality and integrity impact.

Mitigation

If you can’t patch tonight, do this now.

Until patching is completed, restrict access to the ServerSideDiff endpoint and limit Argo CD application get/read permissions to trusted users only. Avoid or disable use of the annotation argocd.argoproj.io/compare-options: IncludeMutationWebhook=true where possible, as the advisory states it can bypass defensive mutation-removal logic. More broadly, reduce exposure of Argo CD to untrusted authenticated users until fixed releases are deployed.

Remediation

Patch, then assume compromise.

Upgrade Argo CD to a fixed version. The vulnerability is patched in Argo CD 3.2.11 and 3.3.9. Organizations running affected 3.2.x or 3.3.x releases should update to at least those versions or later maintained releases that include the fix.
PUBLIC EXPLOITS

Exploits

1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.

VALID 1 / 1 TOTALView more in app
POC_CVE-2026-42880MaturityPoCFrameworknucleiVerified exploit

This repository is a full lab and detection project for CVE-2026-42880 in Argo CD, centered on a Nuclei template but also containing a working local reproduction environment and a bash-based PoC. Because it is part of the Nuclei ecosystem, the main exploit artifact is nuclei/CVE-2026-42880.yaml, which performs a 4-step HTTP workflow: fingerprint Argo CD via GET /api/version, authenticate with POST /api/v1/session, enumerate applications with GET /api/v1/applications, and inspect GET /api/v1/applications/{app}/managed-resources for a Secret whose data fields are owned by a non-ArgoCD field manager. The template is condition-based detection rather than direct exploitation, since the actual vulnerable path is the gRPC ServerSideDiff handler and Nuclei cannot directly invoke that flow. The repository also includes operational bash scripts that build two Kind clusters: a vulnerable Argo CD v3.2.0 environment and a patched v3.2.11 comparison environment. scripts/01-setup-vuln.sh creates the vulnerable cluster, starts a Gitea container, pushes manifests, installs Argo CD, creates a read-only viewer account, deploys an Application with the required compare-options annotation, and injects Secret data using --server-side --field-manager=external-controller to create the field-manager split required for exploitation. scripts/02-setup-patched.sh mirrors the same setup against a patched version. scripts/03-trigger-cve.sh then uses argocd app diff --server-side-diff with a viewer token to exercise the real gRPC-backed vulnerable behavior and parse diff output for unmasked base64 Secret values. scripts/99-teardown.sh removes the lab. Repository structure is organized into documentation (README, setup guide, vulnerability analysis, English/Korean reports), Kubernetes manifests (Application, Argo CD config/RBAC patches, NodePort services), Kind cluster configs, a Git manifest containing Secrets without data fields, the Nuclei template, and automation scripts. Overall purpose: provide a reproducible research lab for CVE-2026-42880, demonstrate that low-privilege users can disclose Kubernetes Secrets through Argo CD ServerSideDiff when prerequisites are met, and supply a practical Nuclei detection template for identifying likely vulnerable deployments.

HAERIN-LDisclosed May 25, 2026bashyamlnetworkweb
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
ArgoprojArgo-Cdapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity10

Community discussion across Reddit, Mastodon, and other social sources.