vendor:
com_joltcard
by:
Valentin Hoebel
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_joltcard
Affected Version From: unknown
Affected Version To: unknown
Patch Exists: NO
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
2010
Joomla Component com_joltcard SQL Injection Vulnerability
The vulnerability exists in the com_joltcard component of Joomla. The vulnerable parameter is cardID. An example URI is index.php?option=com_joltcard&Itemid=XX&task=view&cardID=X+AND+1=2+UNION+SELECT+concat(database())--. Selected information gets only displayed within the HTML source code (look at <OBJECT> tag).
Mitigation:
Input validation should be used to prevent SQL injection attacks.