5
CVSSv2

CVE-2004-1395

Published: 31/12/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

The Lithtech engine, as used in (1) Contract Jack 1.1 and previous versions, (2) No one lives forever 2 1.3 and previous versions, (3) Tron 2.0 1.042 and previous versions, (4) F.E.A.R. (First Encounter Assault and Recon), and possibly other games, allows remote malicious users to cause a denial of service (connection refused) via a UDP packet that causes recvfrom to generate a return code that causes the listening loop to exit, as demonstrated using zero byte packets or packets between 8193 and 12280 bytes, which result in conditions that are not "Operation would block."

Vulnerable Product Search on Vulmon Subscribe to Product

monolith productions tron 2.0.1.0

monolith productions tron 2.0.1.42

monolith productions contract jack 1.1

monolith productions no one lives forever 2 1.0.004

monolith productions no one lives forever 2 1.3

Exploits

/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stringh> #ifdef WIN32 #include <winsockh> /* 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 s ...