CVE-2023-53874
📋 TL;DR
GOM Player 2.3.90.5360 contains a buffer overflow vulnerability in the equalizer preset name input field. Attackers can crash the application by overwriting the preset name with 260 'A' characters, causing application instability. All users running this specific version are affected.
💻 Affected Systems
- GOM Player
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete application crash leading to denial of service, potential for remote code execution if memory corruption can be controlled
Likely Case
Application crash and denial of service, disrupting media playback functionality
If Mitigated
Minimal impact if application is sandboxed or runs with limited privileges
🎯 Exploit Status
Simple buffer overflow with publicly available proof-of-concept showing crash via 260 'A' characters
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Unknown
Vendor Advisory: https://www.gomlab.com
Restart Required: No
Instructions:
1. Check GOM Player version
2. If version is 2.3.90.5360, upgrade to latest version
3. Monitor vendor website for security updates
🔧 Temporary Workarounds
Avoid custom equalizer presets
windowsDo not create or use custom equalizer preset names, especially from untrusted sources
Use alternative media player
windowsTemporarily switch to a different media player until GOM Player is updated
🧯 If You Can't Patch
- Restrict user permissions to limit potential damage from crashes
- Monitor for abnormal application crashes and investigate patterns
🔍 How to Verify
Check if Vulnerable:
Open GOM Player, go to Help > About and check if version is 2.3.90.5360
Check Version:
Not applicable - check via GUI in Help > About menu
Verify Fix Applied:
Update to a newer version and verify the version number has changed from 2.3.90.5360
📡 Detection & Monitoring
Log Indicators:
- Application crash logs from GOM Player
- Windows Event Viewer application errors
Network Indicators:
- Not typically network exploitable
SIEM Query:
EventID=1000 AND SourceName="Application Error" AND ProcessName="GOM.exe"