vendor:
QContacts
by:
_mlk_
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: QContacts
Affected Version From: 1.0.4 and previous
Affected Version To: 1.0.4 and previous
Patch Exists: NO
Related CWE:
CPE: a:joomla:qcontacts
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: all OS
2010
Joomla Component QContacts (com_qcontacts) – SQL Injection Vulnerability
Joomla Component QContacts (com_qcontacts) is vulnerable to SQL Injection. The vulnerable parameters are Itemid, id and catid. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. The malicious request contains a SQL query in the form of a URL parameter. This can be used to extract sensitive information from the database.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct SQL queries that can be executed against the database. Parameterized queries should be used to prevent SQL injection attacks.