Description
ChurchCRM is an open-source church management system. In versions prior to 7.2.0, the public API login endpoint (/api/public/user/login) returns distinguishable HTTP response codes based on whether a username exists: 404 for non-existent users and 401 for valid users with incorrect passwords. An unauthenticated attacker can exploit this difference to enumerate valid usernames, with no rate limiting or account lockout to impede the process. This issue has been fixed in version 7.2.0.
Published: 2026-04-17
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Username Enumeration via HTTP response codes
Action: Immediate Patch
AI Analysis

Impact

The public login API endpoint returns distinct status codes: a 404 when a username does not exist and a 401 when the username exists but the password is wrong. This differential response allows an unauthenticated attacker to systematically discover valid usernames by observing the returned HTTP code, effectively leaking sensitive account information. Although this vulnerability does not grant direct access or administrative privileges, it expands the attack surface and can facilitate targeted credential‑guessing or social‑engineering attacks once valid usernames are known. The weakness reflects an Information Exposure flaw (CWE‑204) and improper handling of authentication responses (CWE‑307).

Affected Systems

ChurchCRM:CRM, all releases earlier than version 7.2.0. The public API endpoint /api/public/user/login is affected; later releases have been patched.

Risk and Exploitability

The CVSS score of 5.3 places this issue in the medium severity range. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no publicly known exploitation at the time of this report. However, the public nature of the endpoint, lack of rate limiting, and absence of account lockout mechanisms mean that an attacker can enumerate usernames efficiently by sending numerous requests from any remote host. The attack vector is remote over the internet, requiring only network connectivity to the CRM server and no prior credentials.

Generated by OpenCVE AI on April 18, 2026 at 17:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ChurchCRM to version 7.2.0 or later, where the differential response handling has been removed.
  • If an upgrade cannot be performed immediately, enforce throttling or IP blocking on the /api/public/user/login endpoint to slow enumeration attempts.
  • Restrict access to the public login API from untrusted networks with firewall rules or reverse proxy restrictions.

Generated by OpenCVE AI on April 18, 2026 at 17:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Churchcrm
Churchcrm churchcrm
Vendors & Products Churchcrm
Churchcrm churchcrm

Mon, 20 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Apr 2026 23:45:00 +0000

Type Values Removed Values Added
Description ChurchCRM is an open-source church management system. In versions prior to 7.2.0, the public API login endpoint (/api/public/user/login) returns distinguishable HTTP response codes based on whether a username exists: 404 for non-existent users and 401 for valid users with incorrect passwords. An unauthenticated attacker can exploit this difference to enumerate valid usernames, with no rate limiting or account lockout to impede the process. This issue has been fixed in version 7.2.0.
Title ChurchCRM: Username Enumeration via Differential Response in Public Login API
Weaknesses CWE-204
CWE-307
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Churchcrm Churchcrm
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-20T13:36:05.319Z

Reserved: 2026-04-13T19:50:42.114Z

Link: CVE-2026-40485

cve-icon Vulnrichment

Updated: 2026-04-20T13:32:28.791Z

cve-icon NVD

Status : Deferred

Published: 2026-04-18T00:16:39.540

Modified: 2026-04-20T18:59:46.333

Link: CVE-2026-40485

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T14:59:10Z

Weaknesses