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-2021-47806

CVE-2021-47806: Dup Scout Privilege Escalation Flaw

CVE-2021-47806 is an unquoted service path vulnerability in Dup Scout 13.5.28 that enables local attackers to execute arbitrary code and escalate privileges. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2021-47806 Overview

CVE-2021-47806 is an unquoted service path vulnerability affecting Dup Scout 13.5.28, a Windows-based duplicate file detection application. The vulnerability exists in the Windows service configuration where the service executable path C:\Program Files\Dup Scout Server\bin\dupscts.exe is not properly quoted. This misconfiguration allows local attackers with limited privileges to potentially execute arbitrary code and escalate their privileges on the affected system.

Unquoted service path vulnerabilities (CWE-428) occur when Windows services are configured with paths containing spaces that are not enclosed in quotation marks. Windows attempts to parse such paths by testing various combinations, creating opportunities for attackers to place malicious executables in strategic locations that Windows will execute instead of the intended service binary.

Critical Impact

Local attackers can exploit this vulnerability to achieve privilege escalation by placing malicious executables in paths that Windows will execute before the legitimate service binary, potentially gaining SYSTEM-level access.

Affected Products

  • Dup Scout 13.5.28
  • Dup Scout Server component with dupscts.exe service
  • Windows installations with vulnerable service configurations

Discovery Timeline

  • 2026-01-16 - CVE CVE-2021-47806 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2021-47806

Vulnerability Analysis

The vulnerability stems from improper service configuration in Dup Scout 13.5.28. When a Windows service is registered with an unquoted path containing spaces, such as C:\Program Files\Dup Scout Server\bin\dupscts.exe, the Windows Service Control Manager (SCM) attempts to locate the executable by parsing the path iteratively.

Windows interprets spaces as argument delimiters, causing it to attempt execution in the following order:

  1. C:\Program.exe
  2. C:\Program Files\Dup.exe
  3. C:\Program Files\Dup Scout.exe
  4. C:\Program Files\Dup Scout Server\bin\dupscts.exe

An attacker with write access to C:\ or C:\Program Files\ directories can place a malicious executable named Program.exe or Dup.exe that will be executed with the privileges of the service (often SYSTEM) before the legitimate service binary is found.

Root Cause

The root cause of CVE-2021-47806 is the failure to properly quote the service executable path during the installation and registration of the Dup Scout Server service. When registering Windows services, paths containing spaces must be enclosed in double quotation marks to prevent Windows from misinterpreting the path structure.

The service should be registered as:
"C:\Program Files\Dup Scout Server\bin\dupscts.exe"

Instead, it was registered as:
C:\Program Files\Dup Scout Server\bin\dupscts.exe

This configuration oversight creates a local privilege escalation vector that persists across system reboots and service restarts.

Attack Vector

This is a local attack vector requiring the attacker to have local access to the vulnerable Windows system. The attack requires write permissions to one of the directories that Windows will attempt to access during path resolution. While standard users typically cannot write to C:\Program Files\, misconfigurations, additional vulnerabilities, or access to C:\ directly could enable exploitation.

The attack is executed by:

  1. Identifying the unquoted service path using tools like wmic service get name,displayname,pathname,startmode or PowerShell queries
  2. Placing a malicious executable (e.g., Dup.exe) in C:\Program Files\
  3. Waiting for the service to restart or forcing a restart if possible
  4. The malicious code executes with the service's privileges (typically SYSTEM)

For detailed technical information and proof-of-concept references, see the Exploit-DB #50025 advisory and the VulnCheck Advisory on DupScout.

Detection Methods for CVE-2021-47806

Indicators of Compromise

  • Unexpected executables named Program.exe, Dup.exe, or Dup Scout.exe in C:\ or C:\Program Files\ directories
  • New or modified executable files in system root or Program Files with timestamps coinciding with suspicious activity
  • Unusual service behavior or unexpected processes spawning from service accounts
  • Windows Event Log entries showing service startup failures followed by successful starts

Detection Strategies

  • Deploy endpoint detection rules to monitor for executable creation in C:\ and C:\Program Files\ root directories with names matching common unquoted path exploitation patterns
  • Use PowerShell or WMIC queries to audit all services for unquoted paths: Get-WmiObject -Class Win32_Service | Where-Object { $_.PathName -notmatch '^"' -and $_.PathName -match ' ' }
  • Implement file integrity monitoring on directories commonly targeted by unquoted service path attacks
  • Configure SentinelOne to detect privilege escalation attempts through service manipulation

Monitoring Recommendations

  • Enable Windows Security Event Log auditing for process creation (Event ID 4688) with command line logging to track service-related process spawns
  • Monitor for new file creation events in C:\, C:\Program, and C:\Program Files\ directories with executable extensions
  • Set up alerts for service configuration changes using Windows Event ID 7040 and 7045

How to Mitigate CVE-2021-47806

Immediate Actions Required

  • Query all Windows services to identify unquoted paths using wmic service get name,displayname,pathname,startmode | findstr /i /v """ and remediate findings
  • Restrict write permissions on C:\ and C:\Program Files\ directories to administrators only, verifying no misconfigurations exist
  • Consider uninstalling Dup Scout 13.5.28 until a patched version is available or apply manual registry fixes
  • Implement application whitelisting to prevent execution of unauthorized executables in system directories

Patch Information

Check the DupScout Security Overview for updated versions that address this vulnerability. Users should upgrade to the latest available version of Dup Scout that includes a properly quoted service path configuration. Until a vendor patch is available, manual remediation of the service path in the Windows registry is recommended.

Workarounds

  • Manually fix the service path by modifying the Windows registry key HKLM\SYSTEM\CurrentControlSet\Services\dupscts to include quotation marks around the ImagePath value
  • Use Group Policy or security tools to enforce strict permissions on directories vulnerable to unquoted path exploitation
  • Implement SentinelOne Singularity to detect and block privilege escalation attempts through malicious executable placement
bash
# Configuration example - Fix unquoted service path via registry
reg add "HKLM\SYSTEM\CurrentControlSet\Services\dupscts" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Dup Scout Server\bin\dupscts.exe\"" /f

# Verify the fix was applied correctly
reg query "HKLM\SYSTEM\CurrentControlSet\Services\dupscts" /v ImagePath

# PowerShell alternative to identify and verify service paths
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\dupscts" | Select-Object ImagePath

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDup Scout

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-428
  • Technical References
  • DupScout Security Overview

  • Exploit-DB #50025

  • VulnCheck Advisory on DupScout
  • 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