CVE-2016-20089
Received Received - Intake
Iperius Remote Unquoted Service Path Privilege Escalation

Publication date: 2026-06-19

Last updated on: 2026-06-19

Assigner: VulnCheck

Description
Iperius Remote 1.7.0 contains an unquoted service path vulnerability that allows local users to execute arbitrary code with SYSTEM privileges by exploiting the service installation path. When installed from directories containing spaces, attackers can place malicious executables in the path to be executed with elevated privileges during service startup or system reboot.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-19
Last Modified
2026-06-19
Generated
2026-06-19
AI Q&A
2026-06-19
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
iperus iperius_remote 1.7.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-428 The product uses a search path that contains an unquoted element, in which the element contains whitespace or other separators. This can cause the product to access resources in a parent path.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability in Iperius Remote 1.7.0 is an unquoted service path issue that allows local users to execute arbitrary code with SYSTEM privileges.

When the software is installed in directories containing spaces, the unquoted path can be exploited by attackers who place malicious executables in the service path.

During service startup or system reboot, the system may execute the attacker's malicious code with elevated SYSTEM-level privileges.

Impact Analysis

This vulnerability can lead to privilege escalation, allowing a local attacker to run arbitrary code with SYSTEM-level privileges.

An attacker with local access and the ability to place malicious files in the service path can gain full control over the affected system.

This can result in unauthorized system modifications, data theft, or further compromise of the network.

Detection Guidance

This vulnerability can be detected by checking the service installation path for unquoted spaces. Specifically, you should identify the path where Iperius Remote service is installed and verify if it contains spaces without quotes.

A common method is to use Windows command line tools to query the service path and inspect it.

  • Use the command: sc qc "Iperius Remote" to query the service configuration and check the BINARY_PATH_NAME for unquoted spaces.
  • Alternatively, use PowerShell: Get-WmiObject win32_service | Where-Object {$_.Name -eq 'Iperius Remote'} | Select-Object PathName to retrieve the service path.

If the path contains spaces and is not enclosed in quotes, the system is vulnerable to this unquoted service path privilege escalation.

Mitigation Strategies

To mitigate this vulnerability, you should ensure that the service path is properly quoted or moved to a directory path without spaces.

Immediate steps include:

  • Reinstall Iperius Remote in a directory path that does not contain spaces.
  • Manually edit the service path to enclose it in quotes to prevent execution of malicious executables placed in the path.
  • Limit local user access to prevent unauthorized users from placing malicious executables in the service path.

Additionally, consider applying any available patches or updates from the vendor that address this vulnerability.

Compliance Impact

The vulnerability in Iperius Remote 1.7.0, which allows local users to execute arbitrary code with SYSTEM privileges via an unquoted service path, poses a significant security risk that could impact compliance with standards such as GDPR and HIPAA.

Since GDPR and HIPAA require strict controls to protect sensitive data and ensure system integrity, the ability for an attacker with local access to escalate privileges and execute arbitrary code could lead to unauthorized access, data breaches, or system compromise, thereby violating these regulations.

Although Iperius Remote as a product supports GDPR and HIPAA compliance through its security features, this specific vulnerability undermines those protections by exposing the system to privilege escalation attacks.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2016-20089. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart