vendor:
Rukovoditel Project Management CRM
by:
Fatih Çelik
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Rukovoditel Project Management CRM
Affected Version From: 2.5.2
Affected Version To: 2.5.2
Patch Exists: NO
Related CWE: N/A
CPE: a:rukovoditel:rukovoditel_project_management_crm
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
Rukovoditel Project Management CRM 2.5.2 – ‘filters’ SQL Injection
Rukovoditel Project Management CRM version 2.5.2 is vulnerable to SQL Injection. This vulnerability is due to improper sanitization of user-supplied input in the 'filters' parameter. An attacker can exploit this vulnerability to inject malicious SQL queries into the application and execute arbitrary SQL commands in the back-end database.
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.