A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-37232

CVE-2020-37232: Advanced System Care Privilege Escalation

CVE-2020-37232 is a privilege escalation vulnerability in Advanced System Care Service 13.0.0.157 caused by an unquoted service path. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2020-37232 Overview

CVE-2020-37232 is an unquoted service path vulnerability [CWE-428] in IObit Advanced System Care Service version 13.0.0.157. The AdvancedSystemCareService13 Windows service registers its binary path without surrounding quotation marks. A local attacker with low-privilege access can place a malicious executable along the unquoted path. Windows will execute that binary with LocalSystem privileges at service startup or system reboot. The flaw enables full local privilege escalation on affected hosts.

Critical Impact

Local attackers can escalate to LocalSystem privileges by dropping a crafted executable into a writable directory along the unquoted service path, gaining complete control over the host.

Affected Products

  • IObit Advanced System Care Service 13.0.0.157
  • Advanced System Care Pro installations bundling the vulnerable service
  • Windows hosts running the AdvancedSystemCareService13 service with default installation paths

Discovery Timeline

  • 2026-05-16 - CVE-2020-37232 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2020-37232

Vulnerability Analysis

The vulnerability resides in how the AdvancedSystemCareService13 Windows service is registered. The ImagePath registry value for the service contains spaces but is not wrapped in quotation marks. When Windows parses an unquoted service path containing spaces, it attempts to execute each space-delimited token as a candidate executable. The Service Control Manager (SCM) launches whichever candidate it finds first. Because the service runs as LocalSystem, any executable substituted along this path inherits the highest privilege level on the system. This is a well-known Windows misconfiguration class tracked under [CWE-428: Unquoted Search Path or Element].

Root Cause

The installer registers the service binary path without surrounding double quotes. Windows treats spaces in the path as argument separators, producing multiple candidate executables such as C:\Program.exe or C:\Program Files\IObit\Advanced.exe. If any candidate directory is writable by non-privileged users, an attacker can plant an executable there. Default ACLs on C:\ typically deny standard user writes, but misconfigured systems, custom installation roots, or weakened directory permissions expose the issue.

Attack Vector

Exploitation requires local access with the ability to write to a directory along the unquoted path. The attacker drops a payload such as Program.exe into a writable root directory. On the next service start or system reboot, the SCM executes the payload as LocalSystem. The attacker then has full administrative control, including the ability to install persistence, disable security tooling, and access protected files. A public proof of concept is referenced in Exploit-DB #49049 and the VulnCheck Advisory on Privilege Escalation.

No verified exploit code is reproduced here. See the referenced advisories for technical details.

Detection Methods for CVE-2020-37232

Indicators of Compromise

  • Presence of unexpected executables in root directories such as C:\Program.exe or under writable folders along the service path
  • Service AdvancedSystemCareService13 launching a binary outside the expected IObit installation directory
  • New LocalSystem processes spawning from non-standard paths immediately after service start or reboot

Detection Strategies

  • Audit the registry value HKLM\SYSTEM\CurrentControlSet\Services\AdvancedSystemCareService13\ImagePath for missing surrounding quotes
  • Enumerate Windows services with wmic service get name,pathname,startmode and flag paths containing spaces without quotes
  • Monitor process creation events (Windows Event ID 4688, Sysmon Event ID 1) where the parent is services.exe and the image path resolves to an unexpected location

Monitoring Recommendations

  • Alert on file creation events for executables placed in root directories like C:\ or other path tokens preceding the legitimate service binary
  • Track service configuration changes and ACL modifications on directories along the service path
  • Correlate process integrity level escalations following file writes by low-privilege users

How to Mitigate CVE-2020-37232

Immediate Actions Required

  • Inventory all hosts running IObit Advanced System Care 13.0.0.157 and identify the AdvancedSystemCareService13 service
  • Manually quote the ImagePath registry value for the affected service until a vendor patch is applied
  • Restrict write permissions on root directories and any folder along the unquoted service path to administrators only

Patch Information

No vendor patch is referenced in the available advisory data. Consult the IObit Official Website and the IObit Advanced System Care Pro product page for the latest version, and upgrade to a release where the service path is properly quoted.

Workarounds

  • Edit the service ImagePath using sc config AdvancedSystemCareService13 binPath= "\"C:\Program Files (x86)\IObit\Advanced SystemCare\ASCService.exe\"" to enforce quoting
  • Remove or uninstall Advanced System Care on systems where it is not required
  • Apply strict NTFS ACLs to C:\ and any custom installation root to prevent non-administrative users from writing executables
bash
# Configuration example: re-register the service with a quoted binary path
sc config AdvancedSystemCareService13 binPath= "\"C:\Program Files (x86)\IObit\Advanced SystemCare\ASCService.exe\""
sc qc AdvancedSystemCareService13

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAdvanced System Care

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

  • IObit Official Website

  • IObit Advanced System Care Pro

  • VulnCheck Advisory on Privilege Escalation
  • Latest CVEs
  • CVE-2025-30386: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-59234: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-49702: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-59227: Microsoft 365 Apps Use-After-Free RCE
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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