5.1
CVSSv2

CVE-2004-2099

Published: 31/12/2004 Updated: 11/07/2017
CVSS v2 Base Score: 5.1 | Impact Score: 6.4 | Exploitability Score: 4.9
VMScore: 515
Vector: AV:N/AC:H/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in Need for Speed Hot Pursuit 2.0 client (NFSHP2), version 242 and previous versions, allows remote attackers (servers) to execute arbitrary code via long (1) gamename, (2) gamever, (3) hostname, (4) gametype, (5) mapname or (6) gamemode commands.

Vulnerable Product Search on Vulmon Subscribe to Product

electronic arts need for speed hot pursuit 2

Exploits

/* Need for Speed 2 Remote Client Buffer Overflow Exploit - 23012004 by Luigi Auriemma UNIX & WIN VERSION */ #include <stdioh> #include <stdlibh> #include <stringh> #ifdef WIN32 #include <winsockh> #include "winerrh" #define close closesocket #else #include <unistdh> #include <sys/socketh> #in ...