CVE-2022-50693: Splashtop 8.71.12001.0 - Unquoted Service Path
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 escalate privileges.
Security readout for executives and security teams
Plain-English summary
A Splashtop updater service was registered with an unsafe Windows service path. Someone who already has local access could potentially place a malicious executable in the path and gain higher privileges. This is a post-compromise escalation issue, not a remote internet-entry vulnerability based on the provided sources.
Executive priority
Treat as high priority for managed endpoints using Splashtop, especially support workstations or shared systems. It does not appear remotely exploitable from the provided evidence, but it can materially increase attacker impact after local access.
Technical view
CVE-2022-50693 is CWE-428 in Splashtop 8.71.12001.0. The Splashtop Software Updater Service uses an unquoted path under C:\Program Files (x86)\Splashtop\Splashtop Software Updater\. With local low-privileged access, an attacker may cause Windows service execution to run attacker-controlled code with elevated service privileges.
Likely exposure
Exposure is likely limited to Windows systems running the affected Splashtop 8.71.12001.0 updater service. The source bundle does not prove broader Splashtop product or version impact. Systems where non-administrative users can access affected endpoints are the practical concern.
Exploitation context
ExploitDB is listed as an exploit reference, so public exploit information exists. The CVE is not marked in KEV, and the provided sources do not state active exploitation. The vulnerability requires local access and low privileges, making it most relevant after initial compromise or insider access.
Researcher notes
The record gives a specific version and path, but the affected product metadata is sparse and lists version "0". Validate exact product naming and fixed-version status from Splashtop before broad claims. Avoid assuming active exploitation without KEV or another cited source.
Mitigation direction
Check Splashtop guidance for a fixed version or official workaround.
Upgrade or remove affected Splashtop installations where vendor guidance confirms remediation.
Prioritize endpoints where Splashtop runs with elevated service privileges.
Review local write permissions around the affected installation path.
Limit local user access on systems running the vulnerable updater service.
Validation and detection
Inventory Windows hosts for Splashtop 8.71.12001.0.
Confirm whether the Splashtop Software Updater Service is installed.
Review service configuration for an unquoted executable path.
Check whether unprivileged users can write in relevant path locations.
Document whether remediation follows Splashtop or VulnCheck guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-428: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-428 · source CWE mapping
Unquoted Search Path or Element
Unquoted Search Path or Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.