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-2020-13884

CVE-2020-13884: Citrix Workspace App Privilege Escalation

CVE-2020-13884 is a privilege escalation vulnerability in Citrix Workspace App for Windows that exploits insecure permissions during uninstallation. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-13884 Overview

CVE-2020-13884 is a local privilege escalation vulnerability affecting Citrix Workspace App for Windows. The vulnerability stems from a combination of Insecure Permissions (CWE-276) and an Unquoted Path vulnerability, which allows local users to gain elevated privileges during the uninstallation process of the application.

Critical Impact

Local attackers with limited privileges can exploit insecure permissions and unquoted service paths to escalate privileges to SYSTEM level during the Citrix Workspace App uninstallation process.

Affected Products

  • Citrix Workspace App for Windows versions prior to 1912
  • Windows installations with default Citrix Workspace App configurations
  • Enterprise environments using centralized Citrix deployments

Discovery Timeline

  • 2020-06-08 - CVE-2020-13884 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13884

Vulnerability Analysis

This vulnerability combines two distinct weaknesses that together enable local privilege escalation. The first issue involves insecure file system permissions that allow unprivileged users to write to directories used by the application during its uninstallation routine. The second issue is an unquoted service path vulnerability, where the installer or uninstaller references executable paths containing spaces without proper quotation marks.

When Windows parses an unquoted path containing spaces (e.g., C:\Program Files\Citrix\...), it attempts to execute files at each space-delimited segment. An attacker can plant a malicious executable (such as C:\Program.exe or C:\Program Files\Citrix.exe) that will be executed with elevated privileges when the uninstallation process runs.

Root Cause

The root cause is twofold: First, the application sets improper Access Control Lists (ACLs) on directories or files involved in the uninstallation process, violating the principle of least privilege. Second, the uninstaller service or scheduled task references paths without enclosing them in quotation marks, allowing path traversal exploitation. This is classified under CWE-276 (Incorrect Default Permissions).

Attack Vector

This is a local attack vector requiring the attacker to have authenticated access to the target Windows system. The exploitation occurs during the uninstallation phase of Citrix Workspace App, where the attacker can:

  1. Identify the insecurely permissioned directories in the Citrix installation path
  2. Place a malicious executable at a location that matches the unquoted path parsing behavior
  3. Wait for or trigger the uninstallation process
  4. The malicious binary executes with elevated (typically SYSTEM) privileges

Technical details and proof-of-concept information are available in the GitHub PoC Repository.

Detection Methods for CVE-2020-13884

Indicators of Compromise

  • Unexpected executable files appearing in root directories such as C:\Program.exe or within the C:\Program Files\ hierarchy with non-standard names
  • New processes spawning from unusual locations during Citrix Workspace App uninstallation
  • Anomalous privilege escalation events correlating with Citrix uninstallation activities
  • File creation events in directories along the Citrix installation path by non-administrative users

Detection Strategies

  • Monitor for file creation events in C:\, C:\Program Files\, and Citrix installation directories by low-privileged users
  • Configure endpoint detection to alert on process execution from unexpected paths during software uninstallation
  • Audit service configurations for unquoted paths using tools like PowerShell or specialized scanning utilities
  • Review Windows Security Event logs for privilege escalation indicators (Event IDs 4672, 4688)

Monitoring Recommendations

  • Enable command-line auditing and process creation logging (Event ID 4688) with command-line arguments
  • Deploy file integrity monitoring on critical system directories and the Citrix installation path
  • Configure alerts for process execution anomalies during maintenance windows or uninstallation activities
  • Regularly audit installed software for unquoted service path vulnerabilities using automated scanning

How to Mitigate CVE-2020-13884

Immediate Actions Required

  • Upgrade Citrix Workspace App to version 1912 or later immediately
  • Audit existing Citrix installations for insecure ACLs and remediate permissions
  • Scan for suspicious executables in root and Program Files directories that could be exploited
  • Restrict write access to directories in the PATH environment variable and common installation locations

Patch Information

Citrix has addressed this vulnerability in Citrix Workspace App version 1912 and later releases. Organizations should upgrade to the latest available version to receive comprehensive security fixes. Detailed remediation guidance is available in the Citrix Support Article.

Workarounds

  • Manually quote all service paths in the Windows registry for Citrix-related services using regedit or PowerShell
  • Restrict write permissions on the root drive and Program Files directories to administrators only
  • Remove any unauthorized executable files found in exploitable path locations
  • Consider temporarily restricting local user access to affected systems until patching is complete
bash
# PowerShell command to identify unquoted service paths on Windows systems
Get-WmiObject Win32_Service | Where-Object {$_.PathName -notlike '"*' -and $_.PathName -like '* *'} | Select-Object Name, PathName

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCitrix Workspace App

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-276
  • Technical References
  • GitHub PoC Repository

  • Citrix Support Article
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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