Cyber Resilience

CVE-2022-50808

HighPublic PoC

Published: 13 January 2026

Published
13 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.5 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0013 3.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2022-50808 is a high-severity Uncontrolled Search Path Element (CWE-427) vulnerability in Coolermaster (inferred from references). Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception by Unquoted Path (T1574.009); ranked at the 3.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and RA-5 (Vulnerability Monitoring and Scanning).

Deeper analysis

CVE-2022-50808 is an unquoted service path vulnerability in the MPService component of CoolerMaster MasterPlus version 1.8.5. This issue, mapped to CWE-427, enables local attackers to execute arbitrary code with elevated system privileges by exploiting the improperly quoted service binary path. The vulnerability carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and was published on 2026-01-13.

Local attackers with access to the system can exploit this flaw without privileges by dropping a malicious executable into a directory preceding the legitimate service binary in the unquoted path. Upon MPService startup or system reboot, the service loads the attacker's executable instead, resulting in code execution at SYSTEM privilege level and potential full system compromise.

Advisories and references, including a VulnCheck advisory on the CoolerMaster MasterPlus MPService unquoted service path, an Exploit-DB entry (51159) demonstrating the exploit, and the official MasterPlus website, provide further details on the issue. Security practitioners should review these sources for any available patches or mitigation guidance from CoolerMaster.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

CoolerMaster MasterPlus 1.8.5 contains an unquoted service path vulnerability in the MPService that allows local attackers to execute code with elevated system privileges. Attackers can drop a malicious executable in the service path and trigger code execution during service startup…

more

or system reboot.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.009 Path Interception by Unquoted Path Stealth
Adversaries may execute their own malicious payloads by hijacking vulnerable file path references.
Why these techniques?

Direct match to unquoted service path exploitation enabling local privilege escalation via malicious binary placement in the PATH.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-7279Shared CWE-427
CVE-2025-25003Shared CWE-427
CVE-2024-9498Shared CWE-427
CVE-2024-9495Shared CWE-427
CVE-2024-57963Shared CWE-427
CVE-2026-24502Shared CWE-427
CVE-2025-69784Shared CWE-427
CVE-2025-14821Shared CWE-427
CVE-2024-9493Shared CWE-427
CVE-2024-9492Shared CWE-427

Affected Assets

Coolermaster
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces secure configuration settings for system services, including proper quoting of executable paths to directly prevent exploitation of unquoted service path vulnerabilities like CVE-2022-50808.

prevent

Requires timely identification, reporting, and remediation of known flaws such as the unquoted service path in CoolerMaster MPService, eliminating the vulnerability through patching or fixes.

detect

Provides vulnerability scanning that identifies unquoted service path issues like CVE-2022-50808 in installed software components for subsequent remediation.

References