0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Immunity Debugger 1.85 - Crash PoC
# Title: Immunity Debugger - Crash # Date: 08/07/2015 # Author: Arsyntex # Vendor Homepage: http://www.immunityinc.com/products/debugger/ # Version: v1.85 # Tested on: Windows 8.1 Pro Incorrect path/file EXtEnsion parsing. -Create folder with the name: .exe.exe and put any program inside and try debug it. -Try to debug an executable with the name: test.exe.exe or lib.exe.dll The "OpenEXEfile" function does not check if the return value of strchr() is zero. ---------------------------------------------------------------------------------- loc_4B8182: mov [esp+10h+var_10], edi add edi, 4 mov [esp+10h+var_C], 20h mov [esp+10h+arg_24], eax call strchr ; return EAX=3D 0 mov [esp+10h+var_10], eax mov [esp+10h+arg_28], eax ; (!) call strlen ; ntdll.strlen(s) --------------------------------------------------------------------- ntdll.strlen(s) - NULL parameter --------------------------------------------------------------------- ntdll_strlen: mov ecx, [esp+4] ; [esp+4] =3D 0 NULL pointer test ecx, 3 ; ... jz short loc_77C77510 ; jump ... loc_77C77510: mov eax, [ecx] ; Access Violation --------------------------------------------------------------------- # 0day.today [2024-11-15] #