Cyber Resilience

CVE-2020-36959

HighPublic PoC

Published: 26 January 2026

Published
26 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.5 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
EPSS Score 0.0013 2.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-36959 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Pconlife (inferred from references). Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception by Unquoted Path (T1574.009); ranked at the 2.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2020-36959 is an unquoted service path vulnerability affecting IDT PC Audio version 1.0.6499.0. The issue resides in the STacSV service, where the unquoted path allows local users to potentially execute arbitrary code with elevated system privileges by injecting malicious code that runs under LocalSystem account permissions during service startup. It is classified under CWE-428 and carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Local attackers with low privileges (PR:L) can exploit this vulnerability with low complexity and no user interaction required. By placing a malicious executable in a directory controlled by the attacker along the unquoted service path, they can achieve arbitrary code execution with SYSTEM-level privileges when the STacSV service starts, potentially leading to full system compromise including high impacts on confidentiality, integrity, and availability.

Advisories and related resources, including an exploit on Exploit-DB (https://www.exploit-db.com/exploits/49191), a download link (https://www.pconlife.com/download/otherfile/20566/90674cffc8658c4f2bf58d43bb9b7ccb/), and a Vulncheck advisory (https://www.vulncheck.com/advisories/idt-pc-audio-stacsv-unquoted-service-path), provide further details on the issue. The vulnerability was published on 2026-01-26T18:16:26.840, with an available proof-of-concept exploit indicating potential for real-world local privilege escalation.

EU & UK References

Vulnerability details

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…

more

with LocalSystem account permissions during service startup.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.009 Path Interception by Unquoted Path Stealth
Adversaries may execute their own malicious payloads by hijacking vulnerable file path references.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Unquoted service path in STacSV directly enables path interception for SYSTEM-level code execution (T1574.009) and local privilege escalation (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2022-50914Shared CWE-428
CVE-2020-36982Shared CWE-428
CVE-2020-36987Shared CWE-428
CVE-2021-47825Shared CWE-428
CVE-2020-37059Shared CWE-428
CVE-2020-36953Shared CWE-428
CVE-2022-50935Shared CWE-428
CVE-2021-47864Shared CWE-428
CVE-2020-37060Shared CWE-428
CVE-2019-25308Shared CWE-428

Affected Assets

Pconlife
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces and documents secure configuration settings for system components, including properly quoted service executable paths to directly prevent exploitation of unquoted service path vulnerabilities like that in STacSV.

prevent

Requires identification, reporting, and timely correction of flaws such as the unquoted service path in IDT PC Audio STacSV, mitigating the vulnerability through patching or reconfiguration.

prevent

Employs least privilege for system processes and services like STacSV, limiting the privileges available to malicious code executed via the unquoted path and reducing escalation impact.

References