5.1
CVSSv2

CVE-2006-3814

Published: 25/07/2006 Updated: 17/10/2018
CVSS v2 Base Score: 5.1 | Impact Score: 6.4 | Exploitability Score: 4.9
VMScore: 515
Vector: AV:N/AC:H/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in the Loader_XM::load_instrument_internal function in loader_xm.cpp for Cheese Tracker 0.9.9 and previous versions allows user-assisted malicious users to execute arbitrary code via a crafted file with a large amount of extra data.

Vulnerable Product Search on Vulmon Subscribe to Product

cheese tracker cheese tracker

Vendor Advisories

Luigi Auriemma discovered a buffer overflow in the loading component of cheesetracker, a sound module tracking program, which could allow a maliciously constructed input file to execute arbitrary code For the stable distribution (sarge) this problem has been fixed in version 099-1sarge1 For the unstable distribution (sid) this problem has been ...

Exploits

/* by Luigi Auriemma */ #include <stdioh> #include <stdlibh> #include <stdinth> #include <stringh> #define VER "01" #define CPOS 243 // readerget_file_pos()-p_cpos #define JUNKSZ (500 + CPOS) // Uint8 junkbuster[500] #define OVERFLOW 740 // overflow #d ...