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

CVE-2019-25272: CyberPlanet Privilege Escalation Flaw

CVE-2019-25272 is an unquoted service path vulnerability in TexasSoft CyberPlanet 6.4.131 that enables local attackers to escalate privileges. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2019-25272 Overview

CVE-2019-25272 is an unquoted service path vulnerability affecting TexasSoft CyberPlanet 6.4.131. The vulnerability exists in the CCSrvProxy service, which runs with elevated system privileges. Due to improper quoting of the service executable path C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe, local attackers can exploit this weakness to execute arbitrary code with SYSTEM-level privileges.

This type of vulnerability (CWE-428: Unquoted Search Path or Element) occurs when Windows services are configured with paths containing spaces that are not enclosed in quotation marks. Windows interprets the unquoted path ambiguously, attempting to execute binaries at multiple locations along the path hierarchy before reaching the intended executable.

Critical Impact

Local attackers with write access to C:\Program Files (x86)\TenaxSoft\ or C:\Program.exe locations can achieve privilege escalation to SYSTEM-level access by placing a malicious executable in the service's search path.

Affected Products

  • TexasSoft CyberPlanet 6.4.131
  • CCSrvProxy Service (SrvProxy.exe)
  • TenaxSoft CyberPlanet installations with default service configuration

Discovery Timeline

  • 2026-02-05 - CVE-2019-25272 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2019-25272

Vulnerability Analysis

The vulnerability stems from the CCSrvProxy Windows service being registered with an unquoted executable path. When Windows attempts to start a service with a path like C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe without quotation marks, the Service Control Manager (SCM) parses the path in segments, attempting to execute binaries at each space-delimited boundary.

The attack surface requires local access to the target system and write permissions to one of the directories in the search path hierarchy. Successful exploitation results in arbitrary code execution with the privileges of the vulnerable service, typically SYSTEM-level access for Windows services.

The local attack vector means this vulnerability is most dangerous in multi-user environments, shared workstations, or scenarios where an attacker has gained initial low-privilege access and seeks privilege escalation for lateral movement.

Root Cause

The root cause is improper service registration in the Windows registry. The service path stored in HKLM\SYSTEM\CurrentControlSet\Services\CCSrvProxy\ImagePath lacks quotation marks around the executable path. This configuration error causes Windows to interpret spaces in directory names as argument delimiters, creating an unintended file search order vulnerability.

When the service starts, Windows sequentially attempts to execute:

  1. C:\Program.exe
  2. C:\Program Files.exe
  3. C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe

If an attacker places a malicious executable at any of the earlier locations and has sufficient permissions, their code will execute instead of the legitimate service binary.

Attack Vector

This is a local privilege escalation attack requiring an attacker to have initial access to the system with write permissions to a directory in the service's search path. The attack follows this general pattern:

  1. Reconnaissance: Attacker identifies services with unquoted paths using tools like wmic service get name,displayname,pathname,startmode or PowerShell queries
  2. Permission Check: Attacker verifies write access to a directory in the search path hierarchy
  3. Payload Placement: A malicious executable is placed in the vulnerable path location (e.g., C:\Program.exe or C:\Program Files (x86)\TenaxSoft\CyberPlanet.exe)
  4. Service Restart Trigger: Attacker waits for or triggers a service restart (system reboot, service failure, or if they have service control permissions)
  5. Code Execution: The malicious binary executes with the service's privileges (typically SYSTEM)

For detailed technical analysis and proof-of-concept information, refer to the Exploit-DB entry #47724 and the VulnCheck Advisory.

Detection Methods for CVE-2019-25272

Indicators of Compromise

  • Unexpected executables named Program.exe, Program Files.exe, or CyberPlanet.exe in parent directories of the legitimate service path
  • New or modified executables in C:\, C:\Program Files (x86)\, or C:\Program Files (x86)\TenaxSoft\ directories
  • Service failure events for CCSrvProxy followed by suspicious process execution
  • Registry modifications to the CCSrvProxy service ImagePath value

Detection Strategies

  • Monitor file creation events in C:\, C:\Program Files (x86)\, and C:\Program Files (x86)\TenaxSoft\ directories for unexpected executable files
  • Audit Windows registry for services with unquoted paths containing spaces using automated scanning tools or SIEM queries
  • Deploy endpoint detection rules to alert on new executables created in root directories or Program Files subdirectories
  • Track process lineage to identify child processes spawned by the CCSrvProxy service that deviate from expected behavior

Monitoring Recommendations

  • Enable Windows Security Event logging for service start events (Event ID 7036) and correlate with process creation (Event ID 4688)
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized executable placement
  • Use SentinelOne's behavioral AI to detect anomalous process execution patterns associated with privilege escalation attempts
  • Configure alerts for any modification to the CCSrvProxy service registry keys

How to Mitigate CVE-2019-25272

Immediate Actions Required

  • Audit the CCSrvProxy service path in the Windows registry and add quotation marks around the executable path
  • Review file system permissions on C:\, C:\Program Files (x86)\, and intermediate directories to restrict write access to administrators only
  • Check for any suspicious executables already present in the service search path locations and remove or quarantine them
  • Consider disabling the CCSrvProxy service if not required until a vendor patch is available

Patch Information

No vendor patch information is currently available in the CVE data. System administrators should contact TenaxSoft directly for guidance on obtaining updated software with properly quoted service paths. In the absence of a vendor patch, manual registry remediation is recommended.

Workarounds

  • Manually correct the service path by modifying the registry key HKLM\SYSTEM\CurrentControlSet\Services\CCSrvProxy\ImagePath to include quotation marks: "C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe"
  • Restrict write permissions on all directories in the service path hierarchy to prevent unauthorized executable placement
  • Implement application whitelisting policies (Windows Defender Application Control or AppLocker) to prevent execution of unsigned binaries in system directories
  • Deploy endpoint protection solutions like SentinelOne to detect and block privilege escalation attempts
bash
# Registry fix command (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\CCSrvProxy" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.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/TechTexassoft

  • 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
  • TenaxSoft Homepage

  • Exploit-DB #47724

  • VulnCheck Advisory on Texassoft
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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