CVE-2008-6789
MindDezign Photo Gallery 2.2 - SQL Injection via Username Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-6789. PoCs published by CWH Underground.
AI-analyzed exploit summary This exploit leverages an SQL injection vulnerability in MindDezign Photo Gallery 2.2 to bypass authentication and add an arbitrary administrator account. It uses a crafted SQL query to log in as admin and then sends a POST request to create a new admin user.
Description
SQL injection vulnerability in MindDezign Photo Gallery 2.2 allows remote attackers to execute arbitrary SQL commands via the username parameter in a login action to the admin module in index.php, a different vector than CVE-2008-6788.
Exploits (2)
This exploit leverages an SQL injection vulnerability in MindDezign Photo Gallery 2.2 to bypass authentication and add an arbitrary administrator account. It uses a crafted SQL query to log in as admin and then sends a POST request to create a new admin user.
This exploit demonstrates a SQL injection vulnerability in MindDezign Photo Gallery 2.2 via the 'id' parameter in index.php. It bypasses authentication by injecting a UNION-based query to extract admin credentials from the database.