CVE-2020-37251: RealTimes Desktop Service 18.1.4 Unquoted Service Path Privilege Escalation
RealTimes Desktop Service 18.1.4 contains an unquoted service path vulnerability in the rpdsvc.exe binary that allows local attackers to escalate privileges. Attackers can place malicious executables in unquoted path directories to execute arbitrary code with LocalSystem privileges during service startup or system reboot.
Security readout for executives and security teams
Plain-English summary
RealTimes Desktop Service 18.1.4 can let a local, low-privileged attacker gain LocalSystem rights because its service executable path is not quoted correctly. This is a high-impact endpoint privilege escalation, not a remote internet-facing bug based on the provided sources.
Executive priority
Prioritize remediation on shared workstations, kiosks, and systems where low-privileged users or malware may already have local access. This is most dangerous as a second-stage escalation after initial compromise.
Technical view
The vulnerability is CWE-428 in the RealTimes Desktop Service rpdsvc.exe service path. CVSS v4.0 is 8.5 with local attack vector, low complexity, low privileges required, no user interaction, and high confidentiality, integrity, and availability impact on the vulnerable system.
Likely exposure
Exposure is limited to systems running RealTimes Desktop Service version 18.1.4. The provided sources do not identify other affected Real products, versions, platforms, or deployment patterns.
Exploitation context
The source bundle includes an ExploitDB reference, so public exploit information exists. CISA KEV status is false in the bundle, and no provided source states active exploitation in the wild.
Researcher notes
Evidence supports a local privilege escalation in RealTimes Desktop Service 18.1.4 only. The bundle does not provide a vendor patch version, affected CPEs, or active exploitation evidence, so validation should stay tightly scoped to that product and version.
Mitigation direction
Inventory endpoints for RealTimes Desktop Service 18.1.4.
Check Real and advisory sources for vendor remediation guidance.
Remove the affected software where it is not business-required.
Restrict local user access on affected endpoints where feasible.
Verify service paths are correctly quoted after remediation.
Validation and detection
Confirm whether rpdsvc.exe is installed as a service.
Record the installed RealTimes Desktop Service version.
Check whether the service executable path is unquoted.
Review whether related path directories are writable by standard users.
Review endpoint telemetry for suspicious service-start activity.
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.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. 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: pocAutomatable: 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.