vendor:
IObit Uninstaller
by:
Mayur Parmar(th3cyb3rc0p)
7.2
CVSS
HIGH
Unquoted Service Path
78
CWE
Product Name: IObit Uninstaller
Affected Version From: 10
Affected Version To: 10
Patch Exists: NO
Related CWE: N/A
CPE: a:iobit:iobit_uninstaller
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
IObit Uninstaller 10 Pro – Unquoted Service Path
When a service is created whose executable path contains spaces and isn’t enclosed within quotes, leads to a vulnerability known as Unquoted Service Path which allows a user to gain SYSTEM privileges (only if the vulnerable service is running with SYSTEM privilege level which most of the time it is). In Windows, if the service is not enclosed within quotes and is having spaces, it would handle the space as a break and pass the rest of the service path as an argument.
Mitigation:
Ensure that any services that contain a space in the path enclose the path in quotes.