Cyber Posture

CVE-2026-39334

High

Published: 07 April 2026

Published
07 April 2026
Modified
10 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 11.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-39334 is a high-severity SQL Injection (CWE-89) vulnerability in Churchcrm Churchcrm. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection attacks by requiring validation of untrusted inputs like the 'type' array parameter in the /SettingsIndividual.php endpoint.

prevent

Ensures timely remediation of the specific SQL injection flaw by patching to ChurchCRM 7.1.0 or later, eliminating the vulnerability.

prevent

Enforces least privilege for authenticated users, limiting the scope of database access and damage potential even if low-privilege users reach the vulnerable endpoint.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The SQL injection vulnerability in the ChurchCRM web application endpoint (/SettingsIndividual.php) allows remote exploitation by authenticated users, directly matching T1190: Exploit Public-Facing Application. The high-impact DB compromise (data extraction/modification) is a direct result of this exploitation technique.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

ChurchCRM is an open-source church management system. Prior to 7.1.0, an SQL injection vulnerability was found in the endpoint /SettingsIndividual.php in ChurchCRM 7.0.5. Authenticated users without any specific privileges can inject arbitrary SQL statements through the type array parameter via…

more

the index and thus extract and modify information from the database. This vulnerability is fixed in 7.1.0.

Deeper analysisAI

CVE-2026-39334 is an SQL injection vulnerability (CWE-89) affecting ChurchCRM, an open-source church management system, in versions prior to 7.1.0, with the issue specifically identified in version 7.0.5. The flaw resides in the /SettingsIndividual.php endpoint, where authenticated users without specific privileges can inject arbitrary SQL statements through the "type" array parameter via the "index" parameter, potentially compromising the underlying database.

Attackers with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L) and no user interaction required (UI:N), earning it a CVSS v3.1 base score of 8.8 (High). Successful exploitation enables high-impact confidentiality, integrity, and availability violations (C:H/I:H/A:H), allowing attackers to extract sensitive data or modify database contents.

The vulnerability is addressed in ChurchCRM 7.1.0. Organizations should upgrade to this version or later to mitigate the issue, as detailed in the GitHub security advisory at https://github.com/ChurchCRM/CRM/security/advisories/GHSA-8g53-72jr-39w6.

Details

CWE(s)

Affected Products

churchcrm
churchcrm
≤ 7.1.0

CVEs Like This One

CVE-2026-39318Same product: Churchcrm Churchcrm
CVE-2026-39330Same product: Churchcrm Churchcrm
CVE-2026-39341Same product: Churchcrm Churchcrm
CVE-2026-39327Same product: Churchcrm Churchcrm
CVE-2026-39326Same product: Churchcrm Churchcrm
CVE-2026-39342Same product: Churchcrm Churchcrm
CVE-2025-1132Same product: Churchcrm Churchcrm
CVE-2026-39325Same product: Churchcrm Churchcrm
CVE-2026-39340Same product: Churchcrm Churchcrm
CVE-2026-39319Same product: Churchcrm Churchcrm

References