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

CVE-2020-36958: Kite Privilege Escalation Vulnerability

CVE-2020-36958 is a privilege escalation flaw in Kite 1.2020.1119.0 caused by an unquoted service path. Attackers can exploit this to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: January 30, 2026

CVE-2020-36958 Overview

CVE-2020-36958 is an unquoted service path vulnerability affecting Kite version 1.2020.1119.0, a popular AI-powered coding assistant for developers. The vulnerability exists in the KiteService Windows service, where the executable path C:\Program Files\Kite\KiteService.exe is not properly quoted in the service configuration. This allows local attackers with limited privileges to potentially execute arbitrary code and escalate privileges on affected systems.

Unquoted service path vulnerabilities are a well-known class of Windows privilege escalation issues classified under CWE-428. When Windows attempts to start a service with an unquoted path containing spaces, it searches for executables in a predictable order, enabling attackers to plant malicious binaries in locations that Windows will execute before reaching the legitimate service executable.

Critical Impact

Local attackers can exploit this vulnerability to achieve privilege escalation by placing malicious executables in writable directories within the service path, potentially gaining SYSTEM-level access on vulnerable Windows systems.

Affected Products

  • Kite 1.2020.1119.0
  • KiteService Windows Service

Discovery Timeline

  • 2026-01-26 - CVE-2020-36958 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2020-36958

Vulnerability Analysis

The KiteService Windows service is configured with an unquoted executable path: C:\Program Files\Kite\KiteService.exe. When Windows parses this path during service startup, it interprets the space between "Program" and "Files" as a potential delimiter. This causes Windows to search for executables in the following order:

  1. C:\Program.exe
  2. C:\Program Files\Kite\KiteService.exe

If an attacker can write to the C:\ root directory (which may be possible depending on system configuration and user privileges), they can place a malicious executable named Program.exe that will be executed with SYSTEM privileges when the KiteService starts.

The vulnerability requires local access to the target system and the ability to write files to specific directories within the service path. Successful exploitation results in arbitrary code execution with elevated privileges, potentially compromising the entire system.

Root Cause

The root cause of CVE-2020-36958 is the improper configuration of the Windows service path during Kite's installation process. The service registry entry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KiteService stores the ImagePath value without enclosing quotation marks. This oversight violates Windows security best practices for service configuration, as paths containing spaces must be quoted to prevent path interpretation ambiguities.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have authenticated access to the target Windows system. The exploitation process involves:

  1. Identifying the unquoted service path for KiteService
  2. Determining writable locations within the path hierarchy
  3. Placing a malicious executable (e.g., Program.exe in C:\) that matches the truncated path
  4. Waiting for or triggering a service restart to execute the malicious binary with SYSTEM privileges

The technical details and exploitation methodology are documented in Exploit-DB #49205. The attack complexity is low, requiring no user interaction beyond the initial system access.

Detection Methods for CVE-2020-36958

Indicators of Compromise

  • Presence of unexpected executable files named Program.exe in the C:\ root directory
  • Unauthorized modifications to the KiteService registry entry or service configuration
  • Unusual process execution chains originating from service startup operations
  • Unexpected child processes spawned by services.exe with unusual naming patterns

Detection Strategies

  • Query Windows services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'}
  • Monitor the C:\ root directory for creation of new executable files
  • Implement file integrity monitoring on common unquoted path exploitation targets
  • Review service configurations during security audits for missing quotation marks

Monitoring Recommendations

  • Enable Windows Security Event logging for service creation and modification events (Event ID 7045)
  • Configure endpoint detection solutions to alert on suspicious executable creation in root directories
  • Implement application whitelisting to prevent unauthorized executable execution
  • Monitor for privilege escalation patterns following local user authentication

How to Mitigate CVE-2020-36958

Immediate Actions Required

  • Verify if Kite 1.2020.1119.0 is installed on affected systems and assess exposure
  • Manually correct the service path by adding quotation marks to the registry entry
  • Restrict write permissions on the C:\ root directory to prevent executable placement
  • Consider removing or disabling the Kite application if no longer actively used

Patch Information

At the time of CVE publication, vendor-specific patch information was not available in the advisory data. Organizations should consult the Kite Homepage for updates or alternative security guidance. The VulnCheck Advisory provides additional technical details about the vulnerability.

Workarounds

  • Manually fix the unquoted service path by modifying the Windows Registry ImagePath value for KiteService
  • Restrict write access to directories that could be exploited (particularly C:\ root)
  • Implement application control policies to prevent unauthorized executable execution
  • Use Group Policy to enforce quoted paths for all new service installations
powershell
# Fix unquoted service path for KiteService
$servicePath = 'HKLM:\SYSTEM\CurrentControlSet\Services\KiteService'
$currentPath = (Get-ItemProperty -Path $servicePath).ImagePath
if ($currentPath -notlike '"*"') {
    Set-ItemProperty -Path $servicePath -Name ImagePath -Value "`"$currentPath`""
    Write-Host "Service path has been quoted for KiteService"
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKite

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

  • Kite Homepage

  • VulnCheck 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