5
CVSSv2

CVE-2005-0370

Published: 02/05/2005 Updated: 18/10/2016
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

Armagetron 0.2.6.0 and previous versions and Armagetron Advanced 0.2.7.0 and previous versions allow remote malicious users to cause a denial of service (network disconnection) via an empty UDP packet, which is not properly distinguished from the "no new packets" state of the associated socket.

Vulnerable Product Search on Vulmon Subscribe to Product

armagetron armagetron

armagetron armagetron advanced

Exploits

/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stringh> #include <timeh> #ifdef WIN32 #include <winsockh> /* inserted win32h /str0ke */ /* Header file used for manage errors in Windows It support socket and errno too (this header replace the previous sock_errXh) */ #inc ...