vendor:
JS Jobs
by:
qw3rTyTy
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JS Jobs
Affected Version From: 1.2.5
Affected Version To: 1.2.5
Patch Exists: NO
Related CWE: N/A
CPE: a:joomsky:jsjobs
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Debian/nginx/joomla 3.9.0
2019
Joomla! component com_jsjobs – SQL Injection
A SQL Injection vulnerability exists in Joomla! component com_jsjobs in line 296 of the file site/models/cities.php. An attacker can send a malicious HTTP request containing a specially crafted SQL query to the vulnerable parameter citydata in order to execute arbitrary SQL commands in the context of the vulnerable application.
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 queries.