vendor:
MediaLibrary Basic
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: MediaLibrary Basic
Affected Version From: 4.0.12
Affected Version To: 4.0.12
Patch Exists: YES
Related CWE: CVE-2018-5971
CPE: 2.3:a:ordasoft:medialibrary_basic:4.0.12
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Joomla! Component MediaLibrary Free 4.0.12 – SQL Injection
A SQL injection vulnerability exists in Joomla! Component MediaLibrary Free 4.0.12. An attacker can send a malicious SQL query to the vulnerable parameter 'id' in 'index.php?option=com_medialibrary&task=view_author&id=[SQL]' and 'mid[0]' in 'index.php/component/medialibrary/0/lend_request?Itemid=0&mid[0]=[SQL]' to execute arbitrary SQL commands in application's database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should use parameterized queries, stored procedures, and/or whitelists to avoid SQL injection.