CVE-2016-20086: Vembu StoreGrid 4.0 Unquoted Service Path Privilege Escalation
Vembu StoreGrid 4.0 has a privilege escalation vulnerability in two critical Windows services—RemoteBackup and RemoteBackup_webServer. These services are configured with unquoted file paths, which means an attacker with local system access can place a malicious executable in a location along the service's search path. When the service is restarted, Windows will execute the attacker's code instead of the legitimate service binary, granting the attacker full system-level (LocalSystem) privileges. This is a classic local privilege escalation attack that requires initial local access but yields complete system compromise.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-428
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-19 / 2026-06-22
NVD description (verbatim)
Vembu StoreGrid 4.0 contains an unquoted service path vulnerability in the RemoteBackup and RemoteBackup_webServer services that allows local attackers to escalate privileges. Attackers can place a malicious executable in the unquoted path and restart the service to execute code with LocalSystem privileges.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2016-20086 exploits an unquoted service path vulnerability (CWE-428) in Vembu StoreGrid 4.0's RemoteBackup and RemoteBackup_webServer services. When a Windows service path is not enclosed in quotes and contains spaces, the service control manager's path resolution can be hijacked. An attacker with local user privileges can create a malicious executable in a predictable location within the service path (such as C:\Program Files\Vembu\StoreGrid\ or a parent directory if paths are not fully qualified) and trigger a service restart. The service manager will execute the attacker's binary with LocalSystem privileges, bypassing normal access controls. This vulnerability requires no user interaction and minimal system privileges to exploit.
Business impact
Successful exploitation results in complete local system compromise. An attacker who gains LocalSystem privileges can install persistent backdoors, steal sensitive data, modify or delete backups, disable security controls, and pivot to other systems on the network. For organizations relying on StoreGrid for backup and disaster recovery, a compromised instance could undermine the integrity of backup data—the very asset the system is designed to protect. The risk is particularly acute in multi-tenant or shared hosting environments where multiple users have local access to the same server.
Affected systems
Vembu StoreGrid version 4.0 is explicitly affected. Organizations should verify whether they are running this version or determine if later versions have addressed this flaw. The vulnerability affects the RemoteBackup and RemoteBackup_webServer services specifically, both of which are core components of the backup platform.
Exploitability
The vulnerability has a CVSS 3.1 score of 7.8 (HIGH) with a vector of AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, indicating local attack vector, low attack complexity, and requirement for low-level user privileges. Exploitation requires no user interaction and results in high impact to confidentiality, integrity, and availability. This is a straightforward privilege escalation technique that does not rely on race conditions or advanced techniques; unquoted service paths are a well-known and commonly exploited weakness. The attack is practical and reliable once an attacker has initial local access.
Remediation
The primary remediation is to upgrade to a patched version of Vembu StoreGrid. Verify the latest available version and patch timeline directly from Vembu's official advisory. As an interim mitigation, review the file system permissions on the directory containing StoreGrid binaries and parent directories to restrict write access to LocalSystem and Administrators only, preventing non-privileged users from creating files in the service path. Additionally, audit which user accounts have local logon privileges on servers running StoreGrid and apply the principle of least privilege.
Patch guidance
Contact Vembu for the current security advisory and patched version number, as this is the most reliable path to remediation. Apply patches to all Vembu StoreGrid 4.0 instances in your environment. Test patches in a non-production environment first, given that StoreGrid is a backup system and service disruption could impact recovery capabilities. Coordinate patching with backup windows and disaster recovery planning.
Detection guidance
Monitor Windows Event Viewer for service start/stop events on RemoteBackup and RemoteBackup_webServer services, particularly out-of-band restarts. Check the Windows registry for the service image path (HKLM\SYSTEM\CurrentControlSet\Services\RemoteBackup and RemoteBackup_webServer) and confirm each path is properly quoted and does not contain spaces in unquoted directories. Use file integrity monitoring to detect unauthorized files placed in the StoreGrid installation directory or parent paths. Look for suspicious executable files in C:\Program Files\Vembu\ or related subdirectories with recent creation timestamps and unusual names.
Why prioritize this
This vulnerability merits prompt attention due to its HIGH CVSS score (7.8), the low barriers to exploitation (only local access and low privileges required), and the critical role of backup systems in organizational resilience. Compromise of a backup platform is particularly damaging because it undermines the security of the entire ecosystem it protects. Although the CISA KEV list does not currently include this CVE, the combination of unquoted service paths, LocalSystem privilege escalation, and known attack techniques means it should be treated as a realistic and near-term threat.
Risk score, explained
The CVSS 3.1 score of 7.8 reflects the vulnerability's high severity. The local attack vector (AV:L) and requirement for low-level user privileges (PR:L) mean the vulnerability is not remotely exploitable, reducing urgency compared to network-based flaws. However, low attack complexity (AC:L) and high impact (complete confidentiality, integrity, and availability compromise) elevate the score. For backup-critical systems, the actual business risk may exceed the numerical score because a compromised backup platform can render disaster recovery capabilities unreliable.
Frequently asked questions
Does this vulnerability affect Vembu StoreGrid versions other than 4.0?
The vulnerability is explicitly documented for version 4.0. Determine whether your deployment runs this version or a later one by checking your StoreGrid installation. Contact Vembu to confirm whether earlier or later versions are also affected.
Can this vulnerability be exploited remotely?
No. The attack vector is local (AV:L), meaning the attacker must have already gained local access to the server running StoreGrid. Remote exploitation would require a separate vulnerability to establish initial local access.
What is the immediate action if we are running Vembu StoreGrid 4.0?
Verify that you are indeed running version 4.0, consult Vembu's official security advisory for patched versions and guidance, and plan an upgrade. In parallel, restrict file system write permissions on StoreGrid directories to LocalSystem and Administrators to reduce the window of exposure.
How does an unquoted service path lead to privilege escalation?
When a Windows service path lacks quotes and contains spaces, the service control manager parses it ambiguously. For example, a path like C:\Program Files\Vembu\StoreGrid\bin\RemoteBackup.exe is parsed as C:\Program, and the system searches for an executable named Files.exe, then Vembu.exe, etc. An attacker can drop a malicious executable at one of those locations (e.g., C:\Program Files\Vembu.exe) and cause it to execute with the service's privileges (LocalSystem) when the service starts or restarts.
This analysis is provided for informational purposes and is based on the CVE record and publicly available information as of the publication date. SEC.co does not verify the technical accuracy of vendor claims or the availability of patches. Organizations should consult Vembu's official security advisory and conduct their own risk assessment. This document does not constitute legal or professional security advice, and readers should engage qualified security professionals to assess their specific environments. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20085HIGHRealtek Audio Driver Privilege Escalation Vulnerability (CVSS 7.8)
- CVE-2016-20087HIGHFortitude HTTP 1.0.4.0 Privilege Escalation via Unquoted Service Path
- CVE-2016-20088HIGHComodo Chromodo Unquoted Service Path Privilege Escalation
- CVE-2016-20089HIGHIperius Remote 1.7.0 Unquoted Service Path SYSTEM Privilege Escalation
- CVE-2016-20090HIGHComodo Dragon Browser Privilege Escalation via Unquoted Service Path
- CVE-2016-20091HIGHWindows Firewall Control Unquoted Service Path Privilege Escalation
- CVE-2016-20092HIGHNetDrive 2.6.12 Unquoted Service Path Privilege Escalation
- CVE-2016-20093HIGHUnquoted Service Path Privilege Escalation in Wise Care 365 and Wise Disk Cleaner