5
CVSSv2

CVE-2009-2953

Published: 24/08/2009 Updated: 10/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

Mozilla Firefox 3.0.6 up to and including 3.0.13, and 3.5.x, allows remote malicious users to cause a denial of service (CPU consumption) via JavaScript code with a long string value for the hash property (aka location.hash), a related issue to CVE-2008-5715.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

mozilla firefox 3.0.13

mozilla firefox 3.5

mozilla firefox 3.0.7

mozilla firefox 3.0.8

mozilla firefox 3.0.9

mozilla firefox 3.0.6

mozilla firefox 3.0.10

mozilla firefox 3.5.1

mozilla firefox 3.5.2

mozilla firefox 3.0.11

mozilla firefox 3.0.12

mozilla firefox 3.5.3

mozilla firefox 3.5.4

Exploits

#!/usr/bin/perl # mzff_lhash_dospl # Mozilla Firefox 305 locationhash Denial of Service Exploit # Jeremy Brown [0xjbrown41@gmailcom/jbrownsecblogspotcom] # Crash on Vista, play with it on XP $filename = $ARGV[0]; if(!defined($filename)) { print "Usage: $0 <filenamehtml>\n\n"; } $head = "<html>" "\n" "<script type ...