The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-23960

CVE-2026-23960: Argo Workflows Stored XSS Vulnerability

CVE-2026-23960 is a stored XSS flaw in Argo Workflows affecting the artifact directory listing. Attackers can execute JavaScript in victim browsers to perform API actions. This article covers technical details, versions, and fixes.

Published: January 23, 2026

CVE-2026-23960 Overview

CVE-2026-23960 is a stored Cross-Site Scripting (XSS) vulnerability in Argo Workflows, an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. The vulnerability exists in the artifact directory listing functionality and 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.

Critical Impact

Attackers with workflow authorship privileges can inject malicious JavaScript that executes in the context of other users' sessions, potentially leading to account takeover, data theft, or unauthorized API operations within Kubernetes environments.

Affected Products

  • Argo Workflows versions prior to 3.6.17
  • Argo Workflows versions prior to 3.7.8
  • Kubernetes environments running vulnerable Argo Workflows instances

Discovery Timeline

  • 2026-01-21 - CVE CVE-2026-23960 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-23960

Vulnerability Analysis

This stored XSS vulnerability resides in the artifact server component of Argo Workflows, specifically in the artifact_server.go file. The flaw stems from improper sanitization of user-controlled input when rendering directory listings for workflow artifacts.

When a workflow author creates artifacts with malicious content or filenames, the artifact directory listing feature fails to properly encode this content before rendering it in HTML. This allows JavaScript code to be stored and later executed when another user browses the artifact directory through the Argo Server web interface.

The attack operates under the Argo Server's origin, meaning the malicious script has full access to the victim's session and can perform any API action the victim is authorized to execute. In Kubernetes environments, this could include modifying workflows, accessing secrets, or performing other privileged operations.

Root Cause

The root cause is a lack of proper HTML encoding and template escaping in the artifact directory listing functionality. The vulnerable code in artifact_server.go (lines 194-244) directly outputs user-controlled data without sanitization, creating an XSS injection point. The fix introduces proper HTML template handling using Go's html/template package, which provides automatic context-aware escaping.

Attack Vector

The attack is network-based and requires the attacker to have workflow authorship privileges within the Argo Workflows system. The exploitation flow is as follows:

  1. An attacker with workflow creation privileges crafts a workflow containing artifacts with malicious JavaScript payloads
  2. The malicious payload is stored within the artifact metadata or directory structure
  3. When a victim user (such as an administrator) browses the artifact directory listing, the unsanitized content is rendered in their browser
  4. The injected JavaScript executes with the victim's session context, allowing the attacker to perform API actions as the victim
go
 package artifacts
 
 import (
+	"bytes"
 	"context"
 	"errors"
 	"fmt"
+	"html/template"
 	"io"
 	"mime"
 	"net/http"

Source: GitHub Security Patch

The fix adds the html/template import which provides automatic HTML escaping, replacing the vulnerable direct string output with properly escaped template rendering.

Detection Methods for CVE-2026-23960

Indicators of Compromise

  • Unusual or suspicious artifact names containing HTML tags or JavaScript code (e.g., <script>, onerror=, javascript:)
  • Unexpected API calls originating from user sessions after browsing artifact directories
  • Workflow artifacts with encoded or obfuscated JavaScript payloads in filenames or content
  • Browser console errors or anomalous script execution when viewing artifact listings

Detection Strategies

  • Monitor Argo Server access logs for requests to artifact directory endpoints with suspicious patterns
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Deploy web application firewalls (WAF) with XSS detection rules for the Argo Server endpoints
  • Audit workflow definitions for artifacts with potentially malicious names or metadata

Monitoring Recommendations

  • Enable detailed logging on the Argo Server to capture artifact access patterns and user activity
  • Configure alerting for unusual API activity following artifact directory browsing sessions
  • Implement session monitoring to detect privilege escalation or unauthorized actions after potential XSS exploitation
  • Regularly review workflow submissions for suspicious artifact configurations

How to Mitigate CVE-2026-23960

Immediate Actions Required

  • Upgrade Argo Workflows to version 3.6.17 or 3.7.8 immediately
  • Review existing workflows for any artifacts with suspicious names or content that could indicate exploitation
  • Implement network segmentation to limit access to the Argo Server interface to trusted users only
  • Enable Content Security Policy headers on the Argo Server if not already configured

Patch Information

Argo Workflows has released patched versions that address this vulnerability:

  • Version 3.6.17 for the 3.6.x release branch - GitHub Release v3.6.17
  • Version 3.7.8 for the 3.7.x release branch - GitHub Release v3.7.8

The fix implements proper HTML template escaping using Go's html/template package to ensure all user-controlled data is sanitized before rendering. For additional details, refer to the GitHub Security Advisory GHSA-cv78-6m8q-ph82.

Workarounds

  • Restrict workflow authorship privileges to trusted users only until patches can be applied
  • Implement a reverse proxy with XSS filtering in front of the Argo Server
  • Disable artifact browsing functionality if not required for operations
  • Deploy strict Content Security Policy headers to mitigate the impact of any successful XSS exploitation
bash
# Example: Update Argo Workflows using Helm
helm repo update
helm upgrade argo-workflows argo/argo-workflows --version 3.7.8 -n argo

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechArgo Workflows

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Artifact Server Code

  • GitHub Commit Notification

  • GitHub Release v3.6.17

  • GitHub Release v3.7.8

  • GitHub Security Advisory GHSA-cv78-6m8q-ph82
  • Related CVEs
  • CVE-2026-40886: Argo Workflows DoS Vulnerability

  • CVE-2026-28229: Argo Workflows Information Disclosure Flaw

  • CVE-2026-31892: Argo Workflows Auth Bypass Vulnerability

  • CVE-2025-66626: Argo Workflows RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English