#VU125683 SQL injection in ChurchCRM - CVE-2025-66396
Published: April 9, 2026
ChurchCRM
ChurchCRM
Description
The vulnerability allows a remote user to execute arbitrary SQL commands.
The vulnerability exists due to SQL injection in src/UserEditor.php when processing the keys of the type POST parameter array while saving user configuration settings. A remote privileged user can send a specially crafted POST request to execute arbitrary SQL commands.
The injected key is concatenated into SELECT and UPDATE queries, and the issue can be exploited through time-based blind SQL injection.