vendor:
J-ClassifiedsManager
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: J-ClassifiedsManager
Affected Version From: 3.0.5
Affected Version To: 3.0.5
Patch Exists: NO
Related CWE: N/A
CPE: a:cmsjunkie:j-classifiedsmanager:3.0.5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2019
Joomla! Component J-ClassifiedsManager 3.0.5 – SQL Injection
A SQL injection vulnerability exists in Joomla! Component J-ClassifiedsManager 3.0.5. An attacker can send a specially crafted HTTP request containing malicious SQL statements to the vulnerable application in order to gain access to sensitive information from the database. This can be exploited to manipulate SQL statements by injecting arbitrary SQL code in the affected parameter.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL statements. Additionally, parameterized queries should be used to prevent SQL injection attacks.