CVE-2025-66313
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-03
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| churchcrm | churchcrm | 6.2.0 |
| churchcrm | churchcrm | to 6.2.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a time-based blind SQL injection in ChurchCRM version 6.2.0 and earlier. It occurs in the handling of the 1FieldSec parameter, where an attacker can inject SQL commands such as SLEEP() to cause server-side delays. This proves that the parameter value is used in a SQL query without proper parameterization, allowing attackers to extract or modify data through blind SQL injection techniques.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to exfiltrate sensitive data and modify data in the ChurchCRM system without authorization. This can lead to data breaches, loss of data integrity, and potentially unauthorized control over the system's data.