vendor:
Absolute Image Gallery
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Absolute Image Gallery
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Unknown
2007
Absolute Image Gallery Gallery.ASP (categoryid) MSSQL Injection Exploit
The Absolute Image Gallery Gallery.ASP script is vulnerable to SQL injection. An attacker can exploit this vulnerability by manipulating the 'categoryid' parameter in the 'gallery.asp' script. By injecting SQL code, the attacker can bypass authentication, access unauthorized data, modify or delete data, or perform other malicious actions.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.