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

CVE-2020-37223: IObit Uninstaller Privilege Escalation

CVE-2020-37223 is an unquoted service path vulnerability in IObit Uninstaller 9.5.0.15 that enables local attackers to escalate privileges to SYSTEM level. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2020-37223 Overview

CVE-2020-37223 is an unquoted service path vulnerability in IObit Uninstaller 9.5.0.15. The flaw resides in the IObitUnSvr service, which registers its executable path without surrounding quotation marks. Local attackers with limited privileges can exploit this misconfiguration to escalate to SYSTEM by placing a malicious binary named IObit.exe in C:\Program Files (x86)\IObit. When the service restarts, Windows resolves the unquoted path and executes the attacker-controlled binary. The weakness is classified as [CWE-428] Unquoted Search Path or Element.

Critical Impact

Local low-privileged users can execute arbitrary code as SYSTEM, achieving full host compromise on machines running the affected IObit Uninstaller version.

Affected Products

  • IObit Uninstaller 9.5.0.15
  • IObitUnSvr Windows service component
  • Default Windows installations at C:\Program Files (x86)\IObit

Discovery Timeline

  • 2026-05-13 - CVE-2020-37223 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2020-37223

Vulnerability Analysis

The vulnerability stems from Windows Service Control Manager (SCM) behavior when parsing service binary paths. When a service path contains spaces and is not enclosed in quotation marks, Windows attempts to execute each space-delimited token as a candidate executable. The IObitUnSvr service in IObit Uninstaller 9.5.0.15 registers its ImagePath without quotes, creating multiple candidate execution paths that an attacker can hijack.

The service runs in the LocalSystem security context. Successful exploitation grants the attacker complete control over the host, including the ability to install persistence mechanisms, dump credentials, and disable security controls. Because exploitation only requires write access to a single directory, this becomes a reliable post-compromise privilege escalation primitive.

Root Cause

The root cause is improper handling of file paths containing spaces during service registration [CWE-428]. The installer writes the service ImagePath registry value at HKLM\SYSTEM\CurrentControlSet\Services\IObitUnSvr without wrapping the value in quotes. Windows then evaluates the path tokens sequentially when starting the service.

Attack Vector

An authenticated local attacker with write access to C:\Program Files (x86)\IObit plants a malicious executable named IObit.exe in that directory. When the IObitUnSvr service starts, either on system reboot or via manual restart, the SCM resolves C:\Program Files (x86)\IObit.exe before the intended target executable. The malicious binary executes under the LocalSystem account, completing the privilege escalation chain. Refer to the VulnCheck Advisory for IObit and Exploit-DB #48543 for the published proof of concept.

Detection Methods for CVE-2020-37223

Indicators of Compromise

  • Presence of an unexpected IObit.exe binary at C:\Program Files (x86)\IObit.exe (outside the standard IObit subdirectory).
  • IObitUnSvr service registry ImagePath value missing surrounding quotation marks.
  • Child processes of services.exe running as SYSTEM and spawning from non-standard paths inside the IObit directory tree.

Detection Strategies

  • Enumerate Windows services and flag any whose ImagePath contains spaces but no quotation marks, focusing on third-party services running as LocalSystem.
  • Monitor file creation events in C:\Program Files (x86)\IObit for executables named IObit.exe written by non-installer processes.
  • Correlate service start events (Windows Event ID 7036) for IObitUnSvr with subsequent process creation events to identify hijacked execution paths.

Monitoring Recommendations

  • Enable Sysmon Event ID 1 (process creation) and Event ID 11 (file create) on endpoints running IObit products.
  • Audit registry modifications under HKLM\SYSTEM\CurrentControlSet\Services\IObitUnSvr to detect tampering or path changes.
  • Alert on any process started by services.exe where the parent path resolves outside the vendor-installed binary location.

How to Mitigate CVE-2020-37223

Immediate Actions Required

  • Upgrade IObit Uninstaller to a version later than 9.5.0.15 where the service path is correctly quoted.
  • Restrict write permissions on C:\Program Files (x86)\IObit so that only administrators can place files in the directory.
  • Audit all third-party services on managed hosts for unquoted service paths and remediate them as a class of weakness.

Patch Information

IObit released updated versions of IObit Uninstaller that correctly quote the service ImagePath. Refer to the IObit Advanced Uninstaller Page for the latest installer. Verify the registry value after upgrade to confirm the path is enclosed in quotation marks.

Workarounds

  • Manually edit the ImagePath value at HKLM\SYSTEM\CurrentControlSet\Services\IObitUnSvr to wrap the full path in double quotes, then restart the service.
  • Set the IObitUnSvr service start type to Disabled on hosts where the uninstaller is not actively used.
  • Apply NTFS access control lists that deny write access to C:\Program Files (x86)\IObit for non-administrative users.
bash
# Configuration example: remediate the unquoted ImagePath via PowerShell (run as Administrator)
$svc = 'IObitUnSvr'
$key = "HKLM:\SYSTEM\CurrentControlSet\Services\$svc"
$current = (Get-ItemProperty -Path $key -Name ImagePath).ImagePath
if ($current -notmatch '^"') {
    $fixed = '"' + $current.Trim() + '"'
    Set-ItemProperty -Path $key -Name ImagePath -Value $fixed
    Restart-Service -Name $svc
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIobit

  • 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 #48543

  • IObit Official Website

  • IObit Advanced Uninstaller Page

  • VulnCheck Advisory for IObit
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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