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-2021-47898

CVE-2021-47898: Epson USB Display Privilege Escalation

CVE-2021-47898 is a privilege escalation vulnerability in Epson USB Display 1.6.0.0 caused by an unquoted service path in EMP_UDSA. Attackers can exploit this to gain LocalSystem privileges. Learn the technical details, affected versions, impact, and mitigation strategies.

Published: January 30, 2026

CVE-2021-47898 Overview

CVE-2021-47898 is an unquoted service path vulnerability affecting Epson USB Display version 1.6.0.0. The vulnerability exists in the EMP_UDSA service, which runs with LocalSystem privileges. Due to improper quoting of the service executable path, attackers with local access can exploit the unquoted path by placing malicious executables in intermediate directories to gain elevated system access.

Critical Impact

Local attackers can achieve privilege escalation to SYSTEM-level access by exploiting the unquoted service path, potentially leading to complete system compromise.

Affected Products

  • Epson USB Display version 1.6.0.0
  • Systems running the EMP_UDSA service with LocalSystem privileges

Discovery Timeline

  • 2026-01-23 - CVE-2021-47898 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2021-47898

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). When Windows services are configured with executable paths that contain spaces and are not properly quoted, the operating system's path resolution mechanism can be exploited. The EMP_UDSA service runs with the highest possible privileges (LocalSystem), making it an attractive target for privilege escalation attacks.

The attack requires local access to the system, meaning an attacker must already have a foothold on the target machine. However, once exploited, the attacker can escalate from a low-privileged user account to full SYSTEM-level access, bypassing normal security boundaries.

Root Cause

The root cause of this vulnerability is the improper configuration of the Windows service path for the EMP_UDSA service. When the service executable path contains spaces and is not enclosed in quotation marks, Windows attempts to parse the path by splitting on spaces, trying each possible interpretation as a potential executable location.

For example, if the service path is C:\Program Files\Epson\USB Display\service.exe, Windows will attempt to execute in order:

  1. C:\Program.exe
  2. C:\Program Files\Epson\USB.exe
  3. C:\Program Files\Epson\USB Display\service.exe

Attack Vector

The attack vector is local, requiring an attacker to have initial access to the target system. The exploitation process involves:

  1. Identifying the unquoted service path through enumeration of Windows services
  2. Placing a malicious executable (such as Program.exe or another appropriately named file) in a location that Windows will attempt to execute before reaching the legitimate service executable
  3. Triggering or waiting for the service to restart, at which point Windows executes the malicious payload with LocalSystem privileges

The attacker must have write access to one of the intermediate directories in the path. This is often possible in misconfigured environments or through chained exploitation with other vulnerabilities.

Detection Methods for CVE-2021-47898

Indicators of Compromise

  • Unexpected executables named Program.exe, USB.exe, or similar in root directories or intermediate paths
  • Suspicious process creation events from service host processes
  • New files appearing in C:\ or C:\Program Files\Epson\ directories that match exploitable path segments
  • Anomalous LocalSystem process activity originating from non-standard executable paths

Detection Strategies

  • Query Windows services for unquoted paths using PowerShell or WMI: Get-WmiObject win32_service | Where-Object {$_.PathName -like '* *' -and $_.PathName -notlike '"*'}
  • Monitor file system changes in root directories and common installation paths for new executable files
  • Implement endpoint detection rules for service path exploitation techniques
  • Use SentinelOne's behavioral AI to detect anomalous privilege escalation patterns

Monitoring Recommendations

  • Enable Windows Security Event logging for service configuration changes (Event ID 7045)
  • Monitor process creation events for executables running from unusual paths with SYSTEM privileges
  • Implement file integrity monitoring on directories commonly targeted by unquoted path attacks
  • Configure alerts for any new executables created in C:\ or intermediate Program Files directories

How to Mitigate CVE-2021-47898

Immediate Actions Required

  • Audit all Windows services for unquoted paths using native tools or security scanning software
  • Restrict write permissions on root directories and intermediate paths to administrators only
  • Contact Epson for updated software versions that address the service path configuration
  • Consider temporarily disabling the EMP_UDSA service if USB display functionality is not critical

Patch Information

No specific patch information is available from the vendor at this time. Organizations should monitor the Epson Official Website for security updates and updated driver packages that address this vulnerability. Additional technical details are available in the VulnCheck Advisory on Epson Vulnerability and the Exploit-DB #49548 entry.

Workarounds

  • Manually correct the service path by adding quotation marks around the executable path in the Windows Registry
  • Implement application control policies to prevent execution of unauthorized binaries in intermediate directories
  • Deploy SentinelOne endpoint protection to detect and block privilege escalation attempts
  • Restrict local user permissions to prevent writing executables to exploitable directories
bash
# Manual remediation: Correct the unquoted service path in Windows Registry
# Run in elevated PowerShell

# Query current service path
$servicePath = (Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\EMP_UDSA").ImagePath

# Add quotes if path contains spaces and is unquoted
if ($servicePath -match ' ' -and $servicePath -notmatch '^"') {
    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\EMP_UDSA" -Name "ImagePath" -Value "`"$servicePath`""
    Write-Host "Service path has been quoted. Restart the service for changes to take effect."
}

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 Official Website

  • Exploit-DB #49548

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

  • CVE-2020-37064: EPSON EasyMP Privilege Escalation Flaw

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

  • CVE-2020-36984: EPSON Privilege Escalation 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