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

CVE-2021-47889: Softros LAN Messenger Privilege Escalation

CVE-2021-47889 is an unquoted service path vulnerability in Softros LAN Messenger 9.6.4 that enables local attackers to execute arbitrary code and escalate privileges. This article covers the technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2021-47889 Overview

CVE-2021-47889 is an unquoted service path vulnerability affecting Softros LAN Messenger version 9.6.4. The vulnerability exists in the SoftrosSpellChecker service, where the service executable path contains spaces but is not properly enclosed in quotation marks. This misconfiguration allows local attackers to potentially execute arbitrary code by placing a malicious executable in a location that Windows will execute before the intended service binary.

Critical Impact

Local attackers can exploit this unquoted service path to achieve privilege escalation by injecting malicious executables that run with SYSTEM-level privileges when the SoftrosSpellChecker service starts.

Affected Products

  • Softros LAN Messenger 9.6.4
  • SoftrosSpellChecker service component
  • Windows installations with Softros Messenger installed in the default C:\Program Files (x86)\ directory

Discovery Timeline

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

Technical Details for CVE-2021-47889

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). The SoftrosSpellChecker service is configured with an unquoted executable path pointing to C:\Program Files (x86)\Softros Systems\Softros Messenger\Spell Checker\. Because Windows parses unquoted paths containing spaces by attempting to execute progressively longer path segments, an attacker can exploit this behavior by placing a malicious executable at one of the intermediate path locations.

When the service attempts to start, Windows will first try to execute C:\Program.exe, then C:\Program Files.exe, followed by C:\Program Files (x86)\Softros.exe, and so on. If an attacker has write access to any of these directories and places a malicious executable there, Windows will execute that binary instead of the legitimate service executable.

Root Cause

The root cause of this vulnerability is improper configuration of the Windows service path during the Softros LAN Messenger installation process. The service registration fails to enclose the executable path in double quotation marks, which is required when paths contain space characters. This is a common oversight in software installers that use legacy installation frameworks or manual service registration methods.

Attack Vector

The attack requires local access to the system where Softros LAN Messenger is installed. An attacker with limited user privileges who has write access to one of the path segments (such as C:\ or C:\Program Files (x86)\) can place a malicious executable named appropriately (e.g., Program.exe, Softros.exe, or Softros Systems.exe). When the vulnerable service is restarted—either manually, automatically at system boot, or through social engineering—Windows will execute the attacker's malicious binary with the service account privileges, typically SYSTEM-level access.

The vulnerability exploitation depends on the attacker's ability to write files to specific locations in the file system hierarchy. On properly configured systems, standard users cannot write to C:\ or C:\Program Files (x86)\, which limits the exploitability. However, misconfigured systems with relaxed permissions or scenarios where the attacker already has elevated write permissions make this vulnerability more readily exploitable.

Detection Methods for CVE-2021-47889

Indicators of Compromise

  • Presence of unexpected executables named Program.exe, Softros.exe, or Softros Systems.exe in root directories or parent folders of the Softros installation path
  • Unusual service behavior or startup failures for the SoftrosSpellChecker service
  • Process execution anomalies where unexpected binaries are spawned under the service context
  • Modifications to file system permissions in the Softros installation path hierarchy

Detection Strategies

  • Deploy endpoint detection rules to monitor for executable creation in C:\, C:\Program Files\, and C:\Program Files (x86)\ directories with names matching path segment patterns
  • Implement service configuration auditing to identify services with unquoted paths containing spaces
  • Use PowerShell or WMIC queries to enumerate all services with unquoted paths: wmic service get name,pathname | findstr /i /v "\""
  • Monitor Windows Security Event Log for service installation or modification events (Event ID 7045)

Monitoring Recommendations

  • Configure SentinelOne behavioral AI to detect privilege escalation attempts through service manipulation
  • Enable file integrity monitoring on critical system directories to detect unauthorized executable placement
  • Set up alerts for new service registrations or modifications to existing service configurations
  • Monitor process parent-child relationships for services spawning unexpected child processes

How to Mitigate CVE-2021-47889

Immediate Actions Required

  • Audit the SoftrosSpellChecker service configuration to verify the vulnerability exists in your installation
  • Manually correct the service path by enclosing it in quotation marks using the Windows Registry or sc config command
  • Verify file system permissions ensure standard users cannot write to intermediate path locations
  • Consider temporary service disablement if the spell checker functionality is not critical to operations

Patch Information

Review the Softros Official Website for updated versions of Softros LAN Messenger that address this vulnerability. The VulnCheck Advisory on Softros provides additional technical details about the vulnerability. Historical exploit information is available at Exploit-DB #49588.

Workarounds

  • Manually fix the unquoted path by modifying the service ImagePath registry value to include proper quotation marks around the full executable path
  • Ensure Windows default permissions are enforced, preventing standard users from writing to system directories
  • Use application whitelisting solutions to prevent unauthorized executables from running, regardless of their location
  • Consider deploying SentinelOne's application control features to restrict which binaries can execute in sensitive directories
bash
# Configuration example
# Fix the unquoted service path using sc command
sc config "SoftrosSpellChecker" binPath= "\"C:\Program Files (x86)\Softros Systems\Softros Messenger\Spell Checker\SpellChecker.exe\""

# Alternatively, modify via Registry (requires administrator privileges)
# Navigate to: HKLM\SYSTEM\CurrentControlSet\Services\SoftrosSpellChecker
# Modify ImagePath value to include quotation marks around the full path

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSoftros Messenger

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

  • Softros Official Website

  • VulnCheck Advisory on Softros
  • 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