cvedb.io
CVE-2025-66396
HIGH · CVSS 7.2
EPSS exploitation probability: 0%
Published 2025-12-17T20:15:55.870 · Last modified 2026-06-17T09:56:45.963

Summary

ChurchCRM is an open-source church management system. Prior to version 6.5.3, a SQL injection vulnerability exists in the `src/UserEditor.php` file. When an administrator saves a user's configuration settings, the keys of the `type` POST parameter array are not properly sanitized or type-casted before being used in multiple SQL queries. This allows a malicious or compromised administrator account to execute arbitrary SQL commands, including time-based blind SQL injection attacks, to directly interact with the database. The vulnerability is located in `src/UserEditor.php` within the logic that handles saving user-specific configuration settings. The `type` parameter from the POST request is processed as an array. The code iterates through this array and uses `key($type)` to extract the arra

Affected products

churchcrm — churchcrm

Does this affect you?

Add your gear to cvedb and we'll alert you only when churchcrm ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.