header-logo
Suggest Exploit
vendor:
Click Gallery
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Click Gallery
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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
2006

Click Gallery Multiple Input Validation Vulnerabilities

Click Gallery is prone to multiple input-validation vulnerabilities, including SQL-injection issues and a cross-site scripting issue, because the application fails to sufficiently sanitize user-supplied data. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

Mitigation:

Input validation should be used to ensure that untrusted data is not allowed to affect the application's control flow or the database queries.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/21311/info

Click Gallery is prone to multiple input-validation vulnerabilities, including SQL-injection issues and a cross-site scripting issue, because the application fails to sufficiently sanitize user-supplied data.

Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

http://www.example.com/view_gallery.asp?gallery_id=809&currentpage=[SQL Injection]
http://www.example.com/view_gallery.asp?gallery_id=[SQL injection]
http://www.example.com/download_image.asp?image_id=[SQL Injection]
http://www.example.com/gallery.asp?currentpage=[SQL Injection]
http://www.example.com/view_recent.asp?currentpage=[SQL Injection]
http://www.example.com/gallery.asp?currentpage=2&orderby=[SQL Injection]