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 – ‘reports_id’ SQL Injection
Rukovoditel Project Management CRM version 2.5.2 is vulnerable to SQL Injection. This vulnerability can be exploited by sending a maliciously crafted POST request to the application. An attacker can inject malicious SQL queries in the 'reports_id' parameter of the application. This can be exploited to gain access to sensitive information from the 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. Parameterized queries should be used to prevent SQL injection attacks.