vendor:
Interact
by:
{G} IR-Security -Team <--> l0rd [D3lt4_l0rD] & Turb0
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Interact
Affected Version From:
Affected Version To: Interact <= 2.4.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Interact 2.4.1 SQL Injection
The Interact version 2.4.1 is vulnerable to SQL Injection in the search.php file. The search_terms parameter is not properly sanitized and is directly used in a SQL query, allowing an attacker to execute arbitrary SQL commands.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before using it in SQL queries. This can be done by using prepared statements or input validation.