vendor:
Joomla! com_hdwplayer
by:
qw3rTyTy
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla! com_hdwplayer
Affected Version From: 4.2
Affected Version To: 4.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Debian/Nginx/Joomla! 3.9.11
2020
Joomla! com_hdwplayer 4.2 – ‘search.php’ SQL Injection
The 'search.php' file in Joomla! com_hdwplayer 4.2 is vulnerable to SQL injection. The 'hdwplayersearch' parameter is not properly sanitized before being used in an SQL query, allowing an attacker to manipulate the query and potentially execute arbitrary SQL commands.
Mitigation:
To mitigate this vulnerability, ensure that user input is properly sanitized and validated before being used in SQL queries. Additionally, consider using prepared statements or parameterized queries to prevent SQL injection attacks.