vendor:
JTicketing
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: JTicketing
Affected Version From: 2.0.16
Affected Version To: 2.0.16
Patch Exists: YES
Related CWE: CVE-2018-6585
CPE: a:techjoomla:jticketing:2.0.16
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Joomla! Component JTicketing 2.0.16 – SQL Injection
Joomla! Component JTicketing 2.0.16 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'filter_creator' parameter in the 'index.php' file. This can be exploited to bypass authentication and gain access to the 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.