SQL Injection Vulnerability in Church Management System by ChurchCRM
CVE-2026-39318
8.8HIGH
What is CVE-2026-39318?
ChurchCRM, an open-source church management system, is susceptible to SQL injection due to improper input sanitization in the GroupPropsFormRowOps.php file. Specifically, user input in the Field parameter is directly included in SQL queries, allowing potential attackers to manipulate the SQL execution context. The vulnerability arises because the mysqli_real_escape_string() function does not appropriately escape backtick characters, enabling attackers to execute arbitrary SQL statements. This issue has been addressed in version 7.1.0 of the software.
Affected Version(s)
CRM < 7.1.0
