vendor:
Listbingo
by:
jdc
7,5
CVSS
HIGH
SQL Injection, Persistent XSS, Reflective XSS
89, 79, 79
CWE
Product Name: Listbingo
Affected Version From: 1.3
Affected Version To: 1.3
Patch Exists: YES
Related CWE: N/A
CPE: a:joomla:listbingo:1.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP5, MySQL5
2010
Joomla Component Listbingo 1.3 Multiple Vulnerabilities
The vulnerability is a combination of SQL Injection, Persistent XSS and Reflective XSS. The SQL Injection can be exploited by sending a crafted request with the parameters q, catid, search_from_price, search_to_price, search, task and option. The Persistent XSS can be exploited by sending a crafted request with the parameters Title, Address 2 and Zipcode. The Reflective XSS can be exploited by sending a crafted request with the parameters option, task, cid, time and Itemid.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks. Parameterized queries should be used to prevent SQL Injection attacks.