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

CVE-2021-47866: WIN-PACK PRO Privilege Escalation Flaw

CVE-2021-47866 is an unquoted service path vulnerability in WIN-PACK PRO 4.8 GuardTourService that enables local attackers to execute code with elevated privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: January 23, 2026

CVE-2021-47866 Overview

CVE-2021-47866 is an unquoted service path vulnerability affecting WIN-PACK PRO 4.8, specifically in the GuardTourService component. This security flaw allows local users to potentially execute arbitrary code with elevated system privileges by exploiting the improperly quoted service path configuration.

The vulnerability exists because the Windows service path C:\Program Files (x86)\WINPAKPRO\WP GuardTour Service.exe contains spaces but is not enclosed in quotation marks. When Windows attempts to start the service, it interprets the path ambiguously, potentially executing a malicious binary placed in a strategic location within the path hierarchy.

Critical Impact

Local attackers can achieve privilege escalation to SYSTEM level by placing a malicious executable in the unquoted service path, which executes with elevated privileges during service startup.

Affected Products

  • WIN-PACK PRO 4.8
  • GuardTourService component
  • Honeywell WIN-PAK access control systems

Discovery Timeline

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

Technical Details for CVE-2021-47866

Vulnerability Analysis

This vulnerability falls under CWE-428 (Unquoted Search Path or Element), a well-documented Windows privilege escalation technique. The root issue stems from how Windows parses executable paths containing spaces when the path is not properly quoted in the service configuration.

When a Windows service is configured with an unquoted path containing spaces, the Service Control Manager (SCM) attempts to locate the executable by progressively parsing the path at each space. For the vulnerable path C:\Program Files (x86)\WINPAKPRO\WP GuardTour Service.exe, Windows will attempt to execute in order:

  1. C:\Program.exe
  2. C:\Program Files.exe
  3. C:\Program Files (x86)\WINPAKPRO\WP.exe
  4. C:\Program Files (x86)\WINPAKPRO\WP GuardTour.exe
  5. Finally, the intended executable

An attacker with local write access to any of these intermediate paths can plant a malicious executable that will be executed with the service's privileges (typically SYSTEM) when the service starts.

Root Cause

The vulnerability originates from improper service registration in the Windows registry. The GuardTourService path was stored without enclosing quotation marks, violating Windows security best practices for service path definitions. This configuration error allows the Windows path parsing mechanism to be exploited for privilege escalation.

Attack Vector

This is a local attack vector requiring the attacker to have local access to the system with sufficient permissions to write to one of the intermediate path locations. The most common exploitation scenario involves:

  1. Attacker gains local user access to the target system
  2. Attacker creates a malicious executable named WP.exe in C:\Program Files (x86)\WINPAKPRO\
  3. When the GuardTourService restarts (either manually or during system reboot), the malicious WP.exe is executed with SYSTEM privileges
  4. Attacker achieves privilege escalation

The vulnerability exploitation details are documented in the Exploit-DB #49690 advisory. The attack requires local access but does not require user interaction, making it particularly dangerous in multi-user environments or systems where low-privileged accounts have been compromised.

Detection Methods for CVE-2021-47866

Indicators of Compromise

  • Unexpected executables in C:\Program Files (x86)\WINPAKPRO\ directory such as WP.exe, WP GuardTour.exe, or similar variants
  • New or modified files in the WIN-PACK PRO installation directory with recent timestamps
  • Unusual process execution under the GuardTourService parent process
  • Service startup failures or unexpected behavior from the GuardTourService

Detection Strategies

  • Query Windows services for unquoted service paths using wmic service get name,displayname,pathname,startmode | findstr /i "auto" | findstr /i /v "C:\Windows\\" | findstr /i /v """"
  • Monitor the WIN-PACK PRO installation directory for newly created executable files
  • Implement file integrity monitoring on critical system directories
  • Review Windows Event Logs for service-related errors or suspicious process creation events

Monitoring Recommendations

  • Enable Windows Security Event Log auditing for process creation (Event ID 4688)
  • Configure alerts for new executable files created in Program Files directories
  • Monitor service startup events for the GuardTourService
  • Implement endpoint detection for privilege escalation attempts targeting Windows services

How to Mitigate CVE-2021-47866

Immediate Actions Required

  • Audit all Windows services for unquoted paths using the detection command provided above
  • Verify file permissions on the C:\Program Files (x86)\WINPAKPRO\ directory to prevent unauthorized write access
  • Check for suspicious executables in the installation path hierarchy
  • Contact Honeywell support for updated software versions addressing this vulnerability

Patch Information

Organizations should consult the Honeywell Product Repository for the latest WIN-PAK software updates and security patches. Additional technical details are available in the VulnCheck Advisory.

Workarounds

  • Manually correct the service path by adding quotation marks to the ImagePath registry value for the GuardTourService
  • Restrict write permissions on intermediate path directories to administrators only
  • Implement application whitelisting to prevent unauthorized executables from running
  • Consider temporarily disabling the GuardTourService if not critical to operations until a patch is applied
bash
# Registry fix to quote the service path (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\GuardTourService" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\WINPAKPRO\WP GuardTour Service.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/TechWinpakpro

  • 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 #49690

  • Honeywell Product Repository

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2021-47867: WIN-PACK PRO Privilege Escalation Flaw
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