
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2020-36930 is an unquoted service path vulnerability (CWE-428) in SysGauge Server 7.9.18, developed by Flexense. The flaw exists in the binary path configuration for C:\Program Files\SysGauge Server\bin\sysgaus.exe, allowing local attackers with low privileges to inject and execute malicious code. The CVE was received from VulnCheck on January 15, 2026, and NVD published it on the same date. It carries a CVSS v3.1 base score of 7.8 (High) and a CVSS v4.0 base score of 8.5 (High) (VulnCheck Advisory).
The root cause is CWE-428 (Unquoted Search Path or Element): when Windows resolves a service binary path containing spaces without enclosing quotes, it attempts to execute intermediate path segments as executables. For the path C:\Program Files\SysGauge Server\bin\sysgaus.exe, Windows may first attempt to execute C:\Program.exe or C:\Program Files\SysGauge.exe before reaching the intended binary. A local attacker with write access to a parent directory in the path can place a malicious executable at one of these intermediate locations, which will then be executed with the privileges of the SysGauge service (typically SYSTEM) upon service start or restart. No user interaction is required beyond the initial file placement (VulnCheck Advisory, Exploit-DB).
Successful exploitation grants a local low-privileged attacker full control over the affected Windows system, as the SysGauge service typically runs with SYSTEM-level privileges. This results in complete compromise of confidentiality, integrity, and availability — the attacker can read sensitive data, modify system files, install persistent backdoors, or disrupt service operation. The attack is confined to the local system (scope unchanged), but once SYSTEM-level access is achieved, lateral movement to other networked systems becomes feasible (VulnCheck Advisory).
A public proof-of-concept exploit is available on Exploit-DB (EDB-50009), referenced by both VulnCheck and CISA-ADP (Exploit-DB). The EPSS score is approximately 0.012%, indicating a low probability of widespread automated exploitation in the near term. There is no current evidence of in-the-wild exploitation or threat actor attribution, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access to the target system, limiting the attack surface compared to network-exploitable vulnerabilities.
sc qc SysGaugeServer or wmic service get name,pathname,startmode to enumerate service binary paths and identify the unquoted path.C:\Program.exe, C:\Program Files\SysGauge.exe, or C:\Program Files\SysGauge Server\bin\sysgaus.exe) is exploitable based on write permissions available to the low-privileged attacker.Program.exe in C:\).C:\Program.exe) using the attacker's low-privileged account.sc stop SysGaugeServer and sc start SysGaugeServer. Windows will resolve the unquoted path and execute the malicious binary with SYSTEM privileges.C:\Program.exe, C:\Program Files\SysGauge.exe, or similar; files with recent creation timestamps in directories that should not contain executables.C:\Program.exe) rather than the legitimate C:\Program Files\SysGauge Server\bin\sysgaus.exe; unexpected child processes (e.g., cmd.exe, powershell.exe) with SYSTEM-level tokens.The primary remediation is to enclose the SysGauge Server service binary path in double quotes in the Windows registry, changing the ImagePath value under HKLM\SYSTEM\CurrentControlSet\Services\SysGaugeServer to "C:\Program Files\SysGauge Server\bin\sysgaus.exe". Administrators should also check for and remove any suspicious executables placed in intermediate path locations (e.g., C:\Program.exe). It is recommended to verify whether a patched version of SysGauge Server is available from the vendor at sysgauge.com and upgrade if so. Additionally, restrict write permissions to root directories (e.g., C:\) for non-administrative users as a defense-in-depth measure (VulnCheck Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."