CVE-2020-37030
Unknown Unknown - Not Provided

Unquoted Service Path in Outline 1.3.3 Enables Privilege Escalation

Vulnerability report for CVE-2020-37030, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-30

Last updated on: 2026-01-30

Assigner: VulnCheck

Description

Outline Service 1.3.3 contains an unquoted service path vulnerability that allows local users to potentially execute arbitrary code with elevated system privileges. Attackers can exploit the unquoted binary path in C:\Program Files (x86)\Outline to inject malicious code that would execute with LocalSystem permissions during service startup.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-30
Last Modified
2026-01-30
Generated
2026-07-06
AI Q&A
2026-01-30
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
unknown_vendor outline_service to 1.3.3 (exc)

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-2020-37030 is an unquoted service path vulnerability in Outline Service version 1.3.3. The service's executable path contains spaces but lacks quotation marks, which allows local users with limited privileges to inject malicious code into the service path. When the service starts, Windows may execute the malicious code with elevated LocalSystem privileges, enabling arbitrary code execution with high system-level access. [1, 2]

Impact Analysis

This vulnerability can allow a local attacker to escalate their privileges by executing arbitrary code with LocalSystem permissions. This means the attacker can gain unauthorized control over the affected system, potentially leading to full system compromise, data theft, or disruption of services. [1, 2]

Detection Guidance

You can detect this vulnerability by checking the service configuration for unquoted service paths. Commands such as `wmic service where "name='OutlineService'" get PathName` or `sc qc OutlineService` can be used to query the service path. If the path to the executable contains spaces and is not enclosed in quotes, the service is vulnerable to this unquoted service path issue. [2]

Mitigation Strategies

Immediate mitigation steps include correcting the service path by enclosing it in quotation marks to prevent code injection. Alternatively, ensure that no malicious executables exist in any directories along the unquoted path. Restrict local user permissions to prevent placing malicious executables in these locations. Applying updates or patches from the vendor that address this issue is also recommended. [1, 2]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2020-37030. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart