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

CVE-2020-37099: Disk Savvy Privilege Escalation Flaw

CVE-2020-37099 is an unquoted service path vulnerability in Disk Savvy Enterprise 12.3.18 that enables local privilege escalation. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37099 Overview

Disk Savvy Enterprise 12.3.18 contains an unquoted service path vulnerability in its service configuration that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in C:\Program Files\Disk Savvy Enterprise\bin\disksvs.exe to inject malicious executables and escalate privileges. This vulnerability is classified under CWE-428 (Unquoted Search Path or Element).

Critical Impact

Local attackers with standard user privileges can exploit this unquoted service path to achieve privilege escalation and execute arbitrary code with SYSTEM-level permissions.

Affected Products

  • Disk Savvy Enterprise version 12.3.18
  • Windows systems running the vulnerable Disk Savvy Enterprise service

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37099 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2020-37099

Vulnerability Analysis

The unquoted service path vulnerability in Disk Savvy Enterprise stems from improper handling of executable paths in Windows service configurations. When a service executable path contains spaces and is not enclosed in quotation marks, Windows interprets the path differently during service startup. The vulnerable path C:\Program Files\Disk Savvy Enterprise\bin\disksvs.exe contains multiple spaces, creating an exploitable condition.

During service initialization, Windows attempts to locate the executable by parsing the unquoted path from left to right, stopping at each space to check if a valid executable exists. This behavior allows attackers to place a malicious executable at strategic locations that Windows will evaluate before reaching the legitimate service binary.

Root Cause

The root cause is the failure to properly quote the service binary path during installation or configuration. When the ImagePath registry value for the Disk Savvy Enterprise service is set without surrounding quotation marks, Windows Service Control Manager (SCM) applies its path resolution algorithm, which creates an unintended search order vulnerability. This is a common installation oversight that has persisted across many Windows applications.

Attack Vector

The attack requires local access to the target system and write permissions to one of the directories in the service path. An attacker would:

  1. Identify the unquoted service path in the Windows registry
  2. Place a malicious executable named Program.exe in C:\ or Disk.exe in C:\Program Files\
  3. Wait for or trigger a service restart
  4. The malicious executable runs with SYSTEM privileges before the legitimate service binary

When the Disk Savvy Enterprise service starts, Windows evaluates the unquoted path sequentially. For the path C:\Program Files\Disk Savvy Enterprise\bin\disksvs.exe, Windows first checks for C:\Program.exe, then C:\Program Files\Disk.exe, and continues until it finds an executable or reaches the full path. If an attacker places a malicious binary at any of these intermediate locations with appropriate permissions, it will execute with the service's elevated privileges.

Detection Methods for CVE-2020-37099

Indicators of Compromise

  • Presence of suspicious executables named Program.exe in C:\ or Disk.exe in C:\Program Files\
  • Unexpected child processes spawning from the Disk Savvy Enterprise service
  • Anomalous registry modifications to the ImagePath value of the Disk Savvy service
  • Unusual file creation events in root directories or Program Files folders

Detection Strategies

  • Monitor service registry keys for unquoted paths using PowerShell commands such as Get-WmiObject win32_service | Where-Object { $_.PathName -notlike '"*' -and $_.PathName -like '* *' }
  • Implement file integrity monitoring on directories that could be exploited (e.g., C:\, C:\Program Files\)
  • Use endpoint detection tools to alert on new executable files in high-risk locations
  • Review Windows Event Logs for service start failures or unexpected service behavior (Event IDs 7034, 7035, 7036)

Monitoring Recommendations

  • Configure SentinelOne policies to detect and block unauthorized executables in system directories
  • Enable auditing for file creation events in the C:\ root and C:\Program Files\ directories
  • Set up alerts for modifications to Windows service configurations in the registry
  • Implement application allowlisting to prevent unauthorized binaries from executing

How to Mitigate CVE-2020-37099

Immediate Actions Required

  • Audit all installed services for unquoted paths and remediate as needed
  • Restrict write permissions on C:\ and C:\Program Files\ directories to administrators only
  • Update Disk Savvy Enterprise to a patched version if available from the vendor
  • Implement SentinelOne's behavioral detection capabilities to identify privilege escalation attempts

Patch Information

Review the Disk Savvy Product Information page for updated versions that address this vulnerability. Additional technical details are available in the Exploit-DB #48049 advisory and the VulnCheck Advisory for Disk Savvy.

Workarounds

  • Manually fix the service path by adding quotation marks to the registry ImagePath value
  • Remove write permissions for non-administrative users from directories in the service path
  • Implement application control policies to block execution of unauthorized binaries
  • Consider uninstalling Disk Savvy Enterprise until a patched version is available
bash
# Fix unquoted service path via registry
reg add "HKLM\SYSTEM\CurrentControlSet\Services\DiskSavvyService" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Disk Savvy Enterprise\bin\disksvs.exe\"" /f

# Verify the fix was applied
reg query "HKLM\SYSTEM\CurrentControlSet\Services\DiskSavvyService" /v 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 Savvy

  • 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 Savvy Product Information

  • Exploit-DB #48049

  • VulnCheck Advisory for Disk Savvy
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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