5
CVSSv2

CVE-2004-2151

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

Chatman 1.1.1 RC1 and previous versions allows remote malicious users to cause a denial of service (memory consumption or application crash) via a very large data size.

Vulnerable Product Search on Vulmon Subscribe to Product

virtual projects chatman 1.1.2_beta

virtual projects chatman 1.1.3_beta

virtual projects chatman 1.5.0_rc1

virtual projects chatman 1.5.1

virtual projects chatman 1.0.1_beta

virtual projects chatman 1.0.2_beta

virtual projects chatman 1.1.4_beta

virtual projects chatman 1.1.5_beta

virtual projects chatman 1.1.0_beta

virtual projects chatman 1.1.1_beta

virtual projects chatman 1.3.1_beta

virtual projects chatman 1.4.0_beta

virtual projects chatman 1.0.3_beta

virtual projects chatman 1.0.4_beta

virtual projects chatman 1.2.1_beta

virtual projects chatman 1.3.0_beta

Exploits

/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stringh> #ifdef WIN32 #include <winsockh> #include <stringh> #include <errnoh> void std_err(void) { char *error; switch(WSAGetLastError()) { case 10004: error = "Interrupted system call"; break; cas ...