vendor:
Extra Search
by:
Ihsan Sencan
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Extra Search
Affected Version From: 2.2.8
Affected Version To: 2.2.8
Patch Exists: NO
Related CWE: N/A
CPE: a:joomlaboat:extra_search:2.2.8
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Joomla! Component Extra Search v2.2.8 – SQL Injection
A SQL injection vulnerability exists in Joomla! Component Extra Search v2.2.8. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow the attacker to execute arbitrary SQL commands on the underlying database.
Mitigation:
Developers should always use parameterized queries, also known as prepared statements, when interacting with the database. This will ensure that user-supplied input is not interpreted as part of the SQL query.