---
id: CVE-2026-23960
title: >-
  Argo Workflows is an open source container-native workflow engine for
  orchestrating parallel jobs on Kubernetes
summary: >-
  Argo Workflows is an open source container-native workflow engine for
  orchestrating parallel jobs on Kubernetes. Prior to versions 3.6.17 and 3.7.8,
  stored XSS in the artifact directory listing allows any workflow author to
  execute arbit…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-79
  - CWE-79
vendor: argoproj
product: argo_workflows
affected:
  - argo_workflows < 3.6.17
  - 'argo_workflows >= 3.7.0, < 3.7.8'
patched:
  - argo_workflows 3.7.8
published: '2026-01-21'
updated: '2026-06-30'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-23960'
references:
  - url: >-
      https://github.com/argoproj/argo-workflows/blob/9872c296d29dcc5e9c78493054961ede9fc30797/server/artifacts/artifact_server.go#L194-L244
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-workflows/commit/159a5c56285ecd4d3bb0a67aeef4507779a44e17
    label: security-advisories@github.com
  - url: 'https://github.com/argoproj/argo-workflows/releases/tag/v3.6.17'
    label: security-advisories@github.com
  - url: 'https://github.com/argoproj/argo-workflows/releases/tag/v3.7.8'
    label: security-advisories@github.com
  - url: >-
      https://github.com/argoproj/argo-workflows/security/advisories/GHSA-cv78-6m8q-ph82
    label: security-advisories@github.com
  - url: 'https://access.redhat.com/security/cve/CVE-2026-23960'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2431881'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23960.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
tags:
  - nvd
epss: 0.00405
epssPercentile: 0.34549
ingestedAt: '2026-06-30T13:26:50.536Z'
---

## Overview

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to versions 3.6.17 and 3.7.8, stored XSS in the artifact directory listing allows any workflow author to execute arbitrary JavaScript in another user’s browser under the Argo Server origin, enabling API actions with the victim’s privileges. Versions 3.6.17 and 3.7.8 fix the issue.

## Affected

- `argo_workflows < 3.6.17`
- `argo_workflows >= 3.7.0, < 3.7.8`

## Remediation

Upgrade past the affected range:

- `argo_workflows 3.7.8`
