Skip to main content

ChurchCRM CVE-2026-44547

CRITICAL
Improper Authentication (CWE-287)
2026-05-12 GitHub_M
9.6
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
9.6 CRITICAL
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
9.6 CRITICAL

Network-reachable API login route with low complexity; PR:L because the description and CVSS indicate low-privilege access is needed; scope-changed auth bypass yields high C/I, no availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jul 23, 2026 - 19:05 vuln.today
Analysis Generated
Jul 23, 2026 - 19:05 vuln.today
CVE Published
May 12, 2026 - 22:30 nvd
CRITICAL 9.6

DescriptionGitHub Advisory

ChurchCRM is an open-source church management system. From 7.2.0 to 7.2.2, The fix for CVE-2026-4058 is incomplete. The hardening commit was merged and then silently stripped from src/api/routes/public/public-user.php by an unrelated PR before any 7.2.x tag was cut. Every shipped 7.2.x release therefore remains exploitable by the PoC published with the original advisory. This vulnerability is fixed in 7.3.1.

AnalysisAI

Authentication bypass in ChurchCRM 7.2.0 through 7.2.2 re-exposes a previously patched flaw (CVE-2026-4058) because the hardening applied to src/api/routes/public/public-user.php was silently removed by an unrelated pull request before any 7.2.x tag was cut. As a result, every shipped 7.2.x release is exploitable using the PoC published with the original advisory, letting an attacker with low-level access defeat the API login endpoint's protections to reach protected data and functions. Publicly available exploit code exists (SSVC: PoC), but EPSS is very low (0.03%) and the flaw is not on the CISA KEV list; fixed in 7.3.1.

Technical ContextAI

ChurchCRM is a PHP-based open-source church management system (cpe:2.3:a:churchcrm:crm). The weakness is CWE-287 (Improper Authentication) in the public API login route implemented in src/api/routes/public/public-user.php. The original CVE-2026-4058 fix added authentication hardening to that endpoint - per the advisory workflow notes this centered on 2FA/account-lockout enforcement and generic error handling to prevent username enumeration. That hardening commit was merged but then stripped by an unrelated PR, so the protective control never made it into a tagged 7.2.x build. The result is a regression: the endpoint reverts to its pre-fix, weakly-authenticated behavior, which is exactly the class of authentication-mechanism failure CWE-287 describes.

RemediationAI

Vendor-released patch: upgrade to ChurchCRM 7.3.1, which restores the authentication hardening to src/api/routes/public/public-user.php that was stripped from the 7.2.x line. See the advisory at https://github.com/ChurchCRM/CRM/security/advisories/GHSA-cwp8-rm8g-q5c9 and the remediation pull request https://github.com/ChurchCRM/CRM/pull/8855. If you cannot upgrade immediately, restrict network access to the /api/public/user/login endpoint - for example place the application behind a VPN or IP allow-list, or use a WAF/reverse-proxy rule to rate-limit and block repeated calls to that route (trade-off: this can interfere with legitimate remote/mobile API clients and does not restore 2FA/lockout logic). As a further compensating control, enforce strong, rotated administrative credentials and monitor authentication logs for enumeration or brute-force patterns against the API login route, since the removed hardening previously provided lockout and generic error responses.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-44547 vulnerability details – vuln.today

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