Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-39341

CVE-2026-39341: ChurchCRM SQL Injection Vulnerability

CVE-2026-39341 is a time-based SQL injection flaw in ChurchCRM caused by improper input validation in the ConfirmReportEmail.php endpoint. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-39341 Overview

ChurchCRM, an open-source church management system, contains a time-based SQL injection vulnerability in versions prior to 7.1.0. The vulnerability exists due to improper input validation in the Reports/ConfirmReportEmail.php endpoint. Specifically, the familyId parameter is not correctly sanitized, and critically, even when sanitization occurs, the sanitized input is not used when constructing the SQL query—allowing attackers to inject malicious SQL statements.

Critical Impact

Authenticated attackers can exploit this SQL injection to extract sensitive church member data, modify database records, and potentially compromise the entire ChurchCRM database containing personal information of congregation members.

Affected Products

  • ChurchCRM versions prior to 7.1.0
  • ChurchCRM CRM application with exposed Reports/ConfirmReportEmail.php endpoint

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-39341 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-39341

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw resides in the Reports/ConfirmReportEmail.php endpoint, which accepts a familyId parameter from user input. While the application appears to implement input sanitization, the critical flaw is that the sanitized value is never actually used in the subsequent SQL query construction—rendering the sanitization completely ineffective.

The time-based nature of this SQL injection means attackers can extract data by observing response timing differences when injecting conditional time-delay statements (such as SLEEP() in MySQL). This technique allows data exfiltration even when the application does not return query results directly to the user.

Root Cause

The root cause is a logical programming error where input sanitization is performed but the original, unsanitized user input is subsequently used to build the SQL query. This represents a common secure coding mistake where developers implement security controls but fail to properly integrate them into the data flow. The disconnect between sanitization logic and query construction creates a direct path for SQL injection attacks.

Attack Vector

The vulnerability is exploitable over the network by authenticated users with low privileges. An attacker can craft malicious requests to the Reports/ConfirmReportEmail.php endpoint with specially crafted familyId parameter values containing SQL injection payloads. The time-based blind SQL injection technique allows attackers to:

  1. Enumerate database structure and table names
  2. Extract sensitive data character-by-character using conditional time delays
  3. Potentially modify or delete database records depending on database permissions
  4. Access personal information of church members stored in the system

The attack does not require user interaction and can be automated using standard SQL injection tools once an attacker has basic authentication to the ChurchCRM system.

Detection Methods for CVE-2026-39341

Indicators of Compromise

  • Unusual response times from the Reports/ConfirmReportEmail.php endpoint indicating time-based SQL injection attempts
  • HTTP requests containing SQL keywords such as SLEEP(), BENCHMARK(), WAITFOR, or pg_sleep() in the familyId parameter
  • Multiple sequential requests to the same endpoint with incrementally modified payloads
  • Database query logs showing anomalous queries with time-delay functions

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the familyId parameter
  • Monitor application logs for requests to Reports/ConfirmReportEmail.php containing suspicious characters or SQL syntax
  • Deploy database activity monitoring to identify queries with unusual execution times or time-delay functions
  • Use intrusion detection systems with signatures for time-based SQL injection techniques

Monitoring Recommendations

  • Enable detailed logging for the Reports/ConfirmReportEmail.php endpoint and review for anomalous input patterns
  • Configure alerting for database queries exceeding normal execution time thresholds
  • Monitor authentication logs for accounts making repeated requests to report generation endpoints
  • Review web server access logs for automated scanning patterns targeting PHP endpoints

How to Mitigate CVE-2026-39341

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.1.0 or later immediately
  • Restrict access to the Reports/ConfirmReportEmail.php endpoint to only trusted administrative users
  • Implement WAF rules to block SQL injection attempts while planning the upgrade
  • Review database access logs for evidence of prior exploitation

Patch Information

The vulnerability has been fixed in ChurchCRM version 7.1.0. Organizations should upgrade to this version or later to address the SQL injection vulnerability. The fix ensures that properly sanitized input is used when constructing SQL queries, eliminating the injection vector. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to limit who can reach the ChurchCRM application
  • Use a reverse proxy or WAF to filter requests containing SQL injection patterns in the familyId parameter
  • Temporarily disable or restrict access to the Reports/ConfirmReportEmail.php endpoint if report functionality is not critical
  • Apply principle of least privilege to the database user account used by ChurchCRM to limit potential damage from successful exploitation

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechChurchcrm

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40482: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39340: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39318: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39342: ChurchCRM SQL Injection Vulnerability
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