Cyber Resilience

CVE-2016-20060

HighPublic PoC

Published: 04 April 2026

Published
04 April 2026
Modified
16 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.0015 4.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2016-20060 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Hotspotshield (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 4.6th 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 RA-5 (Vulnerability Monitoring and Scanning).

Deeper analysis

CVE-2016-20060 is an unquoted service path vulnerability in the hshld service binary of Hotspot Shield version 6.0.3. This classic Windows service misconfiguration (CWE-428) occurs when the service path lacks proper quoting, enabling attackers to hijack execution by placing malicious files in intermediate directories searched by the system.

Local attackers with low privileges (PR:L) can exploit this vulnerability with low attack complexity (AC:L) and no user interaction required. By injecting a malicious executable into a writable directory along the service path, they trigger execution with LocalSystem privileges upon service restart or system reboot, resulting in high impacts on confidentiality, integrity, and availability (CVSS:3.1 score of 7.8).

References include a proof-of-concept exploit on Exploit-DB (ID 40528) and an advisory from VulnCheck detailing the privilege escalation. Hotspot Shield vendor pages provide download links, which may relate to updates addressing the issue, though specific patch instructions are outlined in these resources.

EU & UK References

Vulnerability details

Hotspot Shield 6.0.3 contains an unquoted service path vulnerability in the hshld service binary that allows local attackers to escalate privileges by injecting malicious executables. Attackers can place executable files in the service path and upon service restart or system…

more

reboot, the malicious code executes with LocalSystem privileges.

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.
Why these techniques?

Unquoted service path directly enables path interception by unquoted path (T1574.009) for local privilege escalation to LocalSystem.

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

CVEs Like This One

CVE-2020-36928Shared CWE-428
CVE-2023-54336Shared CWE-428
CVE-2020-37048Shared CWE-428
CVE-2019-25306Shared CWE-428
CVE-2020-36979Shared CWE-428
CVE-2020-36929Shared CWE-428
CVE-2020-37017Shared CWE-428
CVE-2021-47859Shared CWE-428
CVE-2019-25309Shared CWE-428
CVE-2021-47790Shared CWE-428

Affected Assets

Hotspotshield
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 services, including proper quoting of executable paths to directly prevent unquoted service path privilege escalation vulnerabilities like CVE-2016-20060.

prevent

Requires identification, reporting, and timely correction of flaws such as the unquoted service path in Hotspot Shield's hshld service to remediate the vulnerability before exploitation.

detect

Mandates vulnerability scanning that identifies unquoted service path misconfigurations in services like hshld, enabling detection and prioritization for remediation.

References