vendor:
com_trading
by:
DevilZ TM
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: com_trading
Affected Version From: N/A
Affected Version To: N/A
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_trading Blind SQL Injection Vulnerability
A Blind SQL Injection vulnerability exists in the Joomla Component com_trading. An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable parameter 'id' in the 'showsharedetails' task. An example of the exploit is 'http://127.0.0.1/index.php?option=com_trading&task=showsharedetails&id=1+AND+1=0+UNION+SELECT+1,2,3,4,5,6,7,8,9,10--'
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.