Cyber Resilience

CVE-2022-50693

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.0017 6.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2022-50693 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Splashtop Software Updater (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 6.3th 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 CM-7 (Least Functionality).

Deeper analysis

CVE-2022-50693 is an unquoted service path vulnerability in Splashtop version 8.71.12001.0, specifically affecting the Splashtop Software Updater Service. The issue arises from an unquoted path at C:\Program Files (x86)\Splashtop\Splashtop Software Updater\, enabling local attackers to potentially execute arbitrary code by injecting malicious executables into accessible directories along the search path. This flaw is classified under CWE-428 and carries a CVSS 3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), highlighting its high severity due to low complexity and no prerequisite privileges.

Local attackers can exploit this vulnerability with minimal requirements, as it demands only local access and no user interaction or elevated privileges. Successful exploitation allows attackers to execute arbitrary code, leading to privilege escalation and high-impact compromises of confidentiality, integrity, and availability on the affected system.

Advisories and additional details on mitigation are documented in references such as Exploit-DB (https://www.exploit-db.com/exploits/51182), Splashtop's official site (https://www.splashtop.com), and VulnCheck (https://www.vulncheck.com/advisories/splashtop-unquoted-service-path). Security practitioners should review these for vendor-recommended patches or workarounds.

A public exploit is available on Exploit-DB, indicating active proof-of-concept development as of the CVE's publication on 2026-01-13.

EU & UK References

Vulnerability details

Splashtop 8.71.12001.0 contains an unquoted service path vulnerability in the Splashtop Software Updater Service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in C:\Program Files (x86)\Splashtop\Splashtop Software Updater\ to inject malicious executables and…

more

escalate privileges.

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 in Windows service enabling path interception for arbitrary code execution/privilege escalation.

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

CVEs Like This One

CVE-2020-36928Shared CWE-428
CVE-2023-54336Shared CWE-428
CVE-2020-37048Shared CWE-428
CVE-2019-25306Shared CWE-428
CVE-2020-36979Shared CWE-428
CVE-2020-36929Shared CWE-428
CVE-2020-37017Shared CWE-428
CVE-2021-47859Shared CWE-428
CVE-2019-25309Shared CWE-428
CVE-2021-47790Shared CWE-428

Affected Assets

Splashtop
Software Updater
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 services, including quoted executable paths, directly preventing exploitation of unquoted service path vulnerabilities like CVE-2022-50693.

prevent

Requires timely identification, reporting, and remediation of flaws such as the unquoted service path in Splashtop Software Updater Service to eliminate the vulnerability.

prevent

Restricts system functionality to essential authorized software only, blocking execution of malicious executables injected via the unquoted service path.

References