vendor:
by:
http://www.joomsky.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name:
Affected Version From: 1.0.5.8
Affected Version To: 1.0.5.8
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2010
Joomla Component com_jsjobs SQL Injection Vulnerability
The Joomla component com_jsjobs is vulnerable to SQL Injection. The vulnerability exists in the view.html.php file in the 'categories' section. The code on line 53 does not properly sanitize user input, allowing an attacker to inject malicious SQL queries. This can lead to unauthorized access to sensitive information stored in the server's database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before using it in SQL queries. This can be done by using prepared statements or input validation techniques.