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

CVE-2026-42288: ChurchCRM RCE Vulnerability

CVE-2026-42288 is a remote code execution flaw in ChurchCRM that exploits unsanitized DB_PASSWORD in the setup wizard. This post covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-42288 Overview

CVE-2026-42288 is a pre-authentication remote code execution vulnerability in ChurchCRM, an open-source church management system. The flaw exists in the application's setup wizard, where the DB_PASSWORD parameter is processed without proper sanitization. Attackers can inject and execute arbitrary code on the underlying server without authentication.

This vulnerability is an incomplete-fix issue stemming from CVE-2026-39337. The original patch did not fully remediate the injection path, leaving the setup wizard exploitable. ChurchCRM versions prior to 7.3.2 are affected, and the issue is fixed in release 7.3.2. The flaw is classified as Code Injection [CWE-94].

Critical Impact

Unauthenticated attackers can execute arbitrary code on ChurchCRM servers via the setup wizard, leading to full system compromise.

Affected Products

  • ChurchCRM versions prior to 7.3.2
  • ChurchCRM setup wizard component
  • Deployments where the prior CVE-2026-39337 patch was applied but remains incomplete

Discovery Timeline

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

Technical Details for CVE-2026-42288

Vulnerability Analysis

The vulnerability resides in ChurchCRM's setup wizard, which is reachable before authentication is established. The wizard accepts a DB_PASSWORD value supplied by the requester and incorporates it into generated configuration or code without adequate sanitization. Attacker-controlled content is interpreted as executable code by the PHP runtime.

Because the setup wizard is exposed during initial deployment and remains reachable in misconfigured installations, network-based attackers can reach the vulnerable endpoint without credentials. Successful exploitation yields code execution under the privileges of the web server process.

This issue is a continuation of CVE-2026-39337. The earlier remediation filtered some injection vectors but did not eliminate the underlying unsafe handling of DB_PASSWORD. The scope change indicates that compromise of the web application impacts components beyond the application boundary.

Root Cause

The root cause is improper neutralization of user-supplied input used in code generation [CWE-94]. The DB_PASSWORD value is written into a configuration artifact that is later evaluated. Special characters in the password field break out of the intended string context and inject PHP code. The incomplete prior fix did not enforce strict character allowlisting or safe serialization of the value.

Attack Vector

An unauthenticated remote attacker sends a crafted request to the setup wizard endpoint with a malicious DB_PASSWORD payload. The injected payload escapes the password string literal in the resulting configuration file and is executed when the file is included by the application. No user interaction is required. The vulnerability mechanism is documented in the ChurchCRM GitHub Security Advisory.

Detection Methods for CVE-2026-42288

Indicators of Compromise

  • Unexpected HTTP POST requests to ChurchCRM setup wizard endpoints after initial installation
  • Modifications to ChurchCRM configuration files containing PHP syntax inside database credential fields
  • Web server processes spawning shell interpreters such as sh, bash, or php executing outbound network commands
  • New or modified files in the ChurchCRM web root with recent timestamps not matching deployment activity

Detection Strategies

  • Monitor web server access logs for requests reaching the setup wizard on production systems where setup should be disabled
  • Inspect ChurchCRM configuration files for non-printable characters or PHP tags within DB_PASSWORD storage
  • Correlate web server child processes against a baseline of expected PHP execution behavior

Monitoring Recommendations

  • Alert on any access to setup wizard URIs from external IP ranges
  • Track integrity of the ChurchCRM application directory using file integrity monitoring
  • Capture outbound connections initiated by the web server user to identify post-exploitation callbacks

How to Mitigate CVE-2026-42288

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.3.2 immediately on all instances
  • Restrict network access to ChurchCRM setup wizard endpoints from untrusted networks
  • Audit existing ChurchCRM installations for signs of prior exploitation against CVE-2026-39337 or CVE-2026-42288
  • Rotate database credentials and any secrets stored on compromised hosts

Patch Information

ChurchCRM 7.3.2 contains the complete fix for the unsanitized DB_PASSWORD injection path. Administrators must upgrade from any version prior to 7.3.2, including versions that received only the incomplete CVE-2026-39337 patch. Patch details are available in the ChurchCRM GitHub Security Advisory GHSA-mp2w-4q3r-ppx7.

Workarounds

  • Disable or remove the setup wizard files after initial installation is complete
  • Place ChurchCRM behind a web application firewall with rules blocking PHP metacharacters in setup parameters
  • Restrict access to the application using network-layer controls until the upgrade is applied
bash
# Configuration example: restrict setup wizard access via Apache
<Location "/setup">
    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
  • TypeRCE

  • Vendor/TechChurchcrm

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-11938: ChurchCRM Deserialization RCE Vulnerability

  • CVE-2026-40484: ChurchCRM RCE Vulnerability

  • CVE-2026-35573: ChurchCRM Path Traversal RCE Vulnerability

  • CVE-2026-39337: ChurchCRM RCE 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