vendor:
com_equipment
by:
Forza-Dz
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_equipment
Affected Version From: All Versions
Affected Version To: All Versions
Patch Exists: N/A
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: Win Sp2 and Mac
2010
Joomla “com_equipment” Sql Injection Vulnerability
The component "com_equipment" is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter. The vulnerable parameter is "id" and "sec_men_id" in the URL. The malicious SQL query can be sent using the "Union" operator.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection.