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-2022-50914

CVE-2022-50914: EaseUS Data Recovery Privilege Escalation

CVE-2022-50914 is an unquoted service path privilege escalation flaw in EaseUS Data Recovery 15.1.0.0 that allows attackers to execute code with LocalSystem privileges. This post covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2022-50914 Overview

CVE-2022-50914 is an unquoted service path vulnerability affecting EaseUS Data Recovery 15.1.0.0. The vulnerability exists in the EaseUS UPDATE SERVICE executable, where the service path is not properly enclosed in quotes. This allows attackers with local access to exploit the unquoted path by injecting and executing malicious code with elevated LocalSystem privileges.

Unquoted service path vulnerabilities (CWE-428) occur when Windows services are configured with executable paths containing spaces that are not enclosed in quotation marks. Windows interprets these paths ambiguously, attempting to execute binaries at various path truncation points. This behavior can be exploited by placing a malicious executable in a location that Windows will attempt to run before the legitimate service binary.

Critical Impact

Successful exploitation enables attackers to achieve privilege escalation to LocalSystem, the highest privilege level on Windows systems, potentially leading to complete system compromise.

Affected Products

  • EaseUS Data Recovery 15.1.0.0
  • EaseUS UPDATE SERVICE component

Discovery Timeline

  • 2026-01-13 - CVE CVE-2022-50914 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2022-50914

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). The EaseUS UPDATE SERVICE is configured with an unquoted service path that contains spaces. When Windows attempts to start the service, it parses the path from left to right, attempting to execute binaries at each space boundary before continuing to the full path.

The local attack vector requires an attacker to have existing access to the target system. However, once exploited, the vulnerability grants execution with LocalSystem privileges, which provides complete control over the affected Windows system. The exploitation does not require user interaction, making it a reliable privilege escalation mechanism once initial access is obtained.

Root Cause

The root cause of CVE-2022-50914 is improper quoting of the service executable path during the EaseUS Data Recovery installation process. When the EaseUS UPDATE SERVICE is registered with Windows Service Control Manager, the ImagePath registry value is set without enclosing quotation marks around a path that contains spaces.

For example, a path like C:\Program Files\EaseUS\Update Service\ENSServer.exe without quotes will cause Windows to attempt execution in the following order:

  1. C:\Program.exe
  2. C:\Program Files\EaseUS\Update.exe
  3. C:\Program Files\EaseUS\Update Service\ENSServer.exe

Attack Vector

The attack requires local access to the target system with sufficient permissions to write to one of the parent directories in the service path. An attacker can exploit this vulnerability by:

  1. Identifying the unquoted service path in the Windows registry
  2. Creating a malicious executable named to match a path truncation point (e.g., Update.exe)
  3. Placing the malicious executable in a writable parent directory
  4. Waiting for the service to restart (or triggering a restart)
  5. The malicious code executes with LocalSystem privileges

The vulnerability is documented in Exploit-DB #50886, which provides additional technical details about the exploitation mechanism.

Detection Methods for CVE-2022-50914

Indicators of Compromise

  • Presence of unexpected executables in C:\Program Files\EaseUS\ directory with names like Update.exe or Program.exe
  • Unusual process execution chains where suspicious binaries spawn with SYSTEM privileges
  • Registry modifications to the EaseUS UPDATE SERVICE ImagePath value
  • Suspicious file creation events in directories along the EaseUS installation path

Detection Strategies

  • Query Windows services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'}
  • Monitor for new executable files created in C:\Program Files\ or C:\Program Files\EaseUS\ directories
  • Implement file integrity monitoring on directories within the EaseUS installation path
  • Audit service configuration changes in the Windows registry under HKLM\SYSTEM\CurrentControlSet\Services\

Monitoring Recommendations

  • Enable Windows Security Event logging for service installation and modification events (Event IDs 4697, 7045)
  • Configure endpoint detection rules to alert on processes spawning from unexpected locations with SYSTEM privileges
  • Monitor process creation events for executables running from truncated path locations
  • Implement SentinelOne behavioral AI to detect anomalous service execution patterns indicative of unquoted service path exploitation

How to Mitigate CVE-2022-50914

Immediate Actions Required

  • Audit the EaseUS UPDATE SERVICE registry entry and manually add quotation marks around the ImagePath value
  • Check for any suspicious executables in parent directories of the EaseUS installation path and remove them
  • Restrict write permissions on directories along the service path to prevent unauthorized file placement
  • Consider disabling the EaseUS UPDATE SERVICE if automatic updates are not required

Patch Information

There is no vendor patch information available in the CVE data. Users should check the EaseUS Official Website for security updates and newer versions that may address this vulnerability. Additional technical details can be found in the VulnCheck Advisory on EaseUS.

Workarounds

  • Manually quote the service path by modifying the registry key: Navigate to HKLM\SYSTEM\CurrentControlSet\Services\ENSServer and update the ImagePath value to include quotation marks around the full path
  • Remove write permissions for standard users on C:\Program Files\EaseUS\ and parent directories
  • Implement application whitelisting to prevent unauthorized executables from running in the EaseUS installation directories
  • Consider uninstalling EaseUS Data Recovery if it is not actively needed and no patch is available
bash
# Registry fix example (run as Administrator in PowerShell)
# First, verify the current unquoted path:
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\ENSServer" -Name ImagePath

# Then apply quotation marks to the service path:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\ENSServer" -Name ImagePath -Value '"C:\Program Files\EaseUS\Update Service\ENSServer.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/TechEaseus Data Recovery

  • SeverityHIGH

  • CVSS Score8.5

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

  • Exploit-DB #50886

  • VulnCheck Advisory on EaseUS
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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