CVE-2026-40482
Received Received - Intake

SQL Injection in ChurchCRM FinancialService Allows Data Exposure

Vulnerability report for CVE-2026-40482, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-18

Last updated on: 2026-04-18

Assigner: GitHub, Inc.

Description

ChurchCRM is an open-source church management system. Versions prior to 7.2.0 have SQL injection in FinancialService::getMemberByScanString() via unsanitized $routeAndAccount concatenated into raw SQL. This issue has been fixed in version 7.2.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-18
Last Modified
2026-04-18
Generated
2026-07-06
AI Q&A
2026-04-18
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
churchcrm churchcrm to 7.2.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Mitigation Strategies

The vulnerability in ChurchCRM versions prior to 7.2.0 is caused by SQL injection in FinancialService::getMemberByScanString() due to unsanitized input.

To mitigate this vulnerability immediately, upgrade ChurchCRM to version 7.2.0 or later where this issue has been fixed.

Executive Summary

This vulnerability is a SQL injection issue found in ChurchCRM, an open-source church management system. Versions before 7.2.0 have a flaw in the FinancialService::getMemberByScanString() function where an unsanitized variable ($routeAndAccount) is directly concatenated into a SQL query. This allows an attacker to manipulate the SQL query, potentially leading to unauthorized database access or data manipulation.

Impact Analysis

The SQL injection vulnerability can allow an attacker with limited privileges to execute arbitrary SQL commands on the database. This can lead to unauthorized access to sensitive data, data corruption, or disruption of the application’s normal operation. Since the vulnerability is exploitable remotely without user interaction, it poses a significant security risk.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-40482. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart