5
CVSSv2

CVE-2006-1101

Published: 09/03/2006 Updated: 18/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 510
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The (1) sgetstr and (2) getint functions in Sauerbraten 2006_02_28, as derived from the Cube engine, allow remote malicious users to cause a denial of service (segmentation fault) via long streams of input data that trigger an out-of-bounds read, as demonstrated using SV_EXT tag data in the Cube engine, which is not properly handled by getint.

Vulnerable Product Search on Vulmon Subscribe to Product

sauerbraten cube 2005-08-09

sauerbraten sauerbraten 2006-02-28

Exploits

/* by Luigi Auriemma You NEED Enet for compiling this tool (then remember -lenet) enetbespinorg / enetcubikorg */ #include <stdioh> #include <stdlibh> #include <stringh> #include <timeh> #include <enet/eneth> #ifdef WIN32 #include <winsockh> /* Header file used for manage err ...
/* by Luigi Auriemma You NEED Enet for compiling this tool (then remember -lenet) enetbespinorg / enetcubikorg */ #include <stdioh> #include <stdlibh> #include <stringh> #include <enet/eneth> #define VER "01" #define PORT 28765 #define MAXTRANS 5000 #define BOFSZ (MAXTR ...