header-logo
Suggest Exploit
vendor:
Privacy Drive
by:
Mohammed Alshehri
7.2
CVSS
HIGH
Unquoted Service Path
426
CWE
Product Name: Privacy Drive
Affected Version From: 3.17.0
Affected Version To: 3.17.0
Patch Exists: NO
Related CWE: N/A
CPE: a:cybertronsoft:privacy_drive:3.17.0
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Microsoft Windows Server 2019 Standard 10.0.17763 N/A Build 17763
2020

Privacy Drive v3.17.0 – ‘pdsvc.exe’ Unquoted Service Path

This vulnerability could permit executing code during startup or reboot with the escalated privileges.

Mitigation:

Ensure that all services have a fully qualified path to the executable.
Source

Exploit-DB raw data:

# Exploit Title: Privacy Drive v3.17.0 - 'pdsvc.exe' Unquoted Service Path
# Date: 2020-8-20
# Exploit Author: Mohammed Alshehri
# Vendor Homepage: https://www.cybertronsoft.com/
# Software Link: https://www.cybertronsoft.com/download/privacy-drive-setup.exe
# Version: Version 3.17.0 Build 1456
# Tested on: Microsoft Windows Server 2019 Standard 10.0.17763 N/A Build 17763

# Service info:

C:\Users\m507>sc qc PDSvc
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: PDSvc
        TYPE               : 110  WIN32_OWN_PROCESS (interactive)
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Program Files (x86)\Cybertron\Privacy Drive\pdsvc.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : PrivacyDrive Service
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem

C:\Users\m507>

# Exploit:
This vulnerability could permit executing code during startup or reboot with the escalated privileges.