10
CVSSv2

CVE-2004-0345

Published: 23/11/2004 Updated: 11/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Red Faction client 1.20 and previous versions allows remote servers to execute arbitrary code via a long server name.

Vulnerable Product Search on Vulmon Subscribe to Product

volition red faction 1.0

volition red faction 1.1

volition red faction 1.20

Exploits

/* 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> #include <sys/typesh> #include <arpa/ineth> #include <ne ...