CVE-2020-36937
Unknown Unknown - Not Provided
Unquoted Service Path in MEMU Play 3.7.0 Enables Privilege Escalation

Publication date: 2026-01-25

Last updated on: 2026-01-25

Assigner: VulnCheck

Description
Microvirt MEMU Play 3.7.0 contains an unquoted service path vulnerability in the MEmusvc Windows service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted binary path to inject malicious executables that will be run with elevated LocalSystem privileges.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-25
Last Modified
2026-01-25
Generated
2026-06-16
AI Q&A
2026-01-25
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
microvirt memu_play 3.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

This vulnerability is an unquoted service path issue in the 'MEmusvc' Windows service of MEMU Play version 3.7.0. Because the service executable path contains spaces but is not enclosed in quotes, a local attacker can place a malicious executable in certain directories along the path. When the service starts, it may execute this malicious code with elevated LocalSystem privileges, allowing the attacker to run arbitrary code on the system. [2, 3]

Impact Analysis

Exploiting this vulnerability allows a local attacker to escalate their privileges by executing arbitrary code with LocalSystem (highest) privileges. This can lead to full system compromise, including unauthorized access, modification, or destruction of data and system resources. [2, 3]

Detection Guidance

You can detect this vulnerability by checking the service configuration for the 'MEmusvc' Windows service to see if the executable path is unquoted. A suggested command is: sc qc "MEmusvc". This command will display the service configuration including the binary path, allowing you to verify if the path is unquoted and contains spaces, which indicates the vulnerability. [2]

Mitigation Strategies

Immediate mitigation steps include correcting the unquoted service path by adding quotes around the executable path in the service configuration to prevent execution of malicious executables. Additionally, ensure that no unauthorized executables exist in the directories along the service path (e.g., "C:\Program Files\Microvirt\MEmu\", "C:\Program Files\Microvirt\", "C:\Program Files\"). Restrict local user permissions to prevent placing malicious files in these directories and consider disabling or stopping the 'MEmusvc' service until the path is fixed. [2, 3]

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