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-28229

CVE-2026-28229: Argo Workflows Information Disclosure Flaw

CVE-2026-28229 is an information disclosure vulnerability in Argo Workflows that exposes sensitive template content to unauthorized clients. This article covers the technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-28229 Overview

Argo Workflows, an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes, contains a critical authorization bypass vulnerability in its workflow template endpoints. Prior to versions 4.0.2 and 3.7.11, the workflow templates endpoints fail to properly authenticate API requests, allowing any client to retrieve WorkflowTemplates and ClusterWorkflowTemplates. An attacker can exploit this flaw by submitting requests with a malformed Authorization: Bearer nothing token to leak sensitive template content, including embedded Secret manifests.

Critical Impact

Unauthorized access to workflow templates can expose sensitive Kubernetes secrets, credentials, and configuration data embedded within templates, potentially compromising the entire Kubernetes cluster environment.

Affected Products

  • Argo Workflows versions prior to 4.0.2
  • Argo Workflows versions prior to 3.7.11
  • Kubernetes clusters running vulnerable Argo Workflows deployments

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-28229 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-28229

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), indicating a fundamental flaw in the authentication and authorization logic of the Argo Workflows API. The workflow templates endpoints fail to properly validate authentication tokens, accepting arbitrary bearer tokens including the literal string "nothing" as valid authentication credentials.

The root cause lies in improper token validation within the API authentication middleware. When processing requests to WorkflowTemplate and ClusterWorkflowTemplate endpoints, the system does not adequately verify the validity of the provided bearer token before granting access to protected resources. This allows unauthenticated attackers to bypass security controls entirely.

The impact is severe because WorkflowTemplates and ClusterWorkflowTemplates often contain embedded Kubernetes Secret references or inline secret values used for authentication, API keys, database credentials, and other sensitive configuration data required for workflow execution.

Root Cause

The vulnerability stems from improper authorization checks in the Argo Workflows API authentication layer. The endpoints responsible for serving WorkflowTemplate and ClusterWorkflowTemplate resources accept any bearer token without proper validation, effectively treating all requests as authenticated regardless of the token's actual validity. This design flaw allows attackers to bypass authentication entirely by providing arbitrary token values.

Attack Vector

This vulnerability is exploitable over the network without requiring prior authentication or user interaction. An attacker with network access to the Argo Workflows API can craft HTTP requests with a forged Authorization header to retrieve sensitive workflow template content.

The attack proceeds as follows:

  1. Attacker identifies an exposed Argo Workflows API endpoint
  2. Attacker crafts an HTTP request to the workflow templates endpoint with an arbitrary bearer token (e.g., Authorization: Bearer nothing)
  3. The vulnerable API accepts the malformed token and returns WorkflowTemplate or ClusterWorkflowTemplate resources
  4. Attacker extracts embedded secrets, credentials, or sensitive configuration data from the returned templates

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-28229

Indicators of Compromise

  • Unusual API requests to /api/v1/workflow-templates or /api/v1/cluster-workflow-templates endpoints
  • Authentication logs showing repeated access with invalid or suspicious bearer tokens
  • Unexpected API activity from external IP addresses accessing workflow template resources
  • Bulk retrieval of WorkflowTemplate resources from a single source

Detection Strategies

  • Monitor Argo Workflows API access logs for requests with malformed or suspicious authorization headers
  • Implement network segmentation monitoring to detect unauthorized access attempts to the Argo Workflows API
  • Deploy SentinelOne Singularity Platform to detect anomalous Kubernetes API activity and unauthorized container access patterns
  • Review audit logs for unexpected WorkflowTemplate or ClusterWorkflowTemplate retrievals

Monitoring Recommendations

  • Enable detailed access logging for all Argo Workflows API endpoints
  • Configure alerting for any API access from non-whitelisted IP ranges or service accounts
  • Implement Kubernetes audit logging to track all resource access within the cluster
  • Monitor for credential exposure by scanning logs and templates for sensitive data patterns

How to Mitigate CVE-2026-28229

Immediate Actions Required

  • Upgrade Argo Workflows to version 4.0.2 or 3.7.11 immediately
  • Restrict network access to Argo Workflows API endpoints using Kubernetes NetworkPolicies or firewall rules
  • Audit all existing WorkflowTemplates and ClusterWorkflowTemplates for exposed secrets and rotate any compromised credentials
  • Review API access logs for signs of prior exploitation

Patch Information

Argo Workflows has released security patches addressing this vulnerability. Organizations should upgrade to version 4.0.2 (for the 4.x branch) or version 3.7.11 (for the 3.x branch). The patches implement proper authentication validation for workflow template endpoints, ensuring that only properly authenticated requests can access sensitive template resources.

Refer to the GitHub Security Advisory for official patch details and upgrade instructions.

Workarounds

  • Implement Kubernetes NetworkPolicies to restrict access to Argo Workflows pods from untrusted networks
  • Use an ingress controller or API gateway with proper authentication enforcement in front of Argo Workflows
  • Remove embedded secrets from WorkflowTemplates and use Kubernetes Secret references with proper RBAC controls instead
  • Deploy a service mesh with mTLS to enforce mutual authentication for all API communications
bash
# Example NetworkPolicy to restrict Argo Workflows API access
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-argo-workflows-api
  namespace: argo
spec:
  podSelector:
    matchLabels:
      app: argo-server
  policyTypes:
  - Ingress
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          trusted: "true"
    ports:
    - protocol: TCP
      port: 2746
EOF

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechArgo Workflows

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40886: Argo Workflows DoS Vulnerability

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

  • CVE-2026-23960: Argo Workflows Stored XSS 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