Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-47809

CVE-2021-47809: Disk Sorter Privilege Escalation Flaw

CVE-2021-47809 is an unquoted service path vulnerability in Disk Sorter Enterprise 13.6.12 that enables local privilege escalation. This article covers the technical details, affected versions, exploitation risks, and mitigation.

Published: January 23, 2026

CVE-2021-47809 Overview

CVE-2021-47809 is an unquoted service path vulnerability affecting Disk Sorter Enterprise 13.6.12. This Windows-based file management utility contains an improperly quoted service path in its Windows service configuration, allowing local attackers to potentially execute arbitrary code and escalate privileges on affected systems.

The vulnerability exists in the service executable path C:\Program Files\Disk Sorter Enterprise\bin\disksrs.exe. Because this path contains spaces and is not properly enclosed in quotation marks, Windows will attempt to locate and execute files in unintended locations, creating an opportunity for privilege escalation.

Critical Impact

Local attackers with write access to specific directories can place malicious executables that will be run with SYSTEM privileges when the Disk Sorter Enterprise service starts or restarts.

Affected Products

  • Disk Sorter Enterprise 13.6.12
  • Potentially other versions with the same unquoted service path configuration

Discovery Timeline

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

Technical Details for CVE-2021-47809

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). When a Windows service is configured with an executable path containing spaces that is not enclosed in quotation marks, the Windows Service Control Manager (SCM) parses the path in a predictable but exploitable manner.

For the path C:\Program Files\Disk Sorter Enterprise\bin\disksrs.exe, Windows will sequentially attempt to execute:

  1. C:\Program.exe
  2. C:\Program Files\Disk.exe
  3. C:\Program Files\Disk Sorter\Enterprise\bin\disksrs.exe

An attacker who can place a malicious executable at any of these intermediate locations can achieve code execution with the privileges of the service account—typically SYSTEM.

Root Cause

The root cause is improper service installation configuration where the ImagePath registry value under HKLM\SYSTEM\CurrentControlSet\Services\disksrs (or similar) does not have the executable path enclosed in double quotes. This is a common oversight in Windows application installers that fail to properly escape paths containing spaces.

Attack Vector

This vulnerability requires local access to the target system. An attacker must have sufficient privileges to write files to one of the directories in the truncated path sequence. The most commonly exploitable location is C:\Program.exe if the root drive allows user writes, or potentially C:\Program Files\Disk.exe in misconfigured environments.

The attack scenario typically involves:

  1. An attacker gains initial access to a system running Disk Sorter Enterprise with a low-privileged account
  2. The attacker identifies the unquoted service path through service enumeration
  3. The attacker places a malicious executable (e.g., Disk.exe) in C:\Program Files\
  4. When the service restarts (system reboot, manual restart, or crash recovery), Windows executes the malicious binary with SYSTEM privileges
  5. The attacker achieves privilege escalation to SYSTEM level

For detailed technical analysis and proof-of-concept information, refer to the Exploit-DB #50014 advisory.

Detection Methods for CVE-2021-47809

Indicators of Compromise

  • Unexpected executable files in C:\ root directory (e.g., Program.exe)
  • Unexpected executable files in C:\Program Files\ with names like Disk.exe
  • Unusual child processes spawned by the Disk Sorter Enterprise service
  • Registry modifications to the Disk Sorter Enterprise service ImagePath value

Detection Strategies

  • Enumerate all Windows services with unquoted paths using PowerShell: Get-WmiObject Win32_Service | Where-Object { $_.PathName -notlike '"*' -and $_.PathName -match '\s' } | Select-Object Name, PathName
  • Monitor file creation events in C:\ and C:\Program Files\ for executables matching partial path names
  • Implement file integrity monitoring on directories that could be exploited via unquoted service paths
  • Use endpoint detection tools to alert on service-related privilege escalation attempts

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) with command line auditing
  • Configure alerts for new executable files created in system root directories
  • Monitor service restart events (Event ID 7036) for the Disk Sorter Enterprise service
  • Implement application whitelisting to prevent unauthorized executables from running in sensitive directories

How to Mitigate CVE-2021-47809

Immediate Actions Required

  • Audit all installed services for unquoted paths using enumeration scripts
  • Manually correct the service ImagePath by adding quotation marks around the executable path
  • Restrict write permissions to C:\ and C:\Program Files\ directories to administrators only
  • Review and harden file system permissions on all drives where services may be installed

Patch Information

Organizations should contact the vendor or check the Disk Sorter product page for updated versions that address this vulnerability. Additionally, refer to the VulnCheck Advisory on Disk Sorter for the latest remediation guidance.

Workarounds

  • Manually fix the service path by modifying the registry to include quotes around the path
  • Implement strict file system ACLs to prevent non-administrators from writing to exploitable directories
  • Consider using application control solutions to prevent unauthorized executable execution
  • Uninstall the vulnerable software if it is not business-critical until a patched version is available
bash
# Registry fix to quote the service path (run as Administrator in PowerShell)
$serviceName = "disksrs"
$regPath = "HKLM:\SYSTEM\CurrentControlSet\Services\$serviceName"
$currentPath = (Get-ItemProperty -Path $regPath -Name ImagePath).ImagePath
$quotedPath = '"' + $currentPath + '"'
Set-ItemProperty -Path $regPath -Name ImagePath -Value $quotedPath
# Verify the change
Get-ItemProperty -Path $regPath -Name 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/TechDisk Sorter

  • 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
  • Disk Sorter Overview

  • Exploit-DB #50014

  • VulnCheck Advisory on Disk Sorter
  • Related CVEs
  • CVE-2020-37098: Disk Sorter Privilege Escalation Flaw
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