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

CVE-2020-36927: DiskPulse Privilege Escalation Flaw

CVE-2020-36927 is an unquoted service path vulnerability in DiskPulse Enterprise 13.6.14 that enables local attackers to escalate privileges and execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: January 23, 2026

CVE-2020-36927 Overview

CVE-2020-36927 is an unquoted service path vulnerability affecting DiskPulse Enterprise 13.6.14. This Windows service configuration flaw allows local attackers to potentially execute arbitrary code by exploiting the unquoted path in C:\Program Files\Disk Pulse Enterprise\bin\diskpls.exe. Attackers can inject malicious executables into locations along this path to achieve privilege escalation when the service is started.

Critical Impact

Local attackers can achieve privilege escalation and arbitrary code execution by placing malicious executables in the unquoted service path, potentially gaining SYSTEM-level access on affected Windows systems.

Affected Products

  • DiskPulse Enterprise 13.6.14
  • Windows systems running vulnerable DiskPulse Enterprise service configurations
  • Enterprise environments with improperly configured service paths

Discovery Timeline

  • 2026-01-16 - CVE CVE-2020-36927 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2020-36927

Vulnerability Analysis

This vulnerability stems from an unquoted service path configuration (CWE-428) in DiskPulse Enterprise's Windows service. When a Windows service executable path contains spaces and is not enclosed in quotation marks, the Windows Service Control Manager (SCM) parses the path ambiguously. This parsing behavior creates an opportunity for attackers to place malicious executables at intermediate path locations.

The vulnerable service path C:\Program Files\Disk Pulse Enterprise\bin\diskpls.exe contains multiple spaces. Without proper quoting, Windows attempts to locate and execute files at each space boundary before reaching the intended executable. An attacker with write access to C:\Program.exe or C:\Program Files\Disk.exe could hijack service execution.

Root Cause

The root cause is improper service registration during DiskPulse Enterprise installation. The installer fails to enclose the service executable path in double quotation marks, violating Windows service configuration best practices. This oversight allows the Windows SCM to misinterpret the intended executable path during service startup, restart, or system boot operations.

Attack Vector

The attack requires local access to the target system and write permissions to a directory along the unquoted path. The attack sequence involves:

  1. Identifying the vulnerable unquoted service path via wmic service get name,pathname or registry inspection
  2. Placing a malicious executable named Program.exe in C:\ or Disk.exe in C:\Program Files\
  3. Waiting for the service to restart (manually, via system reboot, or through service failure recovery)
  4. The malicious executable runs with the service's privileges, typically SYSTEM

Since no verified code examples are available for this vulnerability, technical details can be found in the Exploit-DB #50012 advisory and the VulnCheck DiskPulse Advisory.

Detection Methods for CVE-2020-36927

Indicators of Compromise

  • Presence of unexpected executables named Program.exe, Disk.exe, or similar in C:\ or C:\Program Files\ directories
  • Suspicious process execution originating from the DiskPulse Enterprise service
  • Unexpected child processes spawned by the Windows Service Control Manager
  • File creation events in root directories or intermediate path locations

Detection Strategies

  • Query all Windows services for unquoted paths using wmic service get name,pathname,startmode | findstr /i /v "\""
  • Monitor Windows Event Logs for service control events (Event IDs 7034, 7035, 7036) associated with DiskPulse
  • Deploy endpoint detection rules to alert on executable creation in C:\ root directory
  • Use PowerShell scripts to audit service configurations: Get-WmiObject win32_service | Where-Object {$_.PathName -notmatch '^".*"$' -and $_.PathName -match '\s'}

Monitoring Recommendations

  • Implement file integrity monitoring on system root and Program Files directories
  • Configure SentinelOne to detect suspicious executable placement in common unquoted path exploitation locations
  • Enable Windows audit policies for object access on sensitive directories
  • Monitor for privilege escalation attempts following service restarts

How to Mitigate CVE-2020-36927

Immediate Actions Required

  • Audit the DiskPulse Enterprise service configuration and manually add quotation marks to the service path in the Windows registry
  • Restrict write permissions on C:\ and C:\Program Files\ directories to administrators only
  • Monitor for unauthorized executables in path hijacking locations
  • Consider disabling the service until a patched version is installed

Patch Information

Organizations should check the DiskPulse Official Site for updated versions that address this vulnerability. Upgrading to a patched version that properly quotes the service path is the recommended remediation. Until a patch is available, apply the manual registry fix described below.

Workarounds

  • Manually edit the service path in the Windows registry to include quotation marks around the full executable path
  • Use the sc config command to reconfigure the service with a properly quoted path
  • Implement application whitelisting to prevent unauthorized executable execution
  • Apply principle of least privilege to restrict write access to system directories
bash
# Configuration example
# Fix unquoted service path via registry
reg add "HKLM\SYSTEM\CurrentControlSet\Services\DiskPulseEnterprise" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Disk Pulse Enterprise\bin\diskpls.exe\"" /f

# Alternatively, use sc.exe to reconfigure the service
sc config "DiskPulseEnterprise" binPath= "\"C:\Program Files\Disk Pulse Enterprise\bin\diskpls.exe\""

# Verify the fix
wmic service where "name='DiskPulseEnterprise'" get 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/TechDiskpulse

  • 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
  • DiskPulse Official Site

  • Exploit-DB #50012

  • VulnCheck DiskPulse Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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