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

CVE-2025-47933: Argo CD XSS Vulnerability

CVE-2025-47933 is a cross-site scripting flaw in Argoproj Argo CD that allows attackers to perform unauthorized actions via the API. This post covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-47933 Overview

CVE-2025-47933 is a Cross-Site Scripting (XSS) vulnerability affecting Argo CD, a popular declarative GitOps continuous delivery tool for Kubernetes. The vulnerability exists due to improper filtering of URL protocols in the repository page, allowing attackers with permission to edit repositories to inject malicious scripts and perform arbitrary actions on behalf of authenticated users via the API.

Critical Impact

Authenticated attackers with repository edit permissions can execute arbitrary JavaScript in the context of victim users' sessions, enabling session hijacking, data theft, and unauthorized actions within the Argo CD deployment pipeline.

Affected Products

  • Argo CD versions prior to 2.13.8
  • Argo CD versions prior to 2.14.13
  • Argo CD versions prior to 3.0.4

Discovery Timeline

  • 2025-05-29 - CVE-2025-47933 published to NVD
  • 2025-08-27 - Last updated in NVD database

Technical Details for CVE-2025-47933

Vulnerability Analysis

This vulnerability stems from insufficient input validation in the Argo CD web UI's repository configuration page. The application fails to properly filter and sanitize URL protocol schemes when processing repository URLs, creating an avenue for stored XSS attacks. An attacker who has been granted repository edit permissions can craft a malicious URL containing JavaScript payloads that execute when other users view the repository configuration.

The XSS vulnerability enables attackers to hijack user sessions, steal authentication tokens, modify Kubernetes deployment configurations, and perform any action the victim is authorized to execute within Argo CD. Given Argo CD's role in managing Kubernetes deployments, successful exploitation could lead to supply chain attacks affecting the entire application delivery pipeline.

Root Cause

The root cause is improper URL protocol validation in the repository page component. The application accepts and renders URL values without verifying they conform to safe protocol schemes (such as http://, https://, or git://). This allows attackers to inject dangerous protocols like javascript: that execute arbitrary code when the URL is rendered or clicked by a victim user.

Attack Vector

The attack requires network access and a low-privileged account with repository edit permissions. The attacker must craft a malicious repository URL containing an XSS payload and save it to the repository configuration. When another authenticated user views the repository page, the malicious script executes in their browser context, inheriting their session privileges and API access tokens.

typescript
// Security patch from ui/src/app/shared/components/urls.ts
 import {GitUrl} from 'git-url-parse';
 import {isSHA} from './revision';
+import {isValidURL} from '../../shared/utils';
 
 const GitUrlParse = require('git-url-parse');

Source: GitHub Commit a5b4041

The patch introduces proper URL validation by importing and utilizing the isValidURL function from shared utilities, ensuring that only legitimate URL schemes are accepted and rendered in the repository configuration UI.

Detection Methods for CVE-2025-47933

Indicators of Compromise

  • Repository configuration entries containing javascript:, data:, or vbscript: URL schemes
  • Unusual API activity patterns following repository page views
  • Unexpected modifications to application deployments or repository configurations
  • Browser console errors or unexpected script execution on repository pages

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor Argo CD audit logs for suspicious repository configuration changes, particularly URL field modifications
  • Deploy web application firewall (WAF) rules to detect XSS payloads in API requests to repository endpoints
  • Review repository configurations for URLs that do not match expected Git provider patterns

Monitoring Recommendations

  • Enable comprehensive audit logging in Argo CD to track all repository configuration modifications
  • Set up alerts for repository URL changes that contain non-standard protocol schemes
  • Monitor for anomalous user session behavior following repository page access
  • Implement browser-based security monitoring to detect client-side script injection attempts

How to Mitigate CVE-2025-47933

Immediate Actions Required

  • Upgrade Argo CD to version 2.13.8, 2.14.13, or 3.0.4 immediately
  • Review all existing repository configurations for potentially malicious URL values
  • Audit user accounts with repository edit permissions and apply principle of least privilege
  • Implement network segmentation to limit exposure of Argo CD web interface

Patch Information

Argoproj has released security patches in versions 2.13.8, 2.14.13, and 3.0.4 that address this vulnerability by implementing proper URL protocol validation. The fix adds URL sanitization to prevent dangerous protocol schemes from being stored or rendered in repository configurations. Refer to the GitHub Security Advisory GHSA-2hj5-g64g-fp6p for detailed upgrade instructions.

Workarounds

  • Restrict repository edit permissions to only trusted administrators until patches can be applied
  • Implement a reverse proxy or WAF in front of Argo CD to filter potentially malicious URL patterns
  • Enable strict Content Security Policy headers to mitigate XSS impact if exploitation occurs
  • Regularly audit repository configurations and remove any suspicious URL entries
bash
# Verify Argo CD version after upgrade
argocd version --client

# Check for suspicious repository URLs (run periodically)
argocd repo list -o json | jq '.[] | select(.repo | test("^(?!https?://|git://|ssh://)")) | .repo'

# Apply restrictive CSP headers via Argo CD ConfigMap
kubectl patch configmap argocd-cm -n argocd --type merge -p '{"data":{"server.x-frame-options":"DENY","server.content-security-policy":"default-src '\''self'\''; script-src '\''self'\''"}}'

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechArgo Cd

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Commit Reference

  • GitHub Security Advisory GHSA-2hj5
  • Related CVEs
  • CVE-2025-55190: Argo CD Information Disclosure Flaw

  • 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