CVE-2026-39329 Details
Description
ChurchCRM is an open-source church management system. Prior to 7.1.0, an SQL injection vulnerability was identified in /EventNames.php in ChurchCRM. Authenticated users with AddEvent privileges can inject SQL via the newEvtTypeCntLst parameter during event type creation. The vulnerable flow reaches an ON DUPLICATE KEY UPDATE clause where unescaped user input is interpolated directly. This vulnerability is fixed in 7.1.0.
A SQL injection vulnerability exists in ChurchCRM versions prior to 7.1.0, specifically in the EventNames.php file. Authenticated users with AddEvent privileges can exploit this vulnerability by injecting SQL through the newEvtTypeCntLst parameter while creating event types. The issue arises because unescaped user input is directly interpolated into an SQL query that uses the ON DUPLICATE KEY UPDATE clause. This vulnerability allows for SQL execution manipulation, with the potential for timing-based exploitation and, depending on the database configuration, possible extraction of sensitive information.
Users should update to ChurchCRM version 7.1.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/ChurchCRM/CRM/security/advisories/GHSA-ggfm-5q4w-p93g | CISA-ADP | Third Party Advisory |
| https://github.com/ChurchCRM/CRM/security/advisories/GHSA-ggfm-5q4w-p93g | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| churchcrm churchcrm | < 7.1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 10, 2026 | Initial Analysis | [email protected] |
| Apr 7, 2026 | CVE Modified | CISA-ADP |
| Apr 7, 2026 | New CVE Received | [email protected] |