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-40582

CVE-2026-40582: ChurchCRM Auth Bypass Vulnerability

CVE-2026-40582 is an authentication bypass flaw in ChurchCRM that allows attackers to obtain API access even when accounts are locked or have 2FA enabled. This article covers technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-40582 Overview

CVE-2026-40582 is a critical authentication bypass vulnerability in ChurchCRM, an open-source church management system. The vulnerability exists in versions prior to 7.2.0 where the /api/public/user/login endpoint validates only the username and password before returning the user's API key. This implementation flaw bypasses the normal authentication flow that enforces account lockout and two-factor authentication (2FA) checks.

An attacker with knowledge of a user's password can exploit this vulnerability to obtain API access even when the account is locked or has 2FA enabled. This grants direct access to all protected API endpoints with the compromised user's privileges, potentially exposing sensitive church member data, financial information, and administrative functions.

Critical Impact

Authentication bypass allowing attackers to circumvent account lockout policies and two-factor authentication, gaining full API access to protected endpoints with stolen credentials.

Affected Products

  • ChurchCRM versions prior to 7.2.0
  • ChurchCRM installations using the /api/public/user/login endpoint
  • Any ChurchCRM deployment with 2FA or account lockout enabled (security controls rendered ineffective)

Discovery Timeline

  • 2026-04-18 - CVE CVE-2026-40582 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-40582

Vulnerability Analysis

This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The root cause lies in the design of the /api/public/user/login endpoint, which implements a separate authentication flow that fails to enforce critical security controls present in the standard login mechanism.

When users authenticate through the normal web interface, ChurchCRM enforces security policies including account lockout after multiple failed attempts and two-factor authentication verification. However, the API login endpoint provides an alternate authentication path that only validates basic credentials (username and password) without checking the account's lockout status or requiring 2FA verification.

This architectural flaw means that security controls designed to protect user accounts are completely bypassed when authentication occurs through the vulnerable API endpoint. The impact is particularly severe in environments where administrators have implemented 2FA or account lockout policies, as these protections are rendered ineffective.

Root Cause

The vulnerability stems from inconsistent security enforcement across authentication endpoints. The API login handler was implemented without incorporating the security middleware or checks that protect the primary authentication flow. This created an alternate channel through which attackers can authenticate without satisfying security requirements.

The affected code path directly returns the user's API key upon successful credential validation, skipping the intermediate steps that would normally verify account status and enforce multi-factor authentication.

Attack Vector

The attack is network-based and can be executed remotely against any exposed ChurchCRM instance. An attacker who has obtained valid credentials through phishing, credential stuffing, or data breaches can leverage this vulnerability to:

  1. Access accounts that have been locked due to suspicious activity or failed login attempts
  2. Bypass two-factor authentication protections entirely
  3. Obtain API keys that provide persistent access to protected endpoints
  4. Perform actions with the full privileges of the compromised user account

The vulnerability requires knowledge of valid credentials but circumvents all additional security measures designed to protect accounts even when passwords are compromised.

Detection Methods for CVE-2026-40582

Indicators of Compromise

  • Successful API key retrievals for accounts that are currently in locked state
  • API authentication events occurring without corresponding 2FA verification logs
  • Unusual API access patterns from accounts with 2FA enabled but no recent TOTP validations
  • Authentication to /api/public/user/login endpoint followed by API activity without web session establishment

Detection Strategies

  • Monitor authentication logs for successful logins to the /api/public/user/login endpoint while the associated account is in lockout status
  • Implement alerting on API key issuance events where the account has 2FA enabled but no 2FA verification occurred
  • Cross-reference API authentication events with web authentication events to identify discrepancies in security control enforcement
  • Audit API access logs for accounts that should be restricted due to lockout policies

Monitoring Recommendations

  • Enable detailed logging for all authentication endpoints including /api/public/user/login
  • Configure alerts for any authentication bypass indicators such as locked account logins
  • Review historical logs for potential exploitation prior to patching
  • Implement network monitoring to detect unusual API traffic patterns from external sources

How to Mitigate CVE-2026-40582

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.2.0 or later immediately
  • Rotate API keys for all user accounts, especially those with elevated privileges
  • Review access logs for the /api/public/user/login endpoint for signs of exploitation
  • Consider temporarily disabling API access if immediate patching is not possible

Patch Information

The vulnerability has been addressed in ChurchCRM version 7.2.0. The fix ensures that the API login endpoint enforces the same security controls as the standard authentication flow, including account lockout verification and two-factor authentication requirements.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-8cwr-x83m-mh9x. The specific code changes can be reviewed in the associated commit and pull request.

Workarounds

  • Restrict network access to the ChurchCRM API endpoints using firewall rules or reverse proxy configurations
  • Implement Web Application Firewall (WAF) rules to block or rate-limit requests to /api/public/user/login
  • Enforce strong, unique passwords for all ChurchCRM accounts to reduce credential compromise risk
  • Monitor and alert on all API authentication attempts until patching is completed
bash
# Example: Block API login endpoint using Apache mod_rewrite (temporary workaround)
# Add to .htaccess or Apache configuration
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/api/public/user/login [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechChurchrm

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-288
  • Technical References
  • GitHub Commit Overview

  • GitHub Pull Request Discussion

  • GitHub Security Advisory GHSA-8cwr-x83m-mh9x
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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