CVE-2026-35184
Published: 06 April 2026
Summary
CVE-2026-35184 is a high-severity SQL Injection (CWE-89) vulnerability in Ecclesiacrm Ecclesiacrm. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-35184 is a SQL injection vulnerability (CWE-89) in EcclesiaCRM, a CRM software for church management. The issue affects versions prior to 8.0.0 and is located in the file v2/templates/query/queryview.php, where the custom and value parameters fail to properly sanitize input. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.
A remote attacker requires no privileges or user interaction and can exploit the vulnerability over the network with low attack complexity. Successful exploitation grants high impacts on confidentiality, integrity, and availability, enabling arbitrary SQL query execution and likely full database compromise.
The vulnerability is addressed in EcclesiaCRM 8.0.0. Mitigation details appear in the GitHub security advisory (GHSA-gjw3-73q9-v2qh), pull request #2861, and the fixing commit f743b97f89da469a4c70b82bd61d0a59a3a957a9, with an additional analysis gist at https://gist.github.com/NicolasPauferro/d877992327592f1e8eb4e2c9dce1ae9b. Organizations should upgrade to version 8.0.0 immediately.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-19468
Vulnerability details
EcclesiaCRM is CRM Software for church management. Prior to 8.0.0, there is a SQL injection vulnerability in v2/templates/query/queryview.php via the custom and value parameters. This vulnerability is fixed in 8.0.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web CRM app (queryview.php) allows unauthenticated remote arbitrary SQL execution and DB compromise, directly mapping to initial access via T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires timely installation of the EcclesiaCRM 8.0.0 patch that specifically remediates the SQL injection vulnerability in queryview.php.
Mandates validation of unsanitized inputs like custom and value parameters to block SQL injection payloads before execution.
Enables boundary protections such as web application firewalls to inspect and deny SQL injection attempts at the vulnerable endpoint.