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-2019-25344

CVE-2019-25344: Wondershare MobileGo Privilege Escalation

CVE-2019-25344 is a privilege escalation vulnerability in Wondershare MobileGo 8.5.0 caused by insecure file permissions. Attackers can replace executables to gain admin access. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2019-25344 Overview

CVE-2019-25344 is an insecure file permissions vulnerability affecting Wondershare MobileGo version 8.5.0. The vulnerability exists due to improper access controls on executable files within the application directory, allowing local users to modify critical application binaries. An attacker with local access can replace the original MobileGo.exe with a malicious executable, enabling them to create new user accounts and add them to the Administrators group with full system access.

Critical Impact

Local privilege escalation allowing attackers to gain administrative access to the system by replacing application executables with malicious code.

Affected Products

  • Wondershare MobileGo 8.5.0
  • Windows installations with default file permissions

Discovery Timeline

  • 2026-02-12 - CVE CVE-2019-25344 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2019-25344

Vulnerability Analysis

This vulnerability falls under CWE-732 (Incorrect Permission Assignment for Critical Resource). The core issue stems from Wondershare MobileGo 8.5.0 failing to properly restrict write permissions on its installation directory and executable files. When the application is installed, the file system permissions are configured in a way that allows non-privileged local users to modify the application's executable files.

The vulnerability enables a local attacker to perform binary planting attacks by replacing legitimate application executables with malicious ones. When the application or system subsequently executes the replaced binary (potentially with elevated privileges or through a scheduled task), the attacker's code runs in that security context.

Root Cause

The root cause of CVE-2019-25344 is improper file permission assignment during the installation of Wondershare MobileGo 8.5.0. The installer fails to apply restrictive ACLs (Access Control Lists) to the application directory and its contents. This allows local users who should not have write access to modify or replace critical executable files such as MobileGo.exe.

Proper security practice dictates that application directories, especially those containing executables, should be writable only by administrators or system accounts. The failure to implement this principle creates an opportunity for privilege escalation attacks.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have an existing account on the target system. The attack proceeds as follows:

  1. Reconnaissance: The attacker identifies that Wondershare MobileGo 8.5.0 is installed and locates the installation directory
  2. Permission Analysis: The attacker confirms that the application directory has insecure write permissions for non-privileged users
  3. Binary Replacement: The attacker creates a malicious executable designed to perform privileged operations (such as creating administrator accounts) and replaces MobileGo.exe with this payload
  4. Execution Trigger: When the application is launched—either by the user, a scheduled task, or a service—the malicious executable runs, potentially with elevated privileges
  5. Privilege Escalation: The malicious code executes its payload, such as creating a new administrator account, granting the attacker persistent elevated access

For detailed technical information on exploitation techniques, see the Exploit-DB #47667 entry and the VulnCheck Advisory.

Detection Methods for CVE-2019-25344

Indicators of Compromise

  • Unexpected modifications to MobileGo.exe file timestamp, hash, or digital signature
  • Creation of new user accounts, especially those added to the Administrators group without authorization
  • File integrity monitoring alerts on files within the Wondershare MobileGo installation directory
  • Event logs showing execution of MobileGo.exe from unusual parent processes

Detection Strategies

  • Implement file integrity monitoring (FIM) on the Wondershare MobileGo installation directory to detect unauthorized file modifications
  • Monitor Windows Security Event Logs for user account creation events (Event ID 4720) and group membership changes (Event ID 4732)
  • Use endpoint detection and response (EDR) solutions to identify suspicious executable replacements and behavioral anomalies
  • Audit file permissions on installed applications to identify directories with overly permissive ACLs

Monitoring Recommendations

  • Enable detailed auditing on the MobileGo installation directory to log all file modification attempts
  • Configure alerts for any changes to executable files outside of expected update windows
  • Monitor for net user and net localgroup command executions that could indicate account manipulation
  • Implement application allowlisting to prevent execution of unauthorized executables

How to Mitigate CVE-2019-25344

Immediate Actions Required

  • Audit and restrict file permissions on the Wondershare MobileGo installation directory to allow write access only for administrators
  • Consider removing or disabling Wondershare MobileGo 8.5.0 if it is not essential for business operations
  • Verify the integrity of MobileGo.exe by checking its digital signature and file hash against known-good values
  • Review user accounts and group memberships for unauthorized additions to the Administrators group

Patch Information

No vendor patch has been identified for this vulnerability. Users should apply manual file permission restrictions or consider migrating to alternative software with proper security controls. For more information about the product, see the Wondershare MobileGo product page.

Workarounds

  • Manually configure restrictive NTFS permissions on the MobileGo installation directory to prevent non-administrator write access
  • Use Windows Software Restriction Policies or AppLocker to prevent execution of unsigned or modified executables from the application directory
  • Deploy endpoint protection solutions that can detect and block unauthorized binary modifications
  • Consider running the application in a sandboxed or virtualized environment to limit the impact of potential exploitation
bash
# Configuration example - Restrict permissions on MobileGo directory
# Run as Administrator in PowerShell
icacls "C:\Program Files (x86)\Wondershare\MobileGo" /inheritance:r
icacls "C:\Program Files (x86)\Wondershare\MobileGo" /grant:r Administrators:F
icacls "C:\Program Files (x86)\Wondershare\MobileGo" /grant:r SYSTEM:F
icacls "C:\Program Files (x86)\Wondershare\MobileGo" /grant:r Users:RX

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 Mobilego

  • 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-732
  • Technical References
  • Exploit-DB #47667

  • VulnCheck Advisory

  • Wondershare Overview

  • Wondershare MobileGo Info
  • 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