header-logo
Suggest Exploit
vendor:
Sandboxie Plus
by:
Mohammed Alshehri
7.5
CVSS
HIGH
Unquoted Service Path
428
CWE
Product Name: Sandboxie Plus
Affected Version From: 2000.7.2
Affected Version To: 2000.7.2
Patch Exists: NO
Related CWE:
CPE: sandboxie-plus:sandboxie_plus:0.7.2
Metasploit:
Other Scripts:
Platforms Tested: Windows
2021

Sandboxie Plus v0.7.2 – ‘SbieSvc’ Unquoted Service Path

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

Mitigation:

Ensure that all service paths are quoted in the Windows registry.
Source

Exploit-DB raw data:

# Exploit Title: Sandboxie Plus v0.7.2 - 'SbieSvc' Unquoted Service Path
# Date: 2021-1-20
# Exploit Author: Mohammed Alshehri
# Vendor Homepage: sandboxie-plus.com
# Software Link: https://github.com/sandboxie-plus/Sandboxie/releases/download/0.7.2/Sandboxie-Plus-x64-v0.7.2.exe
# Version: Version 0.7.2
# Tested on: Microsoft Windows 10 Education - 10.0.17763 N/A Build 17763


# Service info:
C:\Users\m507>sc qc SbieSvc
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: SbieSvc
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Program Files\Sandboxie-Plus\SbieSvc.exe
        LOAD_ORDER_GROUP   : UIGroup
        TAG                : 0
        DISPLAY_NAME       : Sandboxie Service
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem

C:\Users\m507>


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