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-36953

CVE-2020-36953: MiniTool ShadowMaker Privilege Escalation

CVE-2020-36953 is an unquoted service path vulnerability in MiniTool ShadowMaker 3.2 that enables local attackers to escalate privileges. This post covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2020-36953 Overview

MiniTool ShadowMaker 3.2 contains an unquoted service path vulnerability in the MTAgentService that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in C:\Program Files\MiniTool ShadowMaker\AgentService.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 limited privileges can exploit this unquoted service path to place malicious executables in the Windows path and achieve privilege escalation to SYSTEM level when the vulnerable service restarts.

Affected Products

  • MiniTool ShadowMaker version 3.2
  • MTAgentService component
  • Systems running vulnerable MiniTool ShadowMaker installations

Discovery Timeline

  • 2026-01-26 - CVE-2020-36953 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2020-36953

Vulnerability Analysis

The vulnerability exists due to an unquoted service path in the MTAgentService component of MiniTool ShadowMaker 3.2. When Windows services are configured with executable paths containing spaces but lacking proper quotation marks, the operating system interprets the path ambiguously. In this case, the service path C:\Program Files\MiniTool ShadowMaker\AgentService.exe is not enclosed in quotes.

Windows attempts to resolve unquoted paths by testing multiple interpretations sequentially. For this vulnerable path, Windows will attempt to execute in order: C:\Program.exe, then C:\Program Files\MiniTool.exe, then C:\Program Files\MiniTool ShadowMaker\AgentService.exe. An attacker who can write to C:\ or C:\Program Files\ can place a malicious executable named Program.exe or MiniTool.exe that will be executed with the service's privileges—typically SYSTEM.

Root Cause

The root cause of this vulnerability is improper service registration during MiniTool ShadowMaker installation. The installer failed to enclose the service executable path in quotation marks when registering the MTAgentService with the Windows Service Control Manager. This configuration oversight allows the path parsing ambiguity that enables exploitation.

Attack Vector

The attack requires local access to the target system. An attacker with write permissions to directories in the unquoted path hierarchy can plant a malicious executable. When the vulnerable service starts or restarts (such as during system boot or service recovery), Windows will execute the planted malicious binary with elevated SYSTEM privileges instead of the legitimate service executable.

The exploitation process involves:

  1. Identifying the unquoted service path in the Windows registry or via service enumeration tools
  2. Creating a malicious executable (e.g., reverse shell payload)
  3. Placing the executable at a valid interception point (e.g., C:\Program.exe or C:\Program Files\MiniTool.exe)
  4. Waiting for service restart or triggering a restart through other means
  5. Achieving code execution with SYSTEM privileges

For detailed technical analysis and proof-of-concept information, refer to the Exploit-DB entry #49336 and the VulnCheck Advisory.

Detection Methods for CVE-2020-36953

Indicators of Compromise

  • Presence of unexpected executables named Program.exe or MiniTool.exe in the C:\ or C:\Program Files\ directories
  • Unusual process execution chains originating from service startup contexts
  • New or modified files in path interception locations created by non-administrative users
  • Service crash events followed by unexpected process spawning

Detection Strategies

  • Run PowerShell or WMI queries to enumerate services with unquoted paths: wmic service get name,displayname,pathname,startmode | findstr /i /v "C:\Windows\\" | findstr /i /v """
  • Monitor file creation events in C:\ and C:\Program Files\ for executables not associated with legitimate software installations
  • Use endpoint detection tools to alert on service binary path modifications or suspicious service configurations
  • Implement application whitelisting to prevent unauthorized executables from running in privileged contexts

Monitoring Recommendations

  • Enable Windows Security Event logging for service configuration changes (Event ID 7045)
  • Monitor for process creation events where parent process is services.exe but child process hash is unrecognized
  • Configure file integrity monitoring on directories within common unquoted path interception points
  • Alert on privilege escalation patterns where low-privilege users create files subsequently executed by SYSTEM

How to Mitigate CVE-2020-36953

Immediate Actions Required

  • Audit the MTAgentService registry entry and manually add quotation marks around the executable path
  • Review all installed services for similar unquoted path vulnerabilities using enumeration scripts
  • Restrict write permissions on C:\ and C:\Program Files\ directories to administrative users only
  • Consider temporarily disabling the MTAgentService if not critical to operations until a proper fix is applied

Patch Information

Organizations should check with MiniTool for updated versions of ShadowMaker that properly quote the service path during installation. Visit the MiniTool official website for the latest software releases and security updates. If no patched version is available, apply the manual registry fix described below.

Workarounds

  • Manually fix the service path by modifying the registry key at HKLM\SYSTEM\CurrentControlSet\Services\MTAgentService to include quotes around the ImagePath value
  • Implement strict access control lists (ACLs) on directories that could be exploited for path interception
  • Use application control policies (Windows Defender Application Control or AppLocker) to prevent unauthorized binary execution
  • Monitor and alert on any file creation in root directories and common interception paths
bash
# Configuration example - PowerShell command to fix unquoted service path
# Run as Administrator to add quotes around the service path

$servicePath = 'HKLM:\SYSTEM\CurrentControlSet\Services\MTAgentService'
$currentPath = (Get-ItemProperty -Path $servicePath).ImagePath
$fixedPath = '"C:\Program Files\MiniTool ShadowMaker\AgentService.exe"'
Set-ItemProperty -Path $servicePath -Name ImagePath -Value $fixedPath
Write-Host "Service path updated from: $currentPath"
Write-Host "Service path updated to: $fixedPath"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMinitool Shadowmaker

  • 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
  • Exploit-DB #49336

  • MiniTool Home Page

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