CVE-2020-36933
Unknown Unknown - Not Provided
Unquoted Service Path in HTC IPTInstaller Enables Privilege Escalation

Publication date: 2026-01-25

Last updated on: 2026-01-25

Assigner: VulnCheck

Description
HTC IPTInstaller 4.0.9 contains an unquoted service path vulnerability in the PassThru Service configuration. Attackers can exploit the unquoted binary path to inject and execute malicious code with elevated LocalSystem privileges.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-25
Last Modified
2026-01-25
Generated
2026-06-16
AI Q&A
2026-01-25
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
htc iptinstaller 4.0.9
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-36933 is an unquoted service path vulnerability in the PassThru Service configuration of HTC IPTInstaller version 4.0.9. Because the service's binary path is not enclosed in quotes, an attacker with local access can place a malicious executable in a path that Windows misinterprets due to spaces in directory names. When the service starts, it may execute the malicious code with elevated LocalSystem privileges, allowing the attacker to run code with high-level system rights. [1, 3]

Impact Analysis

This vulnerability can allow an attacker with local access to escalate their privileges to LocalSystem level by injecting and executing malicious code through the unquoted service path. This means the attacker can gain full control over the affected system, compromising confidentiality, integrity, and availability of the system and its data. [1, 3]

Detection Guidance

This vulnerability can be detected by checking the service configuration for unquoted service paths. Specifically, you can use the Windows command `sc qc "PassThru Service"` to query the service configuration and look for unquoted paths in the binary path. An unquoted path with spaces, such as `C:\Program Files (x86)\HTC\Internet Pass-Through\PassThruSvr.exe`, indicates the vulnerability. [3]

Mitigation Strategies

To mitigate this vulnerability, immediately update the service path to be properly quoted to prevent path hijacking. Alternatively, ensure that the service binary path does not contain spaces or move the executable to a path without spaces. Additionally, restrict local access to trusted users only, as the exploit requires local access with low complexity. Applying any available patches or updates from HTC for IPTInstaller 4.0.9 is also recommended. [1, 3]

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