5
CVSSv2

CVE-2004-1664

Published: 05/09/2004 Updated: 11/07/2017
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

Call of Duty 1.4 and previous versions allows remote malicious users to cause a denial of service (game end) via a large (1) query or (2) reply packet, which is not properly handled by the buffer overflow protection mechanism. NOTE: this issue might overlap CVE-2005-0430.

Vulnerable Product Search on Vulmon Subscribe to Product

activision call of duty 1.4

activision call of duty united offensive 1.41

Exploits

/* winerrh */ /* Header file used for manage errors in Windows It support socket and errno too (this header replace the previous sock_errXh) */ #include <stringh> #include <errnoh> void std_err(void) { char *error; switch(WSAGetLastError()) { case 10004: error = "Interrupted system c ...