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

CVE-2020-37064: EPSON EasyMP Privilege Escalation Flaw

CVE-2020-37064 is a privilege escalation vulnerability in EPSON EasyMP Network Projection 2.81 caused by an unquoted service path. This flaw allows local attackers to execute code with LocalSystem privileges through the EMP_NSWLSV service.

Published: February 6, 2026

CVE-2020-37064 Overview

EPSON EasyMP Network Projection 2.81 contains an unquoted service path vulnerability in the EMP_NSWLSV service that allows local users to potentially execute arbitrary code. This local privilege escalation vulnerability exists because the service executable path contains spaces and is not properly enclosed in quotation marks, enabling attackers to place malicious executables in locations that Windows will execute with elevated privileges.

Critical Impact

Attackers with local access can exploit the unquoted service path to execute arbitrary code with LocalSystem privileges, achieving complete system compromise.

Affected Products

  • EPSON EasyMP Network Projection 2.81
  • EPSON EasyMP Network Projection versions prior to 2.86
  • Windows systems running the EMP_NSWLSV service

Discovery Timeline

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

Technical Details for CVE-2020-37064

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). The EMP_NSWLSV service in EPSON EasyMP Network Projection uses an unquoted path that contains spaces: C:\Program Files (x86)\EPSON Projector\EasyMP Network Projection V2\. When Windows attempts to start this service, it parses the path and may execute an attacker-placed executable before reaching the intended service binary.

The vulnerability requires local access to exploit, but the impact is significant as successful exploitation grants LocalSystem privileges—the highest privilege level on Windows systems. This allows complete control over the affected machine, including the ability to install programs, view or modify data, and create new accounts with full user rights.

Root Cause

The root cause of this vulnerability is improper quoting of the service executable path during installation. When a Windows service path contains spaces and is not enclosed in quotation marks, the Windows Service Control Manager interprets the path ambiguously. For the path C:\Program Files (x86)\EPSON Projector\EasyMP Network Projection V2\EMP_NSWLSV.exe, Windows will attempt to locate and execute files in this order:

  1. C:\Program.exe
  2. C:\Program Files.exe
  3. C:\Program Files (x86)\EPSON.exe
  4. C:\Program Files (x86)\EPSON Projector\EasyMP.exe

If any of these files exist and the attacker has placed a malicious executable there, it will be executed with the service's privileges.

Attack Vector

Exploitation requires local access to the target system with write permissions to one of the potential executable locations in the search path. The attack vector involves:

  1. Identifying the vulnerable unquoted service path
  2. Placing a malicious executable (e.g., Program.exe or EasyMP.exe) in an accessible directory within the path
  3. Triggering the service to restart (either by waiting for system reboot or forcing a service restart if permissions allow)
  4. The malicious code executes with LocalSystem privileges when the service starts

The exploitation of this vulnerability is relatively straightforward for attackers with local system access. Detailed technical information is available in the Exploit-DB entry #48069 and the VulnCheck advisory.

Detection Methods for CVE-2020-37064

Indicators of Compromise

  • Unexpected executable files named Program.exe, EPSON.exe, or EasyMP.exe in C:\, C:\Program Files (x86)\, or C:\Program Files (x86)\EPSON Projector\ directories
  • Unusual processes running with SYSTEM privileges originating from non-standard paths
  • Service failure events followed by suspicious process execution in Windows Event Logs
  • New or modified files in directory paths associated with the EMP_NSWLSV service

Detection Strategies

  • Query all Windows services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -like '* *' -and $_.PathName -notlike '"*'}
  • Monitor file creation events in root directories and program file folders for executable files with suspicious names
  • Implement file integrity monitoring on directories within the vulnerable service path
  • Use endpoint detection rules to alert on SYSTEM-level process creation from unexpected locations

Monitoring Recommendations

  • Enable Windows Security Event logging for service starts (Event ID 7045) and process creation (Event ID 4688)
  • Deploy SentinelOne's behavioral AI to detect privilege escalation attempts and anomalous service behavior
  • Monitor for changes to the EMP_NSWLSV service configuration in the Windows Registry
  • Implement application whitelisting to prevent unauthorized executables from running in sensitive paths

How to Mitigate CVE-2020-37064

Immediate Actions Required

  • Audit systems for the presence of EPSON EasyMP Network Projection version 2.81 and earlier
  • Check for suspicious executables in directories along the unquoted service path
  • Manually correct the service path by adding quotation marks around the full executable path
  • Update to EPSON EasyMP Network Projection version 2.86 or later

Patch Information

EPSON has released an updated version of EasyMP Network Projection that addresses this vulnerability. Users should upgrade to version 2.86 or later, which is available from the Epson Network Projection Support page. The updated version properly quotes the service path, preventing exploitation of this vulnerability.

Workarounds

  • Manually fix the unquoted service path by modifying the ImagePath registry value to include quotation marks
  • Restrict write permissions on directories within the service path to prevent unauthorized executable placement
  • Remove the EPSON EasyMP Network Projection software if it is not essential for business operations
  • Implement application control policies to prevent unauthorized executables from running
bash
# Configuration example - Fix unquoted service path via registry
reg add "HKLM\SYSTEM\CurrentControlSet\Services\EMP_NSWLSV" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\EPSON Projector\EasyMP Network Projection V2\EMP_NSWLSV.exe\"" /f

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechEpson

  • 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
  • Epson Network Projection Support

  • Exploit-DB #48069

  • VulnCheck Epson Advisory
  • Related CVEs
  • CVE-2025-4960: EPSON Privilege Escalation Vulnerability

  • CVE-2020-36975: EPSON Status Monitor Privilege Escalation

  • CVE-2020-36984: EPSON Privilege Escalation Vulnerability

  • CVE-2021-47898: Epson USB Display Privilege Escalation
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