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
    • 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-2020-36992

CVE-2020-36992: NordVPN Privilege Escalation Vulnerability

CVE-2020-36992 is an unquoted service path vulnerability in NordVPN 6.31.13.0 that enables local attackers to gain elevated privileges. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2020-36992 Overview

CVE-2020-36992 is an unquoted service path vulnerability in NordVPN version 6.31.13.0 that affects the nordvpn-service component. This privilege escalation vulnerability allows local attackers to execute arbitrary code with elevated LocalSystem permissions by exploiting how Windows handles unquoted service paths during system startup or reboot sequences.

Critical Impact

Local attackers can achieve privilege escalation to LocalSystem permissions, potentially gaining complete control over the affected system through the unquoted service path in nordvpn-service.

Affected Products

  • NordVPN 6.31.13.0
  • NordVPN Windows Client (nordvpn-service component)

Discovery Timeline

  • 2026-01-28 - CVE CVE-2020-36992 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36992

Vulnerability Analysis

This vulnerability falls under CWE-428 (Unquoted Search Path or Element), a well-known class of Windows privilege escalation vulnerabilities. When a Windows service executable path contains spaces and is not enclosed in quotation marks, Windows will attempt to locate and execute binaries at each space-delimited portion of the path.

The nordvpn-service in NordVPN 6.31.13.0 registers with an unquoted binary path. During service startup—whether at system boot, manual restart, or after a reboot—Windows parses this unquoted path and attempts to execute potential binaries at intermediate path locations before reaching the intended executable.

An attacker with local access and write permissions to strategic directories along the service path can plant a malicious executable. When the service starts, Windows may execute this malicious binary instead of the legitimate NordVPN service, granting the attacker LocalSystem privileges—the highest privilege level on Windows systems.

Root Cause

The root cause is the improper registration of the NordVPN service executable path without proper quotation marks. When the service path includes spaces (common in paths like C:\Program Files\NordVPN\...), Windows' CreateProcess API interprets each space as a potential path delimiter, creating the opportunity for binary planting attacks.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system. The attacker must be able to write to a directory that precedes the actual service binary in the unquoted path hierarchy. Typical exploitation scenarios include:

The attacker identifies the unquoted service path through service enumeration tools or registry inspection. They then create a malicious executable named to match an intermediate path segment (such as Program.exe in the root of C:\). Upon the next service startup or system reboot, Windows attempts to execute the planted binary with LocalSystem privileges, achieving privilege escalation.

This type of vulnerability is particularly dangerous in environments where users have write access to directories like C:\ or non-standard installation paths, and in scenarios where system administrators restart services or reboot machines as part of routine maintenance.

Detection Methods for CVE-2020-36992

Indicators of Compromise

  • Unexpected executables appearing in C:\, C:\Program.exe, or similar intermediate path locations
  • Unusual process execution chains originating from service startup events
  • Service creation or modification events involving the nordvpn-service with suspicious binary paths
  • Anomalous LocalSystem-level process activity following system reboots

Detection Strategies

  • Monitor Windows Event Logs for Service Control Manager events (Event ID 7045, 7036) involving nordvpn-service
  • Use endpoint detection tools to identify binaries in unusual locations that execute with SYSTEM privileges
  • Implement file integrity monitoring for root directories and Program Files paths
  • Query the Windows registry for unquoted service paths using automated vulnerability scanners

Monitoring Recommendations

  • Enable detailed process creation auditing (Event ID 4688) with command-line logging
  • Deploy SentinelOne's behavioral AI to detect suspicious privilege escalation patterns during service startup sequences
  • Establish baselines for normal service execution patterns and alert on deviations
  • Monitor for new executable files created in system root directories

How to Mitigate CVE-2020-36992

Immediate Actions Required

  • Upgrade NordVPN to the latest available version that addresses the unquoted service path
  • Audit the NordVPN service registration to verify the binary path is properly quoted
  • Restrict write permissions on directories in the service path to administrative users only
  • Review systems for any suspicious executables that may have been planted for exploitation

Patch Information

NordVPN users should update to the latest version of the NordVPN client. Verify the service path is correctly quoted after updating by checking the Windows Services console or querying the registry. For additional details, refer to the VulnCheck Security Advisory and Exploit-DB #48790 for technical context.

Workarounds

  • Manually quote the service path in the registry at HKLM\SYSTEM\CurrentControlSet\Services\nordvpn-service by adding quotation marks around the ImagePath value
  • Remove write permissions from the C:\ root directory and intermediate path directories for non-administrative users
  • Consider using application whitelisting to prevent unauthorized binaries from executing in sensitive directories
  • Implement least-privilege principles to minimize the impact of potential exploitation
bash
# Verify and fix unquoted service path via command line
# Check current path (PowerShell as Administrator)
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\nordvpn-service" -Name ImagePath

# Manually quote the path if unquoted (replace with actual path)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\nordvpn-service" -Name ImagePath -Value '"C:\Program Files\NordVPN\nordvpn-service.exe"'

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNord Vpn

  • 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
  • NordVPN Official Website

  • Exploit-DB #48790

  • VulnCheck Security Advisory
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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