vendor:
PhotoMap Gallery
by:
Salvatore Fresta aka Drosophila
7,5
CVSS
HIGH
Multiple Blind SQL Injection
89
CWE
Product Name: PhotoMap Gallery
Affected Version From: 1.6.0
Affected Version To: 1.6.0
Patch Exists: YES
Related CWE: N/A
CPE: a:joomla:photomap_gallery
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Joomla 1.5.x
2010
PhotoMap Gallery 1.6.0 Joomla Component Multiple Blind SQL Injection
Some parameters passed to controller.php and imagehandler.php via POST when view is set to user and task is set to save_usercategory are not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries that are executed on the database server.