7.5
CVSSv2

CVE-2004-0735

Published: 27/07/2004 Updated: 11/07/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 765
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in Medal of Honor (1) Allied Assault 1.11v9 and previous versions, (2) Breakup to and including 2.40b and previous versions, and (3) Spearhead 2.15 and previous versions, when playing on a Local Area Network (LAN), allows remote malicious users to execute arbitrary code via vectors such as (1) the getinfo query, (2) the connect packet, and other unknown vectors.

Vulnerable Product Search on Vulmon Subscribe to Product

electronic arts medal of honor allied assault 1.1

electronic arts medal of honor allied assault 1.11_v9

electronic arts medal of honor allied assault 1.0

electronic arts medal of honor allied assault breakthrough_2.40_b

electronic arts medal of honor allied assault spearhead_2.15

Exploits

/* ------------------------------------------------------------------------------------------------- Remote buffer overflow exploit for Medal of Honor Spearhead Dedicated Server (Linux) ---------------------------------------------------------------------------------------------------- earthangel:/home/millhouse# /mohexp -h 127001 -p 12203 -t ...
## # $Id: mohaa_getinforb 9262 2010-05-09 17:45:00Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class Me ...
/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stringh> #ifdef WIN32 #include <winsockh> #include <ioh> #include <malloch> #include "winerrh" #define close closesocket #else #include <unistdh> #include <sys/socketh> #include <s ...