vendor:
JSP Store Locator
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JSP Store Locator
Affected Version From: 2.2
Affected Version To: 2.2
Patch Exists: NO
Related CWE: N/A
CPE: a:joomlaserviceprovider:jsp_store_locator:2.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Joomla! Component JSP Store Locator v2.2 – SQL Injection
Joomla! Component JSP Store Locator v2.2 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can be done by sending malicious SQL queries to the vulnerable application via the 'id' parameter in the 'task' parameter of the 'index.php' page. For example, http://localhost/[PATH]/index.php?option=com_jsplocation&task=directionview&id=[SQL]
Mitigation:
Developers should always use parameterized queries to prevent SQL injection attacks.