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

CVE-2020-36959: IDT PC Audio Privilege Escalation Issue

CVE-2020-36959 is an unquoted service path vulnerability in IDT PC Audio 1.0.6499.0 that allows local attackers to execute code with elevated privileges. This article covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2020-36959 Overview

CVE-2020-36959 is an unquoted service path vulnerability affecting IDT PC Audio version 1.0.6499.0. This security flaw allows local users to potentially execute arbitrary code with elevated system privileges by exploiting the improperly quoted service path in the STacSV service. When Windows attempts to start the service, it may inadvertently execute a malicious binary placed in a directory along the unquoted path, granting the attacker LocalSystem account permissions.

Critical Impact

Local attackers can achieve privilege escalation to SYSTEM level by exploiting the unquoted service path, enabling complete system compromise on affected Windows hosts.

Affected Products

  • IDT PC Audio version 1.0.6499.0
  • Windows systems with the STacSV service installed
  • Systems with write access to directories in the service path

Discovery Timeline

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

Technical Details for CVE-2020-36959

Vulnerability Analysis

This vulnerability is classified as CWE-428 (Unquoted Search Path or Element). The IDT PC Audio software installs the STacSV service with a binary path that contains spaces but is not enclosed in quotation marks. When Windows services are configured with unquoted paths containing spaces, the operating system's path parsing mechanism creates an exploitable condition.

During service startup, Windows interprets the unquoted path ambiguously. For example, if the service path is C:\Program Files\IDT\WDM\STacSV.exe, Windows will attempt to execute binaries in the following order: C:\Program.exe, C:\Program Files\IDT\WDM\STacSV.exe. An attacker with write access to C:\ could place a malicious Program.exe that would execute with LocalSystem privileges before the legitimate service binary.

Root Cause

The root cause stems from improper configuration during the software installation process. The service registration in the Windows registry fails to enclose the ImagePath value in quotation marks when the path contains spaces. This is a common oversight in Windows application development that creates a privilege escalation vector. The STacSV service runs under the LocalSystem account, meaning any code executed through this vulnerability inherits the highest level of system privileges available.

Attack Vector

The attack requires local access to the target system and write permissions to a directory within the unquoted service path. An attacker would:

  1. Identify the unquoted service path for STacSV
  2. Determine writable directories along the path segments
  3. Place a malicious executable with a name matching a truncated path segment
  4. Wait for the service to restart or trigger a system reboot
  5. The malicious binary executes with SYSTEM privileges

Since this is a local attack vector, the attacker must already have some level of access to the target machine. However, this vulnerability enables escalation from a low-privileged user account to full SYSTEM control. Technical details and proof-of-concept information are available in the Exploit-DB #49191 entry and the VulnCheck Advisory.

Detection Methods for CVE-2020-36959

Indicators of Compromise

  • Unexpected executable files in C:\ root directory or C:\Program Files\ with names like Program.exe
  • Unusual process execution events from the STacSV service parent process
  • Registry modifications to the STacSV service ImagePath value
  • Anomalous file creation events in directories along the service path

Detection Strategies

  • Monitor for executable file creation in root directories and common path segments like C:\Program.exe or C:\Program Files\Common.exe
  • Query Windows services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'}
  • Implement endpoint detection rules for suspicious binaries executing under the STacSV service context
  • Review Windows Security Event logs for service-related process creation (Event ID 7045)

Monitoring Recommendations

  • Configure SentinelOne to alert on new executable file creation in system root directories
  • Enable behavioral monitoring for privilege escalation patterns involving Windows services
  • Deploy file integrity monitoring on directories commonly targeted by unquoted service path attacks
  • Monitor for service restarts or modifications to the STacSV service configuration

How to Mitigate CVE-2020-36959

Immediate Actions Required

  • Audit all installed Windows services for unquoted paths using automated scanning tools
  • Manually add quotation marks to the STacSV service ImagePath in the registry
  • Restrict write permissions on directories in the service path to administrators only
  • Consider removing or disabling the IDT PC Audio software if not required for business operations

Patch Information

No official vendor patch has been identified in the available advisory data. Organizations should contact IDT or their hardware vendor for updated driver packages that address this vulnerability. The PCON Life Download Resource may contain relevant software information.

Workarounds

  • Manually correct the registry entry by adding quotation marks around the service path
  • Use Windows built-in sc command to reconfigure the service with a properly quoted path
  • Implement application whitelisting to prevent unauthorized executables from running in sensitive directories
  • Deploy endpoint protection solutions like SentinelOne that can detect and block privilege escalation attempts
bash
# Configuration example - Fix unquoted service path via registry
# Run as Administrator in PowerShell

# Query current service path
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\STacSV" -Name ImagePath

# Update with quoted path (adjust path as needed for your installation)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\STacSV" -Name ImagePath -Value '"C:\Program Files\IDT\WDM\STacSV64.exe"'

# Verify the change
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\STacSV" -Name ImagePath

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIdt Pc Audio

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

  • PCON Life Download Resource

  • VulnCheck Advisory: IDT PC Audio
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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