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

CVE-2026-39318: ChurchCRM SQL Injection Vulnerability

CVE-2026-39318 is an SQL injection flaw in ChurchCRM that allows authenticated users to inject arbitrary SQL statements through the Field parameter. This post covers technical details, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-39318 Overview

CVE-2026-39318 is an SQL Injection vulnerability affecting ChurchCRM, an open-source church management system. Versions prior to 7.1.0 contain a security flaw in multiple endpoints that allows authenticated users to inject arbitrary SQL statements through the Field parameter, potentially enabling unauthorized database manipulation and data exfiltration.

Critical Impact

Authenticated attackers can inject arbitrary SQL statements to modify database tables, potentially compromising sensitive church member data, financial records, and administrative credentials.

Affected Products

  • ChurchCRM versions prior to 7.1.0
  • Endpoint /GroupPropsFormRowOps.php (requires ManageGroups privileges)
  • Endpoints /PersonCustomFieldsRowOps.php and /FamilyCustomFieldsRowOps.php (requires administrative access)

Discovery Timeline

  • April 7, 2026 - CVE-2026-39318 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-39318

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in three separate endpoints within ChurchCRM's codebase. The vulnerability stems from improper sanitization of user-supplied input in the Field parameter before it is incorporated into SQL queries. When exploited, an authenticated attacker can inject malicious SQL statements that execute with the privileges of the database user configured for the ChurchCRM application.

The attack requires authentication, but the privilege requirements vary by endpoint. The /GroupPropsFormRowOps.php endpoint requires only ManageGroups privileges, which may be assigned to non-administrative users, while the /PersonCustomFieldsRowOps.php and /FamilyCustomFieldsRowOps.php endpoints require administrative access.

Root Cause

The root cause of this vulnerability is the failure to properly validate and sanitize the Field parameter in the affected PHP endpoints before using it in database queries. The application directly incorporates user-controlled input into SQL statements without using parameterized queries or proper escaping mechanisms, allowing attackers to break out of the intended query structure and inject their own SQL commands.

Attack Vector

The attack is conducted over the network by an authenticated user sending a crafted HTTP request to one of the vulnerable endpoints. The malicious payload is delivered through the Field parameter, which the application processes without adequate input validation.

An attacker with the required privileges would craft a request containing SQL injection syntax within the Field parameter. This could include UNION-based injection to extract data from other tables, time-based blind injection to enumerate database contents, or direct modification statements to alter or delete records.

The vulnerability allows attackers to read, modify, or delete data within the database, potentially including sensitive personal information about church members, donation records, and authentication credentials for other users.

Detection Methods for CVE-2026-39318

Indicators of Compromise

  • Unusual HTTP requests to /GroupPropsFormRowOps.php, /PersonCustomFieldsRowOps.php, or /FamilyCustomFieldsRowOps.php containing SQL syntax characters
  • Web server logs showing Field parameter values with suspicious patterns such as single quotes, UNION statements, or comment sequences
  • Database query logs containing unexpected or malformed SQL statements originating from ChurchCRM
  • Evidence of unauthorized data access or modification in ChurchCRM's database tables

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to the affected endpoints
  • Monitor application logs for requests containing common SQL injection payloads in the Field parameter
  • Enable database query logging and alert on queries with suspicious patterns or syntax errors
  • Deploy SentinelOne Singularity to monitor for post-exploitation behaviors following successful SQL injection

Monitoring Recommendations

  • Configure log aggregation to capture and analyze all HTTP requests to the vulnerable ChurchCRM endpoints
  • Set up alerts for database queries containing UNION, SELECT, INSERT, UPDATE, or DELETE statements from unexpected sources
  • Monitor for unusual data access patterns or bulk data retrieval from ChurchCRM's database
  • Review authentication logs for privilege escalation attempts or unauthorized administrative access

How to Mitigate CVE-2026-39318

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.1.0 or later immediately
  • Review web server and application logs for evidence of exploitation attempts
  • Audit database access logs for suspicious queries targeting ChurchCRM tables
  • Review user accounts with ManageGroups or administrative privileges and verify their legitimacy
  • Consider implementing additional WAF rules to filter SQL injection attempts as a defense-in-depth measure

Patch Information

The vulnerability is fixed in ChurchCRM version 7.1.0. Organizations should upgrade to this version or later to remediate the vulnerability. Detailed information about the security fix can be found in the GitHub Security Advisory GHSA-8r53-w4r6-w62c and GitHub Security Advisory GHSA-j3vj-59vv-h4rc.

Workarounds

  • Restrict access to the vulnerable endpoints at the web server level using IP allowlisting or authentication controls
  • Implement a Web Application Firewall with SQL injection detection rules in front of the ChurchCRM installation
  • Disable or remove unused endpoints if the group properties and custom fields features are not required
  • Apply the principle of least privilege by limiting the number of users with ManageGroups or administrative privileges
  • Consider temporarily taking the ChurchCRM instance offline until the patch can be applied if sensitive data is at risk
bash
# Example Apache configuration to restrict access to vulnerable endpoints
<Location "/GroupPropsFormRowOps.php">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>
<Location "/PersonCustomFieldsRowOps.php">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>
<Location "/FamilyCustomFieldsRowOps.php">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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.8

  • 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:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory GHSA-8r53-w4r6-w62c

  • GitHub Security Advisory GHSA-j3vj-59vv-h4rc
  • Related CVEs
  • CVE-2026-40482: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39340: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39342: ChurchCRM SQL Injection Vulnerability

  • CVE-2026-39341: 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