vendor:
berliCRM
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: berliCRM
Affected Version From: 1.0.24
Affected Version To: 1.0.24
Patch Exists: NO
Related CWE: N/A
CPE: a:berlicrm:berlicrm:1.0.24
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
berliCRM 1.0.24 – ‘src_record’ SQL Injection
A SQL injection vulnerability exists in berliCRM 1.0.24. An attacker can send a specially crafted POST request to the vulnerable parameter 'src_record' to inject malicious SQL code. 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.