CVE-2016-20088
Received Received - Intake
Unquoted Service Path in Comodo Chromodo Browser

Publication date: 2026-06-19

Last updated on: 2026-06-19

Assigner: VulnCheck

Description
Comodo Chromodo Browser 52.15.25.664 contains an unquoted service path vulnerability in the ChromodoUpdater service that runs with SYSTEM privileges. A local attacker can insert a malicious executable in the service path and execute arbitrary code with elevated privileges upon service restart 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 3 associated CPEs
Vendor Product Version / Range
comodo chromodo_browser 52.15.25.664
comodo chromodo_browser to 52.15.25.664 (inc)
comodo chromodo_browser From 52.15.25.665 (inc)
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

CVE-2016-20088 is an unquoted service path vulnerability found in the ChromodoUpdater service of Comodo Chromodo Browser version 52.15.25.664. This service runs with SYSTEM privileges. Because the service path is unquoted, a local attacker can insert a malicious executable into the service path. When the service restarts or the system reboots, this malicious executable is run with elevated SYSTEM-level privileges, allowing the attacker to execute arbitrary code on the system.

Compliance Impact

The vulnerability allows a local attacker to execute arbitrary code with SYSTEM-level privileges by exploiting an unquoted service path in the ChromodoUpdater service. This elevated privilege escalation could lead to unauthorized access or control over the affected system.

Such unauthorized access and potential control over system processes can compromise the confidentiality, integrity, and availability of sensitive data, which are core concerns of compliance standards like GDPR and HIPAA.

Therefore, if exploited, this vulnerability could result in non-compliance with these regulations due to potential data breaches or unauthorized data manipulation.

Impact Analysis

This vulnerability allows a local attacker to escalate their privileges by executing arbitrary code with SYSTEM-level permissions. This means the attacker can gain full control over the affected system, potentially installing malware, stealing data, or disrupting system operations. The attack requires local access and occurs when the vulnerable service restarts or the system reboots.

Detection Guidance

This vulnerability involves an unquoted service path in the ChromodoUpdater service running with SYSTEM privileges. To detect it, you can check the service path for unquoted spaces which may allow insertion of malicious executables.

  • Use the command `sc qc ChromodoUpdater` in a command prompt to display the service configuration, including the executable path.
  • Inspect the service path output for unquoted spaces. For example, a path like `C:\Program Files\Chromodo Browser\ChromodoUpdater.exe` without quotes is vulnerable.
  • Alternatively, use PowerShell to query the service path: `Get-WmiObject win32_service | Where-Object {$_.Name -eq 'ChromodoUpdater'} | Select-Object PathName`.
  • Look for any suspicious executables placed in directories along the unquoted service path that could be executed with elevated privileges.
Mitigation Strategies

To mitigate this vulnerability, you should update the Comodo Chromodo Browser to version 52.15.25.665 or later, where the issue has been fixed.

If immediate update is not possible, manually correct the service path by quoting the executable path in the ChromodoUpdater service configuration to prevent exploitation.

Additionally, restrict local user permissions to prevent unauthorized users from placing executables in directories along the service path.

Restart the service or reboot the system after applying fixes to ensure the vulnerability is mitigated.

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