Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-50902

CVE-2022-50902: Wondershare FamiSafe Privilege Escalation

CVE-2022-50902 is an unquoted service path vulnerability in Wondershare FamiSafe 1.0 that enables local attackers to execute code with elevated privileges. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2022-50902 Overview

CVE-2022-50902 is an unquoted service path vulnerability affecting Wondershare FamiSafe 1.0, a parental control application. The FSService component contains an unquoted service path that allows local users with limited privileges to potentially execute arbitrary code with elevated LocalSystem permissions. This type of vulnerability occurs when a Windows service executable path contains spaces but is not enclosed in quotation marks, enabling attackers to place malicious executables in strategic locations along the path.

Critical Impact

Local attackers can exploit the unquoted path in C:\Program Files (x86)\Wondershare\FamiSafe\ to inject malicious code that executes with LocalSystem permissions during service startup, achieving full system compromise.

Affected Products

  • Wondershare FamiSafe 1.0
  • FSService (Windows Service Component)
  • Systems running FamiSafe on Windows with default installation paths

Discovery Timeline

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

Technical Details for CVE-2022-50902

Vulnerability Analysis

This vulnerability stems from improper configuration of the FSService Windows service path. When the FamiSafe application is installed to the default directory C:\Program Files (x86)\Wondershare\FamiSafe\, the service registration does not properly quote the executable path. Windows service paths that contain spaces must be enclosed in quotation marks to ensure the operating system correctly identifies the executable location.

Without proper quoting, Windows attempts to locate and execute files at each space boundary in the path before finding the intended executable. An attacker with write access to directories earlier in the path resolution order can plant a malicious executable that Windows will execute instead of the legitimate service binary.

The FSService runs with LocalSystem privileges, which represents the highest level of access on a Windows system. Successfully exploiting this vulnerability grants an attacker complete control over the affected machine, including access to all local resources, credential stores, and the ability to persist and move laterally within an environment.

Root Cause

The root cause is an insecure default configuration during the FamiSafe installation process. The Windows service registration for FSService stores the executable path without surrounding quotation marks. For example, the path C:\Program Files (x86)\Wondershare\FamiSafe\FSService.exe should be stored as "C:\Program Files (x86)\Wondershare\FamiSafe\FSService.exe" in the Windows registry.

When the unquoted path is parsed by the Windows Service Control Manager (SCM), it interprets spaces as potential argument separators. This causes Windows to attempt execution in the following order:

  1. C:\Program.exe
  2. C:\Program Files.exe
  3. C:\Program Files (x86)\Wondershare\FamiSafe\FSService.exe

Attack Vector

This vulnerability requires local access to the target system. An attacker must have the ability to write files to strategic locations in the path hierarchy. Common exploitation scenarios include:

Path Hijacking via Writable Directories: If an attacker can write to C:\ or another directory in the path resolution chain, they can create a malicious executable named Program.exe or Files.exe. When the FSService starts (either during system boot or manual restart), Windows executes the malicious file with LocalSystem privileges.

Privilege Escalation from Low-Privilege User: A standard user account that has been compromised or is controlled by an insider threat can exploit this vulnerability to escalate privileges to SYSTEM level, bypassing standard Windows security controls.

The exploitation mechanism relies on the Windows path resolution behavior combined with service startup events. Technical details regarding the exploitation methodology can be found in the Exploit-DB #50757 entry and the VulnCheck Advisory.

Detection Methods for CVE-2022-50902

Indicators of Compromise

  • Presence of unexpected executables named Program.exe, Files.exe, or similar in C:\ or intermediate directories along the FamiSafe installation path
  • Unusual process execution trees showing child processes spawned from FSService with unexpected executable paths
  • Registry modifications to the FSService ImagePath value
  • New executable files created in C:\Program Files (x86)\Wondershare\ with names that match path component boundaries

Detection Strategies

  • Query Windows services for unquoted service paths using WMI or PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -match ' ' -and $_.PathName -notmatch '"'}
  • Monitor file creation events in root directories (C:\) and program directories for executables named after path components
  • Implement behavioral detection for processes spawned by services that don't match expected service executable hashes
  • Alert on privilege escalation events where low-privilege users suddenly gain SYSTEM-level access

Monitoring Recommendations

  • Enable Windows Security Event logging for service state changes (Event ID 7045 for new service installation, Event ID 7036 for service state changes)
  • Deploy endpoint detection rules to flag execution of Program.exe or Files.exe from the root drive
  • Monitor registry keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FSService for unauthorized modifications
  • Implement file integrity monitoring on the FamiSafe installation directory

How to Mitigate CVE-2022-50902

Immediate Actions Required

  • Verify if Wondershare FamiSafe 1.0 is installed on systems within your environment using software inventory tools
  • Manually quote the service path in the Windows registry by navigating to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FSService and enclosing the ImagePath value in quotation marks
  • Restrict write permissions to C:\ and intermediate directories in the service path to prevent malicious file placement
  • Consider temporarily disabling the FSService until a vendor patch is applied

Patch Information

Check the Wondershare Official Website for updated versions of FamiSafe that address this vulnerability. Ensure you upgrade to the latest available version that properly quotes the service path during installation. Review the VulnCheck Advisory for additional guidance on remediation.

Workarounds

  • Manually fix the unquoted service path by adding quotation marks around the ImagePath value in the Windows registry
  • Implement application whitelisting solutions to prevent unauthorized executables from running, even if placed in exploitation paths
  • Use least-privilege principles to restrict user write access to system directories
  • Deploy endpoint protection solutions like SentinelOne that can detect and prevent privilege escalation attempts
bash
# Registry fix command (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\FSService" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\Wondershare\FamiSafe\FSService.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/TechWondershare Famisafe

  • 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-91
  • Technical References
  • Exploit-DB #50757

  • VulnCheck Advisory

  • Wondershare Official Website
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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