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:2.5.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
Rukovoditel Project Management CRM 2.5.2 – ‘entities_id’ SQL Injection
Rukovoditel Project Management CRM 2.5.2 is vulnerable to SQL Injection. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate the data in the database, compromise the integrity of the data, or disclose sensitive information.
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. Parameterized queries should be used to prevent SQL injection attacks.