SB20240726101 - Multiple vulnerabilities in ChurchCRM
Published: July 26, 2024 Updated: April 9, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 2 vulnerabilities.
1) SQL injection (CVE-ID: CVE-2024-39306)
CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to SQL injection in the /GetText.php endpoint when processing a GET request with the EID parameter. A remote user can inject crafted SQL statements to execute arbitrary code.
Exploitation requires authentication but no elevated privileges, and may require determining a writable application-served file path depending on the deployment stack.
2) SQL injection (CVE-ID: CVE-2024-39304)
CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote user to manipulate the database and disclose sensitive information.
The vulnerability exists due to improper neutralization of special elements used in an SQL command in the EID parameter in /GetText.php when handling a GET request. A remote user can send a specially crafted request to manipulate the database and disclose sensitive information.
The issue is a blind SQL injection.
Remediation
Install update from vendor's website.