vendor:
by:
Bl0od3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
SQL Injection in Script Dungeon
The vulnerability allows an attacker to execute arbitrary SQL queries in the application's database. By manipulating the 'album' parameter in the URL, an attacker can retrieve sensitive information from the 'config' table.
Mitigation:
To mitigate this vulnerability, the application should use parameterized queries or prepared statements to sanitize user input and prevent SQL injection attacks.