vendor:
Taskhub
by:
CraCkEr
7.1
CVSS
HIGH
SQL Injection
89 - 74 - 707
CWE
Product Name: Taskhub
Affected Version From: 2.8.2007
Affected Version To: 2.8.2007
Patch Exists: NO
Related CWE: CVE-2023-4987
CPE: a:infinitietech:taskhub:2.8.7
Platforms Tested: Windows
2023
taskhub 2.8.7 – SQL Injection
SQL injection allows unauthorized access to data, data modification, and application crashing, which can result in financial losses and reputational damage. The vulnerability exists in the 'project', 'status', 'user_id', 'sort', and 'search' GET parameters in the /home/get_tasks_list path of taskhub 2.8.7.
Mitigation:
To mitigate the SQL Injection vulnerability, input validation and parameterized queries should be implemented. Additionally, limiting database permissions and avoiding dynamic SQL statements can help prevent such attacks.