Skip to main content

Crm CVE-2026-39331

| EUVDEUVD-2026-19826 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-04-07 GitHub_M
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

6
Analysis Updated
Apr 16, 2026 - 06:03 EUVD-patch-fix
executive_summary
Re-analysis Queued
Apr 16, 2026 - 05:29 backfill_euvd_patch
patch_released
Patch available
Apr 16, 2026 - 05:29 EUVD
7.1.0
EUVD ID Assigned
Apr 07, 2026 - 18:00 euvd
EUVD-2026-19826
Analysis Generated
Apr 07, 2026 - 18:00 vuln.today
CVE Published
Apr 07, 2026 - 17:36 nvd
HIGH 8.1

DescriptionGitHub Advisory

ChurchCRM is an open-source church management system. Prior to 7.1.0, an authenticated API user can modify any family record's state without proper authorization by simply changing the {familyId} parameter in requests, regardless of whether they possess the required EditRecords privilege. /family/{familyId}/verify, /family/{familyId}/verify/url, /family/{familyId}/verify/now, /family/{familyId}/activate/{status}, and /family/{familyId}/geocode lack role-based access control, allowing users to deactivate/reactivate arbitrary families, spam verification emails, and mark families as verified and trigger geocoding. This vulnerability is fixed in 7.1.0.

AnalysisAI

Insecure Direct Object Reference (IDOR) in ChurchCRM API allows authenticated low-privilege users to manipulate arbitrary family records without proper authorization checks. Attackers with any valid API credentials can modify family verification status, trigger spam emails, activate/deactivate accounts, and force geocoding operations on any family record by manipulating the familyId parameter in API requests. Affects all ChurchCRM versions prior to 7.1.0. CVSS 8.1 (High) reflects the network-accessible attack vector with low complexity and high integrity/availability impact. No evidence of active exploitation (CISA KEV negative) or public exploit code at time of analysis, but the vulnerability is trivially exploitable given the low attack complexity and published security advisory.

Technical ContextAI

ChurchCRM (CPE: cpe:2.3:a:churchcrm:crm) is an open-source church management platform providing family and member record management through web-based APIs. This vulnerability manifests as CWE-639 (Authorization Bypass Through User-Controlled Key), a classic Insecure Direct Object Reference pattern. Five API endpoints (/family/{familyId}/verify, /family/{familyId}/verify/url, /family/{familyId}/verify/now, /family/{familyId}/activate/{status}, /family/{familyId}/geocode) accept user-supplied familyId parameters without validating whether the authenticated user has authorization to access or modify those specific family records. The endpoints fail to implement proper role-based access control (RBAC) checks, specifically neglecting to verify the EditRecords privilege that should gate these operations. This allows horizontal privilege escalation where any authenticated API user can enumerate and manipulate family records belonging to other church members by iterating through familyId values, bypassing the intended authorization boundary between families.

RemediationAI

Upgrade to ChurchCRM version 7.1.0 immediately, which contains authorization checks on the vulnerable API endpoints to validate user permissions before processing family record modifications. The vendor-released patch in 7.1.0 implements proper role-based access control validation that verifies EditRecords privileges and family ownership before allowing state changes. Organizations should update all ChurchCRM installations following standard upgrade procedures documented at the project repository. For environments where immediate patching is not feasible, implement compensating controls including restricting API access to only trusted administrative users, enabling comprehensive API audit logging to detect unauthorized family record access attempts, and monitoring for anomalous patterns such as rapid sequential requests to family endpoints with varying familyId parameters. Review application logs for potential exploitation attempts prior to patching, looking for suspicious API calls to /family/{familyId}/verify, /family/{familyId}/activate, and /family/{familyId}/geocode endpoints from non-administrative accounts. Consult the official security advisory at https://github.com/ChurchCRM/CRM/security/advisories/GHSA-vwh8-x823-wjc5 for additional vendor guidance and patch verification procedures.

More in Crm

View all
CVE-2017-5965 MEDIUM POC
6.7 May 23

The package manager in Sitecore CRM 8.1 Rev 151207 allows remote authenticated administrators to execute arbitrary ASP c

CVE-2019-15950 MEDIUM POC
6.1 Sep 16

The CRM Plugin before 4.2.4 for Redmine allows XSS via crafted vCard data. Rated medium severity (CVSS 6.1), this vulner

CVE-2026-42288 CRITICAL
10.0 May 12

ChurchCRM is an open-source church management system. Prior to 7.3.2, The fix for CVE-2026-39337 is incomplete. The pre-

CVE-2026-58409 CRITICAL
9.1 Jul 13

Remote code execution in ChurchCRM before 7.4.0 lets an authenticated administrator run arbitrary PHP on the server by i

CVE-2017-5966 MEDIUM POC
4.9 May 23

Sitecore CRM 8.1 Rev 151207 allows remote authenticated administrators to read arbitrary files via an absolute path trav

CVE-2026-39328 HIGH
8.9 Apr 07

ChurchCRM church management system versions before 7.1.0 allow authenticated users with EditSelf permission to exfiltrat

CVE-2026-35566 HIGH
8.8 Apr 07

SQL injection in ChurchCRM versions prior to 7.1.0 allows authenticated users with low privileges to execute arbitrary S

CVE-2026-35576 HIGH
8.7 Apr 07

Stored cross-site scripting in ChurchCRM versions prior to 7.0.0 allows authenticated users to inject malicious JavaScri

CVE-2026-35575 HIGH
8.0 Apr 07

Stored Cross-Site Scripting in ChurchCRM admin panel enables session hijacking and administrative account takeover throu

CVE-2026-58410 HIGH
7.1 Jul 13

Insecure Direct Object Reference in ChurchCRM before 7.4.0 lets an authenticated non-admin user with EditSelf access rea

CVE-2026-35572 HIGH
7.0 Apr 07

Server-Side Request Forgery in ChurchCRM versions prior to 6.5.3 allows authenticated administrators to trigger outbound

CVE-2026-58411 HIGH
7.0 Jul 13

Reflected Cross-Site Scripting in ChurchCRM before 7.4.0 lets remote attackers inject JavaScript through unsanitized req

Share

CVE-2026-39331 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy