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

CVE-2026-40886: Argo Workflows DoS Vulnerability

CVE-2026-40886 is a denial of service flaw in Argo Workflows caused by an unchecked array index that triggers controller crashes. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40886 Overview

A denial of service vulnerability exists in Argo Workflows, an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. An unchecked array index in the pod informer's podGCFromPod() function causes a controller-wide panic when a workflow pod carries a malformed workflows.argoproj.io/pod-gc-strategy annotation. Because the panic occurs inside an informer goroutine (outside the controller's recover() scope), it crashes the entire controller process. The poisoned pod persists across restarts, causing a crash loop that halts all workflow processing until the pod is manually deleted.

Critical Impact

This vulnerability enables an authenticated attacker to crash the Argo Workflows controller through a malformed annotation, creating a persistent denial of service condition that requires manual intervention to resolve.

Affected Products

  • Argo Workflows versions 3.6.5 through 4.0.4
  • Argo Workflows versions prior to 3.7.14 (in the 3.x branch)
  • Argo Workflows versions prior to 4.0.5 (in the 4.x branch)

Discovery Timeline

  • 2026-04-23 - CVE CVE-2026-40886 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-40886

Vulnerability Analysis

This vulnerability stems from improper validation of array bounds within the Argo Workflows controller. The podGCFromPod() function processes the workflows.argoproj.io/pod-gc-strategy annotation without proper validation of the input structure, leading to an uncontrolled array index access.

The critical aspect of this vulnerability is its persistence mechanism. When a malformed pod annotation triggers the panic, the problematic pod remains in the cluster. On controller restart, the pod informer immediately processes the same malicious pod, triggering another panic. This creates a crash loop that effectively takes down the entire Argo Workflows infrastructure until manual intervention removes the offending pod.

The CWE-129 (Improper Validation of Array Index) classification accurately reflects the root cause—the code fails to verify that array indices derived from user-controlled input are within valid bounds before accessing array elements.

Root Cause

The root cause is an unchecked array index access in the podGCFromPod() function within the pod informer component. When processing the workflows.argoproj.io/pod-gc-strategy annotation, the function parses the annotation value and uses it to index into an array without first validating that the index falls within the array's bounds. A malformed annotation value can specify an out-of-bounds index, triggering a Go runtime panic.

Compounding this issue is the architectural placement of the vulnerable code within an informer goroutine. Go's informer pattern operates outside the typical controller reconciliation loop, meaning the standard recover() mechanisms that protect controller logic do not apply to panics in this code path.

Attack Vector

An attacker with permissions to create or modify workflow pods in the Kubernetes cluster can exploit this vulnerability by applying a malformed workflows.argoproj.io/pod-gc-strategy annotation to a pod. The attack requires only low-level privileges (the ability to create pods with custom annotations) but can impact the entire Argo Workflows deployment serving multiple users and namespaces.

The exploitation mechanism involves creating a workflow pod with a specifically crafted annotation value that causes the array index bounds check to fail. Once this pod exists in the cluster, any controller restart will immediately crash again when the informer processes the malicious pod, creating a persistent denial of service condition.

Detection Methods for CVE-2026-40886

Indicators of Compromise

  • Repeated crash loops in the Argo Workflows controller pod with panic-related exit codes
  • Kubernetes events showing CrashLoopBackOff status for the argo-workflows-controller deployment
  • Controller logs containing Go panic stack traces referencing the podGCFromPod() function
  • Workflow pods with unusual or malformed workflows.argoproj.io/pod-gc-strategy annotation values

Detection Strategies

  • Monitor Argo Workflows controller logs for panic stack traces, particularly those mentioning podGCFromPod or array index operations
  • Implement Kubernetes admission controllers to validate annotation values on workflow pods before creation
  • Set up alerting on controller pod restart counts exceeding normal thresholds within short time windows
  • Audit workflow pod annotations for unexpected or malformed pod-gc-strategy values using kubectl queries

Monitoring Recommendations

  • Configure Prometheus alerts for Argo Workflows controller pod restart metrics exceeding baseline
  • Implement log aggregation with pattern matching for Go panic signatures in controller logs
  • Monitor Kubernetes events in the Argo Workflows namespace for deployment availability issues
  • Set up SentinelOne Singularity Cloud Security for Kubernetes workload protection and anomaly detection

How to Mitigate CVE-2026-40886

Immediate Actions Required

  • Upgrade Argo Workflows to version 4.0.5 or later (for 4.x deployments) or version 3.7.14 or later (for 3.x deployments)
  • Audit existing workflow pods for malformed workflows.argoproj.io/pod-gc-strategy annotations
  • If experiencing crash loops, identify and delete pods with malformed annotations before restarting the controller
  • Implement RBAC restrictions to limit which users can create pods with arbitrary annotations

Patch Information

The vulnerability is fixed in Argo Workflows versions 4.0.5 and 3.7.14. The patches add proper bounds checking to the podGCFromPod() function before accessing array elements based on annotation values. Organizations should upgrade to these patched versions as soon as possible. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Implement a Kubernetes ValidatingAdmissionWebhook to reject pods with malformed pod-gc-strategy annotations
  • Use OPA Gatekeeper or Kyverno policies to validate workflow pod annotations before admission
  • Restrict pod creation permissions to trusted service accounts only through Kubernetes RBAC
  • Monitor for and automatically delete pods with suspicious annotation patterns before controller restarts
bash
# Identify pods with pod-gc-strategy annotations for review
kubectl get pods -A -o json | jq -r '.items[] | select(.metadata.annotations["workflows.argoproj.io/pod-gc-strategy"] != null) | "\(.metadata.namespace)/\(.metadata.name): \(.metadata.annotations["workflows.argoproj.io/pod-gc-strategy"])"'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArgo Workflows

  • SeverityHIGH

  • CVSS Score7.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-129
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28229: Argo Workflows Information Disclosure Flaw

  • 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