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

CVE-2022-50903: Wondershare MobileTrans Escalation Flaw

CVE-2022-50903 is a privilege escalation vulnerability in Wondershare MobileTrans 3.5.9 caused by an unquoted service path in ElevationService. This post covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2022-50903 Overview

CVE-2022-50903 is an unquoted service path vulnerability affecting Wondershare MobileTrans version 3.5.9. The vulnerability exists in the ElevationService component, which uses an unquoted file path for the service executable. This misconfiguration allows local attackers to potentially execute arbitrary code with elevated LocalSystem privileges by placing specially crafted executables in specific filesystem locations that are traversed during service startup.

Unquoted service path vulnerabilities (CWE-428) occur when Windows services reference executable paths containing spaces without proper quotation marks. Windows interprets these paths ambiguously, attempting to locate executables at each space boundary in the path hierarchy. Attackers with local access can exploit this behavior by placing malicious binaries at these alternative path locations.

Critical Impact

Local privilege escalation to LocalSystem permissions through malicious executable placement in service search paths

Affected Products

  • Wondershare MobileTrans 3.5.9
  • ElevationService component

Discovery Timeline

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

Technical Details for CVE-2022-50903

Vulnerability Analysis

The vulnerability resides in the ElevationService component of Wondershare MobileTrans 3.5.9. When the application is installed, the service is registered with an unquoted path that likely contains spaces (common in Windows installations under C:\Program Files).

During service startup, the Windows Service Control Manager (SCM) parses the unquoted path and attempts to locate the executable by testing each space-delimited segment of the path. For example, if the service path is C:\Program Files\Wondershare\MobileTrans\ElevationService.exe, Windows will attempt to execute in order:

  1. C:\Program.exe
  2. C:\Program Files\Wondershare\MobileTrans\ElevationService.exe

An attacker with write access to any of the intermediate path locations can place a malicious executable that will be executed with the service's LocalSystem privileges before the legitimate service binary is found.

Root Cause

The root cause is improper service registration in the Windows registry where the ImagePath value for the ElevationService lacks quotation marks around the executable path. This is a common configuration oversight during software installation, particularly when the installation path contains spaces. The vulnerability is classified as CWE-428 (Unquoted Search Path or Element).

Attack Vector

This vulnerability requires local access to the target system. The attacker must have write permissions to one of the directories in the path search sequence. Exploitation typically requires:

  1. Identifying the unquoted service path via registry inspection or service enumeration
  2. Determining which intermediate paths are writable by the current user
  3. Placing a malicious executable (e.g., Program.exe) in a writable location
  4. Waiting for or triggering a service restart

The attack requires local access but no user interaction. Successful exploitation grants the attacker code execution with LocalSystem privileges, effectively providing complete control over the affected system.

For detailed technical information and proof-of-concept details, refer to the Exploit-DB #50756 advisory and the VulnCheck Advisory.

Detection Methods for CVE-2022-50903

Indicators of Compromise

  • Unexpected executable files named Program.exe in root directories or path segments like C:\Program.exe
  • Unusual service startup failures or delays for the ElevationService
  • New or modified executables in C:\Program Files\ or C:\Program Files\Wondershare\ directories
  • Evidence of privilege escalation attempts in Windows Security Event logs

Detection Strategies

  • Use Windows Security Center or third-party tools to scan for unquoted service paths across all registered services
  • Monitor for file creation events in sensitive path locations such as C:\ and C:\Program Files\
  • Deploy endpoint detection rules that alert on executables with names matching path segments (e.g., Program.exe, Program Files.exe)
  • Audit Windows Service Control Manager (SCM) logs for service startup anomalies

Monitoring Recommendations

  • Enable Windows Event ID 7045 (Service Installation) logging to detect new service registrations
  • Configure file integrity monitoring on common unquoted path exploitation targets
  • Implement SentinelOne behavioral AI to detect privilege escalation attempts through service abuse patterns
  • Review service configurations periodically using tools like wmic service get name,displayname,pathname,startmode

How to Mitigate CVE-2022-50903

Immediate Actions Required

  • Audit the Wondershare MobileTrans ElevationService registry entry and manually quote the ImagePath value
  • Restrict write permissions on root directories and intermediate path segments (e.g., C:\Program Files\)
  • Consider disabling or removing the ElevationService if not required for core functionality
  • Apply any available updates from the Wondershare Official Website

Patch Information

Users should check for updated versions of Wondershare MobileTrans that address this vulnerability. Visit the Wondershare Official Website for the latest software releases and security updates.

If no patch is available, the unquoted service path can be manually corrected by modifying the Windows registry. This requires administrator privileges and should be performed with caution.

Workarounds

  • Manually add quotation marks around the ElevationService ImagePath in the Windows registry at HKLM\SYSTEM\CurrentControlSet\Services\ElevationService
  • Restrict write access to directories in the service path hierarchy using NTFS permissions
  • Use application whitelisting solutions to prevent unauthorized executable execution in sensitive directories
  • Consider uninstalling affected versions of MobileTrans until a patched version is available
bash
# PowerShell command to identify unquoted service paths on the system
Get-WmiObject win32_service | Where-Object {
    $_.PathName -like '* *' -and 
    $_.PathName -notlike '"*"*' -and 
    $_.PathName -notlike 'C:\Windows\*'
} | Select-Object Name, PathName, StartMode

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWondershare Mobiletrans

  • 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
  • Exploit-DB #50756

  • VulnCheck Advisory

  • Wondershare Official Website
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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