29 lines
No EOL
1,003 B
Text
29 lines
No EOL
1,003 B
Text
# 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. |