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-47864

CVE-2021-47864: OSAS Traverse Extension Privilege Escalation

CVE-2021-47864 is a privilege escalation vulnerability in OSAS Traverse Extension 11 caused by an unquoted service path. Attackers can exploit this to execute malicious code with LocalSystem privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2021-47864 Overview

CVE-2021-47864 is an unquoted service path vulnerability affecting OSAS Traverse Extension 11. The vulnerability exists in the TravExtensionHostSvc service, which runs with LocalSystem privileges—the highest privilege level on Windows systems. Due to improper quoting of the service executable path, attackers with local access can exploit this weakness to inject and execute malicious code, potentially gaining full system-level access.

Critical Impact

Local attackers can escalate privileges to LocalSystem by exploiting the unquoted service path, enabling complete system compromise and persistent access.

Affected Products

  • OSAS Traverse Extension 11
  • TravExtensionHostSvc Windows Service

Discovery Timeline

  • 2026-01-21 - CVE CVE-2021-47864 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2021-47864

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element), a common weakness in Windows service configurations. When a Windows service executable path contains spaces and is not properly enclosed in quotation marks, the Windows Service Control Manager (SCM) parses the path incorrectly, attempting to locate executables at various points along the path before finding the intended target.

The TravExtensionHostSvc service runs with LocalSystem privileges, which represents the most powerful user context on a Windows system. This privilege level has unrestricted access to all local resources and can act as the machine on the network. The combination of an unquoted path with elevated service privileges creates a dangerous privilege escalation vector.

An attacker who can write files to specific locations in the service path can plant a malicious executable that Windows will execute instead of the legitimate service binary. When the service starts (either manually, at system boot, or upon restart after a crash), the malicious code runs with LocalSystem privileges.

Root Cause

The root cause of this vulnerability is the failure to properly quote the service binary path during installation or configuration of the OSAS Traverse Extension 11 software. When the service path contains spaces (e.g., C:\Program Files\OSAS\Traverse Extension\TravExtensionHostSvc.exe), Windows interprets each space as a potential argument delimiter if the path is unquoted. This causes Windows to search for executables in the following order:

  1. C:\Program.exe
  2. C:\Program Files\OSAS\Traverse.exe
  3. C:\Program Files\OSAS\Traverse Extension\TravExtensionHostSvc.exe

The first matching executable found will be executed instead of the intended service binary.

Attack Vector

The attack requires local access to the system with sufficient privileges to write files to one of the exploitable path locations. In many environments, the C:\ root directory or other intermediate directories may have overly permissive write access configured, making exploitation feasible for standard users.

The attack flow typically involves:

  1. Identifying the unquoted service path through service enumeration
  2. Determining which intermediate paths have writable permissions
  3. Placing a malicious executable (named appropriately, such as Program.exe or Traverse.exe) in the writable location
  4. Triggering a service restart or waiting for system reboot
  5. The malicious code executes with LocalSystem privileges

The vulnerability can be verified by querying the service configuration. An unquoted path will appear as a raw path string without surrounding quotation marks, while a properly configured service will show the path enclosed in quotes.

Detection Methods for CVE-2021-47864

Indicators of Compromise

  • Unexpected executable files in C:\ root directory (e.g., Program.exe)
  • Executable files with names matching path components in C:\Program Files\ subdirectories
  • Unusual service start failures followed by successful starts
  • Evidence of privilege escalation from standard user accounts to SYSTEM

Detection Strategies

  • Query all Windows services for unquoted paths using PowerShell: Get-WmiObject Win32_Service | Where-Object { $_.PathName -notmatch '^\"' -and $_.PathName -match ' ' }
  • Monitor file creation events in common exploitation directories such as C:\ and C:\Program Files\
  • Implement application whitelisting to prevent execution of unexpected binaries
  • Use SentinelOne's behavioral AI to detect anomalous process creation from service contexts

Monitoring Recommendations

  • Enable Windows Security Event logging for service installation and modification events (Event IDs 7045, 7040)
  • Monitor process creation events where the parent process is services.exe with unexpected child processes
  • Track file system changes in directories that match unquoted service path components
  • Configure alerts for any process named Program.exe or similar suspicious executable names

How to Mitigate CVE-2021-47864

Immediate Actions Required

  • Audit all installed services for unquoted paths and remediate immediately
  • Verify file system permissions on directories within the service path to ensure standard users cannot write to them
  • Consider disabling the TravExtensionHostSvc service if not business-critical until remediation is complete
  • Apply the principle of least privilege to all service accounts

Patch Information

No vendor patch information is currently available for this vulnerability. OSAS has been archived and the product may no longer receive security updates. Organizations using OSAS Traverse Extension 11 should consider the manual remediation steps below or evaluate migration to supported software alternatives.

For technical details and verified exploit information, see Exploit-DB #49698 and the Vulncheck Advisory on OSAS.

Workarounds

  • Manually fix the unquoted service path by modifying the registry entry for the affected service
  • Restrict write permissions on all directories in the service path hierarchy
  • Implement application control policies to block unauthorized executables from running
  • Consider replacing the vulnerable software with a supported alternative if the vendor is no longer active
bash
# Manual registry fix to quote the service path
# Run as Administrator in Command Prompt
sc config TravExtensionHostSvc binPath= "\"C:\Program Files\OSAS\Traverse Extension\TravExtensionHostSvc.exe\""

# Alternative: Use Registry Editor to modify
# HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TravExtensionHostSvc
# Edit ImagePath value to include surrounding quotes

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOsas Traverse

  • 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
  • OSAS Archived Website

  • Exploit-DB #49698

  • Vulncheck Advisory on OSAS
  • 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