vendor:
JSSupportTicket
by:
qw3rTyTy
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JSSupportTicket
Affected Version From: 1.1.5
Affected Version To: 1.1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:joomsky:jssupportticket:1.1.5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Debian/nginx/joomla 3.9.0
2019
Joomla! component com_jssupportticket – SQL Injection
A SQL injection vulnerability exists in the Joomla! component com_jssupportticket in the file admin/models/userfields.php. The vulnerable code is in line 441, where user input is not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.