CVE-2020-36959
Unknown Unknown - Not Provided

Unquoted Service Path in IDT PC Audio Enables Privilege Escalation

Vulnerability report for CVE-2020-36959, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-26

Last updated on: 2026-01-26

Assigner: VulnCheck

Description

IDT PC Audio 1.0.6499.0 contains an unquoted service path vulnerability that allows local users to potentially execute arbitrary code with elevated system privileges. Attackers can exploit the unquoted path in the STacSV service to inject malicious code that would execute with LocalSystem account permissions during service startup.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-26
Last Modified
2026-01-26
Generated
2026-07-06
AI Q&A
2026-01-26
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
idt pc_audio 1.0.6499.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-428 The product uses a search path that contains an unquoted element, in which the element contains whitespace or other separators. This can cause the product to access resources in a parent path.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2020-36959 is an unquoted service path vulnerability in the 'STacSV' service of IDT PC Audio version 1.0.6499.0. Because the service path is not enclosed in quotes, a local attacker can place a malicious executable in a directory path segment that the system misinterprets during service startup. When the service starts, this malicious code executes with LocalSystem account privileges, allowing the attacker to run arbitrary code with elevated system privileges. [2, 3]

Impact Analysis

This vulnerability allows a local attacker to escalate privileges by executing arbitrary code with SYSTEM-level privileges during the startup of the STacSV service. This means an attacker with local access can gain high-level control over the affected system, potentially compromising confidentiality, integrity, and availability of the system. [2, 3]

Detection Guidance

This vulnerability can be detected by checking the service path of the 'STacSV' service for unquoted spaces. On a Windows system, you can use the command: `sc qc STacSV` to query the service configuration and inspect the BINARY_PATH_NAME for unquoted spaces. If the path contains spaces and is not enclosed in quotes, the system is vulnerable to this unquoted service path issue. [2, 3]

Mitigation Strategies

Immediate mitigation steps include correcting the service path by enclosing it in quotes to prevent execution of malicious code. Alternatively, replace or patch the vulnerable executable 'STacSV64.exe' with a secure version. If replacement is needed, back up the original file, replace the executable located in the service path (e.g., 'C:\Program Files\IDT\WDM\STacSV64.exe'), and reboot the system. If the file is in use, perform the replacement in Safe Mode. Additionally, ensure that only trusted users have write permissions to directories in the service path to prevent malicious file placement. [1, 2, 3]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2020-36959. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart