#VU125705 SQL injection in ChurchCRM - CVE-2026-39325
Published: April 9, 2026
ChurchCRM
ChurchCRM
Description
The vulnerability allows a remote user to execute arbitrary SQL commands and disclose or modify database information.
The vulnerability exists due to sql injection in the /SettingsUser.php endpoint when handling the POST type array parameter. A remote privileged user can send a specially crafted request to execute arbitrary SQL commands and disclose or modify database information.
The issue is blind in nature and occurs because array indexes from the type parameter are used unsafely in a database query.