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

CVE-2019-25283: Shrew Soft VPN Privilege Escalation Flaw

CVE-2019-25283 is a privilege escalation vulnerability in Shrew Soft VPN Client 2.2.2 caused by an unquoted service path. Attackers can exploit this to execute code with elevated privileges during system startup.

Published: February 6, 2026

CVE-2019-25283 Overview

CVE-2019-25283 is a high-severity unquoted service path vulnerability affecting Shrew Soft VPN Client version 2.2.2. This vulnerability allows local users to execute arbitrary code with elevated system privileges by exploiting the improper handling of service executable paths during Windows service startup.

When a Windows service path contains spaces and is not enclosed in quotation marks, the operating system may attempt to execute unexpected executables placed strategically in the path hierarchy. Attackers with local access can leverage this weakness to place malicious executables that will be executed with SYSTEM-level privileges when the VPN service starts or during system reboot.

Critical Impact

Local attackers can achieve full system compromise by placing a malicious executable in the unquoted service path, gaining SYSTEM-level privileges upon service startup or system reboot.

Affected Products

  • Shrew Soft VPN Client 2.2.2
  • Windows systems running the Shrew Soft VPN Client iked service

Discovery Timeline

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

Technical Details for CVE-2019-25283

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element), a common Windows-specific security issue. The Shrew Soft VPN Client installs a service with an executable path that contains spaces but lacks proper quotation marks around the path string in the Windows registry.

When Windows attempts to start a service with an unquoted path containing spaces, it sequentially attempts to locate and execute files at each space-delimited segment of the path. For example, if the service path is C:\Program Files\Shrew Soft\VPN Client\iked.exe, Windows will attempt to execute in order:

  1. C:\Program.exe
  2. C:\Program Files\Shrew.exe
  3. C:\Program Files\Shrew Soft\VPN.exe
  4. C:\Program Files\Shrew Soft\VPN Client\iked.exe

If an attacker can place a malicious executable at any of the earlier path locations, it will be executed with the privileges of the service account—typically SYSTEM.

Root Cause

The root cause of this vulnerability lies in the improper registration of the VPN client's service executable path in the Windows Service Control Manager. During installation, the service path was registered without enclosing quotation marks, leaving it susceptible to path interpretation attacks when spaces exist in directory names.

Attack Vector

This is a local attack vector requiring the attacker to have write access to at least one directory in the service path hierarchy. The attack requires:

  1. Local access to the target system
  2. Write permissions to a directory such as C:\ or C:\Program Files\Shrew Soft\
  3. The ability to place a malicious executable (e.g., Program.exe or Shrew.exe)
  4. A system reboot or service restart to trigger execution

The vulnerability does not require user interaction once the malicious executable is in place, as the service startup process will automatically execute it with elevated privileges.

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

Detection Methods for CVE-2019-25283

Indicators of Compromise

  • Unexpected executables named Program.exe, Shrew.exe, or VPN.exe in C:\ or C:\Program Files\ directories
  • New processes spawning with SYSTEM privileges from unusual executable locations
  • Suspicious service startup events in Windows Event Logs correlating with unexpected process execution
  • File creation or modification events in root directories or parent paths of the VPN client installation

Detection Strategies

  • Query the Windows registry for unquoted service paths using PowerShell: Get-WmiObject Win32_Service | Where-Object { $_.PathName -notlike '"*' -and $_.PathName -like '* *' }
  • Monitor for file creation events in directories that are part of the unquoted service path hierarchy
  • Implement application whitelisting to prevent unauthorized executables from running with elevated privileges
  • Use SentinelOne's behavioral AI to detect anomalous process spawning from unexpected paths

Monitoring Recommendations

  • Enable detailed auditing of file system changes in C:\ and C:\Program Files\ directories
  • Configure alerts for service-related Event IDs (7000, 7009, 7034) that may indicate service startup anomalies
  • Deploy endpoint detection and response (EDR) solutions to monitor for privilege escalation patterns
  • Regularly audit installed services for unquoted path vulnerabilities across the enterprise

How to Mitigate CVE-2019-25283

Immediate Actions Required

  • Audit all systems running Shrew Soft VPN Client 2.2.2 for unquoted service paths
  • Manually correct the service path in the Windows registry by adding quotation marks around the executable path
  • Restrict write permissions to directories in the service path hierarchy to administrators only
  • Consider replacing Shrew Soft VPN Client with an actively maintained VPN solution

Patch Information

No official patch has been identified in the available CVE data. The Shrew Soft VPN Client appears to be legacy software, and users should verify with the Shrew Soft Homepage for any available updates or consider migrating to alternative VPN solutions.

For organizations that must continue using this software, manual remediation of the unquoted service path is required.

Workarounds

  • Manually quote the service path in the registry at HKLM\SYSTEM\CurrentControlSet\Services\iked by enclosing the ImagePath value in quotation marks
  • Remove write permissions for non-administrative users from C:\ and C:\Program Files\ directories
  • Implement application control policies to block execution of unexpected executables in common exploitation paths
  • Deploy file integrity monitoring on directories susceptible to exploitation
bash
# Registry fix to quote the service path (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\iked" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Shrew Soft\VPN Client\iked.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/TechShrew Soft Vpn Client

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

  • Shrew Soft Homepage

  • VulnCheck Advisory: Shrew Soft VPN
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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