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

CVE-2026-42295: Argo Workflows Credential Disclosure Flaw

CVE-2026-42295 is an information disclosure vulnerability in Argoproj Argo Workflows where artifact repository credentials are logged in plaintext. This post covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42295 Overview

CVE-2026-42295 affects Argo Workflows, an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. The workflow executor logs all artifact repository credentials in plaintext during artifact operations. Exposed secrets include S3 access keys, secret keys, Google Cloud Storage (GCS) service account keys, Azure account keys, and Git passwords. Any user with read access to workflow pod logs can extract these credentials and pivot to external storage systems. The flaw is tracked under [CWE-522: Insufficiently Protected Credentials]. Versions 4.0.0 through 4.0.4 are affected, and the issue is patched in version 4.0.5.

Critical Impact

Users with pod log read access can harvest plaintext credentials for S3, GCS, Azure Blob, and Git repositories, enabling lateral movement to artifact backends.

Affected Products

  • Argo Workflows version 4.0.0 through 4.0.4
  • Kubernetes clusters running vulnerable Argo Workflows controllers
  • Workflow executor component handling artifact repository operations

Discovery Timeline

  • 2026-05-09 - CVE-2026-42295 published to the National Vulnerability Database (NVD)
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-42295

Vulnerability Analysis

The Argo Workflows executor is responsible for downloading and uploading artifacts to configured repositories during workflow step execution. In affected releases, the executor writes the full credential payload for each artifact operation to standard output. These log entries are captured by the Kubernetes container runtime and become accessible through standard pod log APIs. Anyone holding the pods/log RBAC permission in the target namespace can retrieve these logs and parse out the cleartext secrets.

The exposure is not limited to a single backend type. The executor handles S3, GCS, Azure Blob Storage, and Git artifact drivers within the same logging path. As a result, a single workflow execution can leak credentials for multiple cloud providers simultaneously. Attackers who gain access to these credentials can read or modify artifacts, escalate into the cloud accounts that own the storage buckets, or push malicious commits to Git repositories referenced by the workflow.

Root Cause

The root cause is improper handling of sensitive data in log statements within the workflow executor. Credential structures resolved from Kubernetes Secrets are passed to a logger that serializes the full object, including secret fields, rather than redacting them. This is a classic insufficiently protected credentials weakness [CWE-522] in which secret material crosses a trust boundary into a lower-privilege log sink.

Attack Vector

Exploitation requires authenticated access to the Kubernetes cluster with permission to read workflow pod logs. The attacker runs kubectl logs against a completed or running workflow pod and extracts credentials from the executor output. No network-level exploitation primitive is required beyond Kubernetes API access. Once credentials are obtained, the attacker uses them directly against the corresponding cloud provider APIs, bypassing Argo Workflows entirely.

No verified public proof-of-concept code is available. Refer to the GitHub Security Advisory GHSA-7vf8-2cr6-54mf for vendor details.

Detection Methods for CVE-2026-42295

Indicators of Compromise

  • Workflow pod logs containing strings matching access key patterns such as AKIA, accessKey, secretKey, accountKey, or serviceAccountKey
  • Unexpected kubectl logs or Kubernetes API pods/log requests from service accounts or users not normally involved in workflow operations
  • Cloud provider audit events showing artifact repository credentials being used from IP addresses outside the cluster egress range

Detection Strategies

  • Audit Kubernetes API server logs for get and list actions on pods/log resources in namespaces running Argo Workflows
  • Scan archived workflow pod logs for credential patterns using regular expressions for AWS, GCP, and Azure key formats
  • Correlate workflow execution timestamps with cloud provider IAM access events for the artifact repository service accounts

Monitoring Recommendations

  • Enable Kubernetes audit logging at the Metadata level or higher for the pods/log subresource
  • Forward workflow controller and executor logs to a centralized log platform with secret-detection rules
  • Alert on cloud provider credential usage originating from unexpected geographic regions or principals

How to Mitigate CVE-2026-42295

Immediate Actions Required

  • Upgrade Argo Workflows to version 4.0.5 or later across all clusters
  • Rotate every artifact repository credential referenced by workflows running on affected versions, including S3 keys, GCS service account keys, Azure account keys, and Git passwords
  • Restrict the pods/log RBAC verb to a minimal set of administrators and service accounts in namespaces hosting workflows
  • Purge historical workflow pod logs from log aggregation systems where leaked credentials may persist

Patch Information

The vulnerability is patched in Argo Workflows version 4.0.5. Release notes and binaries are available at the GitHub Release v4.0.5 page. Vendor guidance is documented in the GitHub Security Advisory GHSA-7vf8-2cr6-54mf.

Workarounds

  • Apply strict Kubernetes RBAC policies that deny get on pods/log for all non-administrative principals in Argo namespaces
  • Use short-lived credentials such as IAM Roles for Service Accounts (IRSA) on AWS or Workload Identity on GCP instead of static keys where supported
  • Configure log redaction in the cluster logging pipeline to strip known credential patterns before storage
bash
# Upgrade Argo Workflows to the patched release
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v4.0.5/install.yaml

# Verify the controller and executor image versions
kubectl get deploy -n argo workflow-controller -o jsonpath='{.spec.template.spec.containers[0].image}'

# Restrict pod log access in the argo namespace
kubectl create role argo-restricted --verb=get,list --resource=pods,workflows -n argo

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

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • GitHub Release v4.0.5
  • Vendor Resources
  • GitHub Security Advisory GHSA-7vf8-2cr6-54mf
  • Related CVEs
  • CVE-2026-28229: Argo Workflows Information Disclosure

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

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

  • CVE-2026-42183: Argoproj Argo Workflows DOS 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