CVE-2022-50921
Unknown Unknown - Not Provided
Unquoted Service Path in WOW21 5.0.1.9 Enables Privilege Escalation

Publication date: 2026-01-13

Last updated on: 2026-02-02

Assigner: VulnCheck

Description
WOW21 5.0.1.9 contains an unquoted service path vulnerability that allows local attackers to potentially execute arbitrary code with elevated system privileges. Attackers can exploit the unquoted binary path to inject malicious executables that will be launched with LocalSystem permissions during service startup.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-13
Last Modified
2026-02-02
Generated
2026-06-16
AI Q&A
2026-01-14
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
unknown_vendor wow21 5.0.1.9
unknown_vendor wow21 From 5.0.1.9 (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-2022-50921 is an unquoted service path vulnerability in WOW21 version 5.0.1.9. This means the service executable path is not enclosed in quotes, which can allow a local attacker to place a malicious executable in a location that the system mistakenly executes instead of the intended service binary. When the service starts, it runs the malicious executable with elevated LocalSystem privileges, potentially allowing arbitrary code execution with high system privileges. [1, 2]

Impact Analysis

This vulnerability can allow a local attacker with limited privileges to escalate their privileges to LocalSystem level by exploiting the unquoted service path. This means the attacker can execute arbitrary code with the highest system privileges, potentially leading to full system compromise, unauthorized access, and control over the affected machine. [1, 2]

Detection Guidance

You can detect this vulnerability by checking if the WOW21_Service has an unquoted service path. On a Windows system, use the command: sc qc WOW21_Service. This will display the service configuration including the binary path. If the path to the executable is unquoted and contains spaces (e.g., C:\Program Files\WOW21\WOW21_Service.exe without quotes), the system is vulnerable to this unquoted service path issue. [1, 2]

Mitigation Strategies

To mitigate this vulnerability, immediately quote the service binary path in the service configuration to prevent the system from misinterpreting the path. This can be done by editing the service configuration to enclose the executable path in double quotes. Alternatively, update WOW21 to a version where this vulnerability is fixed or remove the vulnerable service if it is not needed. Restrict local user permissions to prevent unauthorized modification of directories in the service path. [1, 2]

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