The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-44547

CVE-2026-44547: ChurchCRM Auth Bypass Vulnerability

CVE-2026-44547 is an authentication bypass flaw in ChurchCRM versions 7.2.0 to 7.2.2 due to an incomplete fix for CVE-2026-4058. This post covers technical details, affected versions, impact, and mitigation steps.

Published: May 17, 2026

CVE-2026-44547 Overview

CVE-2026-44547 affects ChurchCRM, an open-source church management system. The vulnerability exists in versions 7.2.0 through 7.2.2 and stems from an incomplete fix for CVE-2026-4058. A hardening commit targeting src/api/routes/public/public-user.php was merged but later stripped by an unrelated pull request before any 7.2.x tag was released. Every shipped 7.2.x release therefore remains exploitable using the proof-of-concept published with the original advisory. The flaw is categorized as Improper Authentication [CWE-287]. ChurchCRM has resolved the issue in version 7.3.1.

Critical Impact

Authenticated network attackers can exploit the authentication weakness in the public user API to compromise confidentiality and integrity of ChurchCRM instances.

Affected Products

  • ChurchCRM 7.2.0
  • ChurchCRM 7.2.1
  • ChurchCRM 7.2.2

Discovery Timeline

  • 2026-05-12 - CVE-2026-44547 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44547

Vulnerability Analysis

The vulnerability resides in src/api/routes/public/public-user.php, a public API route handler in ChurchCRM. The original advisory CVE-2026-4058 identified an authentication weakness in this file. Maintainers merged a hardening commit to address it. However, an unrelated pull request later removed those changes before the 7.2.x branch was tagged. The result is that every 7.2.x release shipped without the security fix in place. Attackers can exploit the regression using the same proof-of-concept published for CVE-2026-4058. Successful exploitation impacts confidentiality and integrity, with a scope change indicating effects beyond the vulnerable component.

Root Cause

The root cause is a regression introduced through inadequate change control. The hardening commit was silently reverted by an unrelated merge, bypassing the intended authentication check in the public user endpoint. The underlying weakness is classified as Improper Authentication [CWE-287], allowing attackers to bypass identity verification on the affected API route.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity and requires low privileges. No user interaction is needed. An attacker reaches the affected endpoint by sending crafted HTTP requests to the public user API route. Refer to the GitHub Security Advisory GHSA-cwp8-rm8g-q5c9 and the corresponding GitHub Pull Request #8855 for the technical proof-of-concept and remediation details.

Detection Methods for CVE-2026-44547

Indicators of Compromise

  • Unexpected HTTP requests to /api/public/public-user.php or related public user API endpoints.
  • New or modified administrative accounts in the ChurchCRM User table without corresponding audit log entries.
  • Successful authentication events from unfamiliar source IP addresses targeting the public API.

Detection Strategies

  • Review web server access logs for anomalous POST or PUT requests targeting public user routes.
  • Compare deployed ChurchCRM source against the upstream 7.3.1 release to identify the missing hardening logic in public-user.php.
  • Correlate API access patterns with the published proof-of-concept linked in the GitHub Security Advisory GHSA-cwp8-rm8g-q5c9.

Monitoring Recommendations

  • Enable verbose logging on the ChurchCRM application and web server hosting the instance.
  • Alert on creation or privilege changes for ChurchCRM user accounts outside normal administrative workflows.
  • Monitor outbound database queries originating from the public API handler for anomalous user record modifications.

How to Mitigate CVE-2026-44547

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.3.1, which contains the complete authentication fix.
  • Audit all existing user accounts and revoke any unauthorized credentials created during the exposure window.
  • Restrict network access to ChurchCRM administrative and API endpoints using firewall rules or reverse proxy controls.

Patch Information

The vulnerability is fixed in ChurchCRM 7.3.1. The upstream remediation is tracked in GitHub Pull Request #8855 and documented in GitHub Security Advisory GHSA-cwp8-rm8g-q5c9. Administrators should follow the official upgrade procedure and verify that src/api/routes/public/public-user.php contains the hardened authentication checks after deployment.

Workarounds

  • Place the ChurchCRM instance behind an authenticating reverse proxy that blocks unauthenticated access to public API routes.
  • Temporarily disable or restrict access to src/api/routes/public/public-user.php at the web server layer until the upgrade is applied.
  • Rotate credentials and session tokens for all ChurchCRM users after applying mitigations.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechChurchcrm

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Pull Request #8855

  • GitHub Security Advisory GHSA-cwp8-rm8g-q5c9
  • Related CVEs
  • CVE-2026-42289: ChurchCRM Auth Bypass Vulnerability

  • CVE-2026-40480: ChurchCRM Auth Bypass Vulnerability

  • CVE-2026-39339: ChurchCRM Auth Bypass Vulnerability

  • CVE-2026-39331: ChurchCRM Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English