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

CVE-2026-42183: Argoproj Argo Workflows DOS Vulnerability

CVE-2026-42183 is a denial of service flaw in Argoproj Argo Workflows that causes server panics for SSO users under specific RBAC configurations. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42183 Overview

CVE-2026-42183 is a nil pointer dereference vulnerability [CWE-476] in Argo Workflows, an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. The flaw resides in the rbacAuthorization() function within server/auth/gatekeeper.go and affects versions 4.0.0 through 4.0.4. When SSO_DELEGATE_RBAC_TO_NAMESPACE=true, an authenticated SSO user whose claims match a namespace-level RBAC rule but not an SSO-namespace rule triggers a server panic. The panic results in a denial of service condition for the Argo Workflows server. The issue is patched in version 4.0.5.

Critical Impact

Authenticated SSO users with specific claim configurations can crash the Argo Workflows server, causing denial of service for workflow orchestration on Kubernetes clusters.

Affected Products

  • Argoproj Argo Workflows version 4.0.0
  • Argoproj Argo Workflows versions through 4.0.4
  • Argo Workflows deployments with SSO_DELEGATE_RBAC_TO_NAMESPACE=true

Discovery Timeline

  • 2026-05-09 - CVE-2026-42183 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-42183

Vulnerability Analysis

The vulnerability exists in the SSO RBAC delegation logic of the Argo Workflows server. When SSO delegation to namespace RBAC is enabled, the rbacAuthorization() function in server/auth/gatekeeper.go evaluates both a login-level service account and a namespace-level service account. The code compares precedence between the two accounts to select the delegated account. The comparison precedence(namespaceAccount) > precedence(loginAccount) dereferences loginAccount without verifying it is non-nil. When an SSO user's claims match a namespace-level RBAC rule but no SSO-namespace rule produces a valid loginAccount, the dereference triggers a Go runtime panic. The panic terminates the request handler and disrupts server availability.

Root Cause

The root cause is a missing nil check on the loginAccount pointer before invoking precedence() on it. The fix adds an explicit loginAccount == nil short-circuit to the conditional, falling through to delegate to the namespace account when no login account exists.

Attack Vector

An authenticated SSO user sends a request to the Argo Workflows API server with claims that map to a namespace-level RBAC rule but lack a corresponding SSO-namespace rule. The request reaches rbacAuthorization(), which produces a nil loginAccount. The subsequent precedence comparison panics, crashing the request handler.

go
// Patch from server/auth/gatekeeper.go
		namespaceAccount, err := s.getServiceAccount(claims, getNamespace(req))
		if err != nil {
			logger.WithError(err).Info(ctx, "Error while SSO Delegation")
-		} else if precedence(namespaceAccount) > precedence(loginAccount) {
+		} else if loginAccount == nil || precedence(namespaceAccount) > precedence(loginAccount) {
			delegatedAccount = namespaceAccount
			ssoDelegated = true
		}

Source: GitHub Commit c4cc17d

Detection Methods for CVE-2026-42183

Indicators of Compromise

  • Argo Workflows server logs containing Go runtime panic stack traces referencing server/auth/gatekeeper.go and rbacAuthorization.
  • Repeated HTTP 5xx responses or dropped connections from the Argo Workflows API server following SSO authentication requests.
  • Kubernetes pod restarts or crash loops on the argo-server deployment correlated with SSO login activity.

Detection Strategies

  • Monitor Argo Workflows server logs for panic messages and runtime error: invalid memory address or nil pointer dereference entries.
  • Audit SSO claim-to-RBAC mappings to identify users whose claims match namespace rules without corresponding SSO-namespace rules.
  • Track Argo Workflows server pod restart counts and readiness probe failures in Kubernetes monitoring.

Monitoring Recommendations

  • Alert on Argo Workflows server availability drops and pod restart spikes in Prometheus or equivalent telemetry.
  • Correlate SSO authentication events with subsequent server crashes to identify trigger patterns.
  • Review the SSO_DELEGATE_RBAC_TO_NAMESPACE configuration setting across all Argo Workflows deployments.

How to Mitigate CVE-2026-42183

Immediate Actions Required

  • Upgrade Argo Workflows to version 4.0.5 or later, which contains the nil pointer fix.
  • Inventory all Argo Workflows installations and verify the SSO_DELEGATE_RBAC_TO_NAMESPACE setting.
  • Review SSO RBAC rule definitions to ensure SSO-namespace rules exist for all claim sets matching namespace-level rules.

Patch Information

The vulnerability is patched in Argo Workflows version 4.0.5. The fix adds a nil check on loginAccount before invoking the precedence() comparison. See the GitHub Security Advisory GHSA-p4gq-3vxj-f4jq and the GitHub Release v4.0.5 for full details.

Workarounds

  • Disable SSO RBAC namespace delegation by setting SSO_DELEGATE_RBAC_TO_NAMESPACE=false until patching is complete.
  • Restrict SSO access to users whose claims map to both SSO-namespace and namespace-level RBAC rules.
  • Place the Argo Workflows API server behind a reverse proxy that can rate-limit authenticated requests to reduce DoS impact.
bash
# Upgrade Argo Workflows using Helm to the patched release
helm repo update
helm upgrade argo-workflows argo/argo-workflows \
  --namespace argo \
  --version 4.0.5

# Temporary workaround: disable SSO RBAC namespace delegation
kubectl set env deployment/argo-server \
  -n argo \
  SSO_DELEGATE_RBAC_TO_NAMESPACE=false

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

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Release v4.0.5
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-p4gq-3vxj-f4jq
  • Related CVEs
  • CVE-2026-42294: Argo Workflows DoS Vulnerability

  • CVE-2026-40886: Argo Workflows DoS Vulnerability

  • CVE-2026-42295: Argo Workflows Credential Disclosure Flaw

  • CVE-2026-42296: Argo Workflows Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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