Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-66396

7.2 · HIGH
Published Dec 17, 2025 churchcrm CWE-89 EPSS 0.40% (33th pctl)

Overview

CVE-2025-66396 is a high-severity vulnerability affecting churchcrm churchcrm. It was published on December 17, 2025 and has a CVSS 3.1 base score of 7.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.2, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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 array key, which is expected to be a numeric ID. This key is then assigned to the `$id` variable. The `$id` variable is subsequently concatenated directly into a `SELECT` and an `UPDATE` SQL query without

Remediation

Check the references section for vendor advisories and patches from churchcrm. Update churchcrm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
churchcrm churchcrm >= 0, < 6.5.3 Affected

Frequently Asked Questions

What is CVE-2025-66396?

CVE-2025-66396 is a high-severity vulnerability affecting churchcrm churchcrm. It was published on December 17, 2025 and has a CVSS 3.1 base score of 7.2 (HIGH).

How severe is CVE-2025-66396?

This vulnerability has a CVSS 3.1 base score of 7.2, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-66396?

Check the references section for vendor advisories and patches from churchcrm. Update churchcrm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-66396?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-66396 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.