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-2020-36990

CVE-2020-36990: Input Director Privilege Escalation Flaw

CVE-2020-36990 is an unquoted service path vulnerability in Input Director 1.4.3 that enables local attackers to gain elevated privileges. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 30, 2026

CVE-2020-36990 Overview

Input Director 1.4.3 contains an unquoted service path vulnerability (CWE-428) in its Windows service configuration that allows local attackers to execute code with elevated privileges. Attackers can exploit the unquoted path during system startup or reboot to inject and run malicious executables with LocalSystem permissions. This vulnerability represents a classic Windows service misconfiguration that can lead to local privilege escalation.

Critical Impact

Local attackers with limited privileges can achieve LocalSystem-level code execution by exploiting the unquoted service path during system startup or service restart operations.

Affected Products

  • Input Director 1.4.3
  • Earlier versions of Input Director may also be affected

Discovery Timeline

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

Technical Details for CVE-2020-36990

Vulnerability Analysis

This vulnerability exists due to an improperly quoted service path in Input Director's Windows service configuration. When a Windows service executable path contains spaces and is not enclosed in quotation marks, Windows attempts to locate the executable by parsing the path at each space character. This behavior can be abused by an attacker who places a malicious executable in a location that Windows will check before reaching the legitimate service binary.

The vulnerability allows local attackers who already have some level of system access to escalate their privileges to LocalSystem, which is the highest privilege level on a Windows system. The attack requires local access and the ability to write files to specific directories in the path hierarchy. While the attack complexity is low, it does require user interaction in the form of a system restart or service restart to trigger execution of the malicious payload.

Root Cause

The root cause is an unquoted service path vulnerability (CWE-428) in the Input Director Windows service registration. When the service was installed, the path to the executable was not properly enclosed in quotation marks. For example, if the service is installed at C:\Program Files\Input Director\InputDirector.exe, Windows will attempt to execute:

  1. C:\Program.exe
  2. C:\Program Files\Input.exe
  3. C:\Program Files\Input Director\InputDirector.exe

An attacker can place a malicious executable at any of these intermediate locations to have it executed with LocalSystem privileges when the service starts.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the target system with write permissions to directories in the service path. The exploitation flow typically involves:

  1. The attacker identifies the unquoted service path in the Input Director service configuration
  2. The attacker creates a malicious executable (e.g., Program.exe or Input.exe)
  3. The attacker places the executable in an appropriate directory (e.g., C:\ or C:\Program Files\)
  4. When the system reboots or the service is restarted, Windows executes the malicious binary with LocalSystem privileges

For detailed technical information about this vulnerability, refer to the Exploit-DB entry #48795 and the VulnCheck Advisory.

Detection Methods for CVE-2020-36990

Indicators of Compromise

  • Unexpected executable files in C:\ root directory with names like Program.exe
  • Suspicious executables in C:\Program Files\ named Input.exe
  • Unauthorized modifications to the Input Director installation directory
  • Unusual process execution with LocalSystem privileges originating from non-standard paths

Detection Strategies

  • Query Windows services for unquoted paths using wmic service get name,displayname,pathname,startmode | findstr /i /v "C:\Windows\\" | findstr /i /v """
  • Monitor for file creation events in C:\ and C:\Program Files\ directories for executables that don't match known software installations
  • Use endpoint detection and response (EDR) solutions to detect privilege escalation attempts
  • Implement application whitelisting to prevent unauthorized executable execution

Monitoring Recommendations

  • Enable Windows Security Event logging for service creation and modification events (Event ID 4697)
  • Monitor for process creation events where parent process is services.exe but child process path is unexpected
  • Configure alerts for file write operations to sensitive directories by non-administrative users
  • Regularly audit service configurations for unquoted paths as part of security hygiene

How to Mitigate CVE-2020-36990

Immediate Actions Required

  • Audit the Input Director service path configuration and add quotation marks around the path if unquoted
  • Check for and remove any suspicious executables in C:\, C:\Program Files\, or other directories in the service path
  • Update to the latest version of Input Director from the official website if a patched version is available
  • Restrict write permissions on directories that appear in service executable paths

Patch Information

Users should check the Input Director Official Site for updated versions that address this vulnerability. If no patched version is available, manual remediation of the service path is required by modifying the Windows registry to add quotation marks around the service executable path.

Workarounds

  • Manually fix the unquoted service path by modifying the registry key at HKLM\SYSTEM\CurrentControlSet\Services\InputDirector\ImagePath
  • Restrict write access to the C:\ root directory and C:\Program Files\ folder to administrators only
  • Use application control policies to prevent unauthorized executable execution
  • Consider uninstalling Input Director if it is not business-critical until a vendor patch is available
bash
# PowerShell command to identify and fix unquoted service paths
# Query for unquoted paths
Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'} | Select-Object Name, PathName

# Manual registry fix (run as Administrator - modify path as needed)
# reg add "HKLM\SYSTEM\CurrentControlSet\Services\InputDirector" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Input Director\InputDirector.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/TechInput Director

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

  • Input Director Official Site

  • VulnCheck Advisory on Input Director
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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