CVE-2020-37254
Received Received - Intake
Privilege Escalation via Unquoted Service Path in Wondershare PDFelement

Publication date: 2026-06-19

Last updated on: 2026-06-19

Assigner: VulnCheck

Description
Wondershare PDFelement 5.2.9 contains a privilege escalation vulnerability due to an unquoted service path in the WsAppService Windows service. Local attackers can place a malicious executable in the service path and execute code with LocalSystem privileges upon service restart or system reboot.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-19
Last Modified
2026-06-19
Generated
2026-06-19
AI Q&A
2026-06-19
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
wondershare pdfelement 5.2.9
wondershare pdfelement to 5.2.9 (exc)
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

Wondershare PDFelement version 5.2.9 contains a privilege escalation vulnerability caused by an unquoted service path in the WsAppService Windows service.

This flaw allows local attackers to place a malicious executable in the service path, which will be executed with LocalSystem privileges when the service restarts or the system reboots.

Because the service path is unquoted, Windows may incorrectly interpret the path and execute an attacker-controlled executable, leading to elevated privileges.

Impact Analysis

This vulnerability allows a local attacker to escalate their privileges to LocalSystem level, which is the highest privilege level on a Windows system.

With LocalSystem privileges, an attacker can execute arbitrary code, modify system files, install persistent malware, and potentially take full control of the affected system.

This can lead to severe security breaches including data theft, system compromise, and disruption of services.

Detection Guidance

This vulnerability is due to an unquoted service path in the WsAppService Windows service, which can be detected by checking the service path for unquoted spaces.

You can detect the vulnerability by inspecting the service path using Windows command line tools.

  • Run the command: sc qc WsAppService
  • Check the output for unquoted paths containing spaces, for example: C:\Program Files\Wondershare\PDFelement\WsAppService.exe without quotes.
  • Alternatively, use PowerShell to get the ImagePath: Get-WmiObject win32_service | Where-Object {$_.Name -eq 'WsAppService'} | Select-Object Name, PathName

If the service path is unquoted and contains spaces, the system is vulnerable to this privilege escalation issue.

Mitigation Strategies

To mitigate this vulnerability, immediately correct the unquoted service path by quoting the executable path in the WsAppService service configuration.

  • Use the command: sc config WsAppService binPath= ""C:\Program Files\Wondershare\PDFelement\WsAppService.exe"" to add quotes around the service path.
  • Restart the WsAppService service or reboot the system to apply the changes.

Additionally, ensure that no malicious executables exist in the service path directories and monitor for suspicious files.

Keep the Wondershare PDFelement software updated to the latest version where this vulnerability is fixed.

Compliance Impact

The vulnerability allows local attackers to escalate privileges to LocalSystem by exploiting an unquoted service path in Wondershare PDFelement 5.2.9. This could lead to unauthorized access and control over the affected system.

Such unauthorized privilege escalation and potential system compromise can impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and secure system access controls.

If exploited, this vulnerability could lead to data breaches or unauthorized data access, thereby violating requirements for data confidentiality, integrity, and security mandated by these regulations.

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