vendor:
Zomplog
by:
NeoMorphS
N/A
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Zomplog
Affected Version From: <= 3.8
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Zomplog Remote SQL Injection
This exploit targets the /zomplog-3.8/plugins/mp3playlist/mp3playlist.php?speler=[sql] endpoint on the Zomplog website. The exploit allows an attacker to perform a remote SQL injection attack. The attacker can retrieve the admin hash from the zomplog_users table by using a UNION SELECT statement. The attack is performed by appending a specially crafted SQL query to the URL.
Mitigation:
To mitigate this vulnerability, it is recommended to update to a patched version of Zomplog that addresses the SQL injection issue. Additionally, input validation and parameterized queries should be implemented to prevent SQL injection attacks.