VYPR
High severity7.8NVD Advisory· Published Apr 4, 2026· Updated Apr 16, 2026

CVE-2016-20061

CVE-2016-20061

Description

sheed AntiVirus 2.3's ShavProt service has an unquoted path vulnerability enabling local privilege escalation to LocalSystem.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

sheed AntiVirus 2.3's ShavProt service has an unquoted path vulnerability enabling local privilege escalation to LocalSystem.

Vulnerability

Overview

The sheed AntiVirus 2.3 installation configures the ShavProt service with an unquoted binary path: C:\Program Files\Sheed AntiVirus\shgrprot.exe. This constitutes a CWE-428 unquoted search path or element vulnerability [1][2]. When Windows attempts to start the service, it will search each space-separated component of the path for an executable, allowing an attacker to place a malicious binary at a location earlier in the path hierarchy.

Exploitation

Prerequisites

Exploitation requires local access to the system with privileges sufficient to write to a directory in the unquoted path, such as C:\Program.exe or C:\Program Files\Sheed.exe. The attacker must then trigger a service restart or system reboot. The service runs with LocalSystem privileges, as shown by the SERVICE_START_NAME field [1].

Impact

Upon service start, Windows will execute the attacker's planted executable instead of the legitimate shgrprot.exe. This grants the attacker code execution with full LocalSystem account rights, the highest level of privilege on a Windows system, enabling full control over the affected host [1][2].

Mitigation

The vendor has not released a patched version; the latest version 2.3 remains vulnerable. Administrators should manually quote the service binary path using sc config ShavProt binPath="C:\Program Files\Sheed AntiVirus\shgrprot.exe" or remove the software if no update is available [1][2].

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

4

News mentions

0

No linked articles in our index yet.