Argo WorkflowsApplication · Argoproj

CVE-2022-29164

HIGH · 7.1 CVSS v3.1 Published 2022-05-06
Fix available
A fix is available. Upgrade to 3.2.11 / 3.3.5 or later.
See remediation →
75/100
Remediation priority · High
Remotely reachable Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. In affected versions an attacker can create a workflow which produces a HTML artifact containing an HTML file that contains a script which uses XHR calls to interact with the Argo Server API. The attacker emails the deep-link to the artifact to their victim. The victim opens the link, the script starts running. As the script has access to the Argo Server API (as the victim), so may read information about the victim’s workflows, or create and delete workflows. Note the attacker must be an insider: they must have access to the same cluster as the victim and must already be able to run their own workflows. The attacker must have an understanding of the victim’s system. We have seen no evidence of this in the wild. We urge all users to upgrade to the fixed versions.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis
How this class of weakness works · CWE-269

Privileges are granted, or fail to be dropped, incorrectly, so an action runs with more power than it should. An attacker who reaches that path inherits the excess privilege. The fix is least-privilege throughout, with explicit, checked transitions whenever privilege changes.

General guidance for the improper privilege management class — the official description and references above are authoritative for this specific CVE. Want a bespoke review and a reviewed fix? Ask our team →

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Argo WorkflowsApplication
Affected:>= 2.6.0, < 3.2.11>= 3.3.0, < 3.3.5

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
Low
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.2.11 / 3.3.5 or later
Fixed in 3.2.113.3.5
Vendor patch github.com →
Recommended fix High confidence

Upgrade to Argo Workflows v3.2.11 (if on 2.x or 3.2.x) or v3.3.5 (if on 3.3.x)

  1. 1. Identify current Argo Workflows version: kubectl get deployment -n argo workflows-version or check your helm chart values
  2. 2. Determine which upgrade path applies: if currently on 3.2.x upgrade to 3.2.11; if on 3.3.x upgrade to 3.3.5; if on 2.6.0+ upgrade to 3.2.11 (ensure migration compatibility)
  3. 3. For Helm-based deployments: helm repo update && helm upgrade argo-workflows argo/argo-workflows --version <fixed-version> -n argo
  4. 4. For kubectl-based deployments: Apply the new manifest for your version from https://github.com/argoproj/argo-workflows/releases/tag/v<fixed-version>
  5. 5. Verify the upgrade: kubectl get pods -n argo and ensure all pods are Running
  6. 6. Validate the fix: Create a test workflow with an HTML artifact containing script tags and verify it is either sanitized or blocked based on the patch
Caveat Review release notes for 3.2.11 and 3.3.5 for any breaking changes; major version upgrades (2.x to 3.x) may require migration steps

Generated from the published advisory — verify against the referenced sources before acting.

We can perform the upgrade in your staging environment and verify nothing breaks — typical engagement from $1,950. Get the upgrade done

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-29164 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-29164 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data