vendor:
Full Social
by:
L0RD or borna.nematzadeh123@gmail.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Full Social
Affected Version From: 1.1.2000
Affected Version To: 1.1.2000
Patch Exists: NO
Related CWE: N/A
CPE: a:joomlaextensions:full_social:1.1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2018
Joomla! extension Full Social 1.1.0 – ‘search_query’ SQL Injection
A SQL injection vulnerability exists in Joomla! extension Full Social 1.1.0. An attacker can send a specially crafted HTTP request containing a malicious 'search_query' parameter to execute arbitrary SQL commands on the vulnerable system. The payload used was a time-based blind payload of '1%' AND SLEEP(10)%23'
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.