5
CVSSv2

CVE-2004-1751

Published: 26/08/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

Ground Control II: Operation Exodus 1.0.0.7 and previous versions allows remote servers to cause a denial of service (client or server crash) via a large packet, which generates a "Message too long" socket error that is treated as a critical error.

Vulnerable Product Search on Vulmon Subscribe to Product

massive entertainment ground control ii operation exodus 1.0.0.7

Exploits

/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stringh> #include <timeh> #ifdef WIN32 #include <winsockh> #include "winerrh" #define close closesocket #define ONESEC 1000 #else #include <unistdh> #include <sys/socketh> #include <sys/typesh> #include <arpa ...