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
    • 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-2025-55190

CVE-2025-55190: Argo CD Information Disclosure Flaw

CVE-2025-55190 is an information disclosure vulnerability in Argoproj Argo CD that exposes sensitive repository credentials through API tokens. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-55190 Overview

Argo CD, the popular declarative GitOps continuous delivery tool for Kubernetes, contains a critical information disclosure vulnerability that allows API tokens with project-level permissions to retrieve sensitive repository credentials through the project details API endpoint. This Sensitive Data Exposure flaw enables unauthorized access to usernames and passwords even when tokens only possess standard application management permissions without explicit secrets access.

The vulnerability extends beyond project-level permissions, affecting any token with project get permissions including global permissions such as p, role/user, projects, get, *, allow. This represents a significant breach of the principle of least privilege in Argo CD's authorization model.

Critical Impact

Attackers with limited project-level API tokens can extract repository credentials (usernames and passwords) through the GetDetailedProject API endpoint, potentially compromising source code repositories and enabling supply chain attacks.

Affected Products

  • Argo CD versions 2.13.0 through 2.13.8
  • Argo CD versions 2.14.0 through 2.14.15
  • Argo CD versions 3.0.0 through 3.0.12
  • Argo CD versions 3.1.0-rc1 through 3.1.1

Discovery Timeline

  • 2025-09-04 - CVE-2025-55190 published to NVD
  • 2025-09-19 - Last updated in NVD database

Technical Details for CVE-2025-55190

Vulnerability Analysis

This vulnerability (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor) stems from insufficient access control checks in Argo CD's project details API endpoint. The GetDetailedProject function inadvertently returns repository configuration objects containing sensitive credential fields to API callers who should not have access to this information.

The core issue is that the repository object structure includes authentication credentials (username, password) that are transmitted in API responses without proper sanitization. When a user or service account queries project details, the response includes repository connection information with embedded secrets, regardless of whether the caller has explicit permissions to view secrets.

Root Cause

The root cause lies in the improper handling of repository and cluster configuration objects in the Argo CD API layer. The Repository struct's transformation function in repository_types.go was returning the Username field in responses, and cluster objects lacked a proper sanitization method to strip sensitive configuration data before transmission.

The fix introduces a Sanitized() method for cluster objects and removes the Username field from repository response objects, ensuring that sensitive credentials are not exposed through the API regardless of the caller's permission level.

Attack Vector

This vulnerability is exploitable over the network with low attack complexity. An attacker requires only low-privilege access—specifically, any API token with project get permissions. The attack does not require user interaction and can result in cross-scope impact, potentially allowing attackers to access credentials for repositories and clusters across the Argo CD installation.

An attacker would:

  1. Obtain or compromise an API token with basic project read permissions
  2. Query the project details API endpoint
  3. Extract repository credentials (usernames, passwords) from the API response
  4. Use these credentials to access source code repositories directly
go
// Before fix - Username was exposed in API responses
// pkg/apis/application/v1alpha1/repository_types.go
 		Repo:                       repo.Repo,
 		Type:                       repo.Type,
 		Name:                       repo.Name,
-		Username:                   repo.Username,
 		Insecure:                   repo.IsInsecure(),
 		EnableLFS:                  repo.EnableLFS,
 		EnableOCI:                  repo.EnableOCI,

Source: GitHub Commit e8f86101f5378662ae6151ce5c3a76e9141900e8

go
// After fix - Sanitized() method added to strip sensitive data
// pkg/apis/application/v1alpha1/types.go
func (c *Cluster) Sanitized() *Cluster {
	return &Cluster{
		ID:                 c.ID,
		Server:             c.Server,
		Name:               c.Name,
		Project:            c.Project,
		Namespaces:         c.Namespaces,
		Shard:              c.Shard,
		Labels:             c.Labels,
		Annotations:        c.Annotations,
		ClusterResources:   c.ClusterResources,
		ConnectionState:    c.ConnectionState,
		ServerVersion:      c.ServerVersion,
		Info:               c.Info,
		RefreshRequestedAt: c.RefreshRequestedAt,
		Config: ClusterConfig{
			AWSAuthConfig:      c.Config.AWSAuthConfig,
			ProxyUrl:           c.Config.ProxyUrl,
			DisableCompression: c.Config.DisableCompression,
			TLSClientConfig: TLSClientConfig{
				Insecure: c.Config.Insecure,
			},
		},
	}
}

Source: GitHub Commit e8f86101f5378662ae6151ce5c3a76e9141900e8

Detection Methods for CVE-2025-55190

Indicators of Compromise

  • Unusual API calls to project details endpoints from service accounts with limited permissions
  • API audit logs showing repeated queries to /api/v1/projects/{name}/detailed endpoints
  • Evidence of repository credential usage from unexpected IP addresses or locations
  • Git repository access logs showing authentication from Argo CD user credentials outside of normal CD operations

Detection Strategies

  • Enable comprehensive API audit logging in Argo CD and monitor for project details API calls
  • Implement anomaly detection for API token usage patterns, particularly tokens querying multiple projects
  • Monitor Git repository access logs for credential usage anomalies that may indicate leaked credentials
  • Review Argo CD RBAC configurations to identify overly permissive project get permissions

Monitoring Recommendations

  • Configure alerts for API calls to project details endpoints from non-administrative tokens
  • Implement network monitoring between Argo CD components and external repositories for unusual patterns
  • Set up credential rotation monitoring to ensure repository secrets are rotated after patching
  • Deploy SentinelOne Singularity Cloud Security to monitor Kubernetes workloads for unauthorized API access

How to Mitigate CVE-2025-55190

Immediate Actions Required

  • Upgrade Argo CD immediately to a patched version: 2.13.9, 2.14.16, 3.0.14, or 3.1.2
  • Rotate all repository credentials (usernames and passwords) configured in Argo CD
  • Audit existing API tokens and revoke any unnecessary project-level permissions
  • Review RBAC policies to minimize tokens with global project get permissions

Patch Information

The Argo CD maintainers have released security patches in versions 2.13.9, 2.14.16, 3.0.14, and 3.1.2. The fix removes the Username field from repository API responses and introduces a Sanitized() method for cluster objects to ensure sensitive configuration data is stripped before API transmission. See the GitHub Security Advisory and commit e8f86101 for technical details.

Workarounds

  • Restrict network access to the Argo CD API server to trusted sources only
  • Implement additional authentication layers (e.g., mTLS, VPN) for Argo CD API access
  • Remove project get permissions from tokens that do not require them
  • Consider using Argo CD's SSO integration with more granular RBAC if direct patching is delayed
bash
# Verify your Argo CD version
argocd version --client

# Check for tokens with project get permissions
kubectl get secrets -n argocd -l argocd.argoproj.io/secret-type=repository -o yaml

# After patching, rotate repository credentials
argocd repo list
argocd repo rm <repo-url>
argocd repo add <repo-url> --username <new-user> --password <new-password>

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 Cd

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability7.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-200
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-786q-9hcg-v9ff
  • Related CVEs
  • CVE-2025-47933: Argo CD XSS Vulnerability

  • CVE-2024-31989: Argo CD Privilege Escalation Vulnerability

  • CVE-2024-37152: Argo CD Auth Bypass Vulnerability

  • CVE-2024-22424: Argoproj Argo CD CSRF Vulnerability
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