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

CVE-2020-37048: Iskysoft Privilege Escalation Vulnerability

CVE-2020-37048 is a privilege escalation flaw in Iskysoft Application Framework Service 2.4.3.241 caused by an unquoted service path. Attackers can exploit this to execute code with elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2020-37048 Overview

CVE-2020-37048 is an unquoted service path vulnerability affecting Iskysoft Application Framework Service version 2.4.3.241. This flaw allows local users to potentially execute arbitrary code with elevated privileges by exploiting the improperly quoted executable path in the Windows service configuration. When the service starts, Windows parses the unquoted path and may execute a malicious binary placed strategically in the file system hierarchy, granting attackers SYSTEM-level privileges.

Critical Impact

Local privilege escalation vulnerability enabling attackers with local access to execute arbitrary code with elevated system permissions through malicious executable injection.

Affected Products

  • Iskysoft Application Framework Service 2.4.3.241
  • iSkysoft products utilizing the ISAppService component
  • Windows systems with vulnerable Iskysoft software installed

Discovery Timeline

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

Technical Details for CVE-2020-37048

Vulnerability Analysis

This vulnerability stems from CWE-428 (Unquoted Search Path or Element), a classic Windows privilege escalation weakness. When the Iskysoft Application Framework Service is installed, the service executable path is registered in the Windows Service Control Manager without proper quotation marks. Windows service paths containing spaces must be enclosed in quotes; otherwise, the operating system's path resolution algorithm may interpret portions of the path as separate arguments.

The vulnerability enables local privilege escalation because Windows services typically run under the SYSTEM account. An attacker with write access to specific directories in the file system hierarchy can place a malicious executable that will be executed instead of the legitimate service binary when the service starts or restarts.

Root Cause

The root cause is improper service registration during the Iskysoft Application Framework Service installation. The installer fails to enclose the service executable path in quotation marks when configuring the Windows service. This is a common oversight in Windows application development where installers register services with paths like C:\Program Files\Iskysoft\Application Framework\Service.exe instead of the properly quoted "C:\Program Files\Iskysoft\Application Framework\Service.exe".

When Windows encounters an unquoted path with spaces, it attempts to resolve the path by checking for executables at each space-delimited position. For example, it would first check C:\Program.exe, then C:\Program Files\Iskysoft\Application.exe, before eventually reaching the intended executable.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the vulnerable system. The attacker must identify the unquoted service path and have write permissions to one of the directories that Windows checks during path resolution. Common exploitation scenarios include:

  1. Directory Hijacking: Creating a malicious executable named Program.exe in C:\ or Application.exe in C:\Program Files\Iskysoft\
  2. Service Restart Trigger: Waiting for or triggering a system reboot, service crash, or manual service restart
  3. Privilege Escalation: When the service starts, Windows executes the attacker's binary with SYSTEM privileges

The unquoted service path allows an attacker to place a malicious binary such as C:\Program.exe that will be executed when the ISAppService attempts to start. Since Windows services run with elevated privileges, the malicious code inherits SYSTEM-level permissions.

For detailed technical information, see the VulnCheck Advisory on iSkysoft and Exploit-DB #48171.

Detection Methods for CVE-2020-37048

Indicators of Compromise

  • Presence of unexpected executables named Program.exe in the C:\ root directory
  • Unusual executable files in C:\Program Files\ or C:\Program Files\Iskysoft\ directories with names like Application.exe
  • Service failure events in Windows Event Log followed by successful execution of unknown processes
  • New processes spawning with SYSTEM privileges from non-standard locations

Detection Strategies

  • Query Windows services for unquoted paths using wmic service get name,displayname,pathname,startmode | findstr /i /v "C:\Windows\\" | findstr /i /v """ to identify vulnerable services
  • Monitor file creation events in directories along the service path hierarchy (C:\, C:\Program Files\, etc.)
  • Implement file integrity monitoring on directories commonly targeted by unquoted path exploits
  • Deploy endpoint detection rules to alert on executable creation in root directories or program file parent directories

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) with command line auditing
  • Configure alerts for service start failures (Event ID 7000) followed by unexpected process execution
  • Monitor for privilege escalation patterns where low-privilege users spawn SYSTEM-level processes
  • Review Windows service configurations periodically using automated vulnerability scanning tools

How to Mitigate CVE-2020-37048

Immediate Actions Required

  • Audit all Windows services for unquoted paths using the wmic query or PowerShell commands
  • Manually correct the ISAppService registry entry by adding quotation marks around the executable path
  • Restrict write permissions on the C:\ root directory and C:\Program Files\ to administrators only
  • Monitor for suspicious executable creation in path resolution directories

Patch Information

No vendor patch has been identified in the available CVE data. Organizations should contact iSkysoft directly for patching guidance or consider the following remediation options:

  • Check the iSkysoft Website for updated software versions
  • Review the VulnCheck Advisory on iSkysoft for the latest remediation guidance
  • If the software is no longer maintained, evaluate alternative solutions and plan for migration

Workarounds

  • Manually fix the unquoted service path in the Windows registry by navigating to HKLM\SYSTEM\CurrentControlSet\Services\ISAppService and adding quotes around the ImagePath value
  • Restrict NTFS permissions on directories in the path hierarchy to prevent unauthorized file creation
  • Consider disabling the ISAppService if not required for business operations
  • Implement application whitelisting to prevent execution of unauthorized binaries
bash
# PowerShell command to identify unquoted service paths
Get-WmiObject win32_service | 
  Where-Object {$_.PathName -notmatch '^"' -and $_.PathName -match '\s'} | 
  Select-Object Name, PathName, StartMode

# Registry fix example (run as Administrator)
# Note: Backup registry before making changes
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\ISAppService" -Name "ImagePath" -Value '"C:\Program Files\Iskysoft\Application Framework\Service.exe"'

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIskysoft

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

  • iSkysoft Website

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