CVE-2016-20093: Unquoted Service Path Privilege Escalation in Wise Care 365 and Wise Disk Cleaner
Wise Care 365 version 4.27 and Wise Disk Cleaner version 9.29 contain a local privilege escalation vulnerability caused by improper quoting of service executable paths. An attacker with local access to the system can place a malicious executable in the system root directory with a name that matches part of the unquoted service path. When the affected service starts or the system reboots, Windows will execute the attacker's malicious file with SYSTEM privileges instead of the intended legitimate executable, granting the attacker complete control over the compromised system.
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-23
NVD description (verbatim)
Wise Care 365 4.27 and Wise Disk Cleaner 9.29 contain unquoted service path vulnerabilities in the WiseBootAssistant and SpyHunter 4 Service respectively, allowing local users to execute arbitrary code with SYSTEM privileges. Attackers can insert malicious executables in the system root path that execute during service startup or system reboot with elevated privileges.
4 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
This vulnerability stems from unquoted service paths in the WiseBootAssistant service (Wise Care 365) and the SpyHunter 4 Service (Wise Disk Cleaner). When a service path is not enclosed in quotes and contains spaces, Windows searches for and executes the first matching executable it finds in the path hierarchy. An attacker with local user privileges can exploit this by creating a specially-named executable in a directory that appears earlier in the search order—typically the system root or another world-writable location. The vulnerability is classified as CWE-428 (Unquoted Search Path or Element), a well-known local privilege escalation vector. Upon service initialization or system restart, the malicious executable runs with SYSTEM-level privileges, bypassing standard user account restrictions.
Business impact
Successful exploitation allows an attacker with any local user account on an affected system to gain SYSTEM privileges, effectively owning the machine. This enables data theft, malware installation, lateral movement within the network, ransomware deployment, and persistent backdoor establishment. For organizations using Wise Care 365 or Wise Disk Cleaner on workstations, servers, or administrative systems, this represents a significant privilege escalation risk. The impact is particularly severe if these utilities are deployed on systems handling sensitive data or critical infrastructure.
Affected systems
Wise Care 365 version 4.27 and Wise Disk Cleaner version 9.29 are explicitly affected. The vulnerability requires local system access and affects any Windows system running these specific versions or potentially earlier versions with the same unquoted service path issue. Organizations should verify whether affected versions are present in their environment and determine if later patched versions exist from the vendors.
Exploitability
The vulnerability is straightforward to exploit given local access. The attacker does not need elevated privileges to begin the attack, only a standard user account. Exploitation does not require user interaction or system network connectivity. The complexity is low because the Windows service path resolution mechanism is deterministic and well-documented. However, practical exploitation depends on the attacker having write access to the relevant directories and knowledge of when the service will be restarted. The CVSS score of 7.8 reflects the high impact of SYSTEM privilege execution combined with the relatively low attack complexity.
Remediation
Update Wise Care 365 and Wise Disk Cleaner to versions that contain properly quoted service paths. Organizations should verify the availability of patched versions from Wise (Wisecleaner Inc.) and deploy them through standard patch management processes. Until patches are available or deployed, mitigating controls include restricting local user account creation, enforcing strong account and password policies, and preventing execution of programs from the system root or other world-writable locations through application whitelisting or executable restrictions.
Patch guidance
Check the vendor advisory and security update information from Wise (Wisecleaner Inc.) to identify patched versions that address the unquoted service path issue. Patches should be tested in a non-production environment before organization-wide rollout. The update process typically involves uninstalling the affected version and installing the latest available release. After patching, verify that service paths are properly quoted in the Windows service registry entries (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services). System restart may be required to fully apply the patch and ensure the corrected service configuration is active.
Detection guidance
Review the service configuration of affected systems by querying the Windows Registry or using the Get-Service and Get-CimInstance PowerShell cmdlets to inspect the ImagePath value of WiseBootAssistant and SpyHunter 4 Service entries. Unquoted paths will appear without double quotes around the full executable path. Search for suspicious executable files in system root directories (C:\) and other common locations that might be weaponized for this attack. Monitor service startup events in Windows Event Viewer (System log, Event ID 7000-7009) for unexpected executable execution. Endpoint detection and response (EDR) solutions should flag suspicious service execution or file creation in sensitive directories by non-administrative processes.
Why prioritize this
This vulnerability merits prompt attention because it provides a direct path to SYSTEM privilege escalation on affected systems without requiring user interaction or network access. Any local user—including those with minimal system privileges—can exploit it. The affected products are system maintenance utilities likely deployed across multiple workstations in many organizations. The combination of ease of exploitation, high impact, and potential prevalence justifies treating this as a near-term remediation priority, particularly for systems with multiple user accounts or shared access.
Risk score, explained
The CVSS 3.1 score of 7.8 (HIGH) reflects: Attack Vector Local (AV:L) because local system access is required; Attack Complexity Low (AC:L) because standard path resolution mechanisms are exploited; Privileges Required Low (PR:L) because a standard user account suffices; User Interaction None (UI:N) because the attack is automatic upon service restart; Scope Unchanged (S:U) because the impact is confined to the affected system; and all three impact metrics (Confidentiality, Integrity, Availability) rated High (C:H/I:H/A:H) because SYSTEM-level code execution grants complete system compromise. The score appropriately captures the serious local privilege escalation risk.
Frequently asked questions
What's the practical difference between this vulnerability and a typical privilege escalation attack?
This is a local privilege escalation that requires the attacker to already have local access to the system (standard user account). It does not provide remote code execution; an attacker cannot exploit it directly from across the network. However, once an attacker has any foothold on the system—even via phishing, weak credentials, or a separate vulnerability—this flaw lets them quickly escalate to SYSTEM privileges, which is a significant second-stage attack.
Can this vulnerability be exploited if the system has User Account Control (UAC) enabled?
UAC controls elevation requests for admin-level actions but does not prevent local user code execution or service manipulation. This vulnerability exploits the Windows service startup mechanism, which runs services at their configured privilege level automatically during boot or restart, bypassing UAC prompts. Therefore, UAC does not mitigate this specific flaw.
If I'm not using Wise Care 365 or Wise Disk Cleaner, should I be concerned?
Only if these specific products are installed on your systems. This CVE is narrowly scoped to those two applications. However, unquoted service path vulnerabilities are a general class of issue that can appear in other software. If you manage systems with custom or third-party services, reviewing their ImagePath configuration for proper quoting is a good security practice.
What's the safest immediate action if I can't patch right away?
Disable the affected services (WiseBootAssistant and SpyHunter 4 Service) if their functionality is not critical to business operations. This removes the execution opportunity. Alternatively, restrict local user account creation and enforce strong authentication to reduce the likelihood of an attacker gaining the local access needed to exploit this. Apply patches as soon as they become available.
This analysis is provided for informational purposes and based on the vulnerability data available as of the publication date. Organizations should verify patch availability and compatibility with their specific environments before deployment. This content does not constitute legal advice or a guarantee of security. Exploitation details are discussed in general terms to aid defenders; this information is not intended as a weaponization guide. Security decisions should be made in consultation with your organization's risk and compliance teams. 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-20086HIGHVembu StoreGrid 4.0 Unquoted Service Path Privilege Escalation
- 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