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

CVE-2026-39940: ChurchCRM CSRF Vulnerability

CVE-2026-39940 is a CSRF flaw in ChurchCRM that allows attackers to redirect authenticated users to malicious URLs via crafted links. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-39940 Overview

CVE-2026-39940 is an Open Redirect vulnerability (CWE-601) affecting ChurchCRM, an open-source church management system. Prior to version 7.0.0, multiple locations within the ChurchCRM application were susceptible to URL redirection attacks through the linkBack parameter. When an authenticated user visits a maliciously crafted link and clicks the 'Cancel' button on the page, they would be redirected to an arbitrary URL controlled by the attacker.

Critical Impact

Authenticated users can be redirected to malicious websites, potentially leading to phishing attacks, credential theft, or malware distribution. The vulnerability affects multiple endpoints across the application wherever the linkBack parameter is used.

Affected Products

  • ChurchCRM versions prior to 7.0.0
  • ChurchCRM DonatedItemEditor.php and other pages utilizing linkBack parameter
  • All ChurchCRM installations with authenticated user access

Discovery Timeline

  • April 13, 2026 - CVE-2026-39940 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-39940

Vulnerability Analysis

This vulnerability falls under CWE-601 (URL Redirection to Untrusted Site), commonly known as an Open Redirect vulnerability. The core issue lies in the application's failure to properly validate or sanitize the linkBack parameter before using it for page redirections. When users interact with certain UI elements, particularly the 'Cancel' button, the application redirects them to the URL specified in the linkBack parameter without verifying that the destination is a trusted domain.

The vulnerability is network-accessible and requires low privileges (an authenticated user session). While the direct impact on confidentiality, integrity, and availability of the vulnerable system itself is limited, the cross-system impact enables attackers to leverage the trusted ChurchCRM domain for social engineering attacks.

Root Cause

The root cause is improper input validation of the linkBack parameter across multiple PHP files in the ChurchCRM application. The DonatedItemEditor.php file serves as one example, but the vulnerability pattern exists wherever the linkBack parameter is processed. The application trusts user-supplied URL values without implementing proper validation to ensure redirects only occur to legitimate, trusted destinations within the application's domain.

Attack Vector

The attack is network-based and requires an authenticated user to be tricked into visiting a specially crafted URL. The attacker constructs a link to a legitimate ChurchCRM page but injects a malicious URL into the linkBack parameter. When the victim, who is already authenticated to ChurchCRM, clicks this link and then presses the 'Cancel' button, they are redirected to the attacker-controlled site.

This attack vector is particularly effective for phishing campaigns because the initial link appears to point to a legitimate ChurchCRM installation, making it more likely that users will trust it. The malicious destination could host a fake login page designed to harvest credentials or serve malware.

Detection Methods for CVE-2026-39940

Indicators of Compromise

  • Review web server access logs for URLs containing linkBack parameters with external domain values
  • Monitor for unusual patterns of access to DonatedItemEditor.php or similar pages with encoded or suspicious linkBack values
  • Check for user-reported phishing incidents that originated from links appearing to point to the ChurchCRM installation

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing linkBack parameters with external URLs
  • Configure URL filtering or monitoring to flag requests where linkBack contains domains not matching the ChurchCRM installation's domain
  • Deploy behavioral analysis to identify users being redirected to unusual external destinations after visiting ChurchCRM pages

Monitoring Recommendations

  • Enable detailed logging of all HTTP requests to ChurchCRM, specifically capturing query string parameters
  • Set up alerts for access log entries where linkBack parameter values contain http:// or https:// pointing to external domains
  • Monitor network traffic for unexpected outbound connections immediately following authenticated ChurchCRM sessions

How to Mitigate CVE-2026-39940

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.0.0 or later immediately to address this vulnerability
  • Review access logs to determine if this vulnerability has been exploited in your environment
  • Notify users about potential phishing attempts that may leverage links to your ChurchCRM installation
  • Consider implementing additional URL validation at the web server or WAF level as defense-in-depth

Patch Information

This vulnerability is fixed in ChurchCRM version 7.0.0. Organizations should upgrade to this version or later to remediate the issue. Additional details about the security fix can be found in the GitHub Security Advisory GHSA-5g52-rvjf-6wwf and the related GitHub Security Advisory GHSA-v3hj-33xf-qx47.

Workarounds

  • Deploy a web application firewall (WAF) rule to validate linkBack parameters and block requests containing external URLs
  • Implement server-side URL validation using allowlist-based redirect validation for all linkBack parameter values
  • Consider temporarily disabling or restricting access to affected pages (such as DonatedItemEditor.php) until the upgrade can be completed
bash
# Example Apache mod_rewrite rule to block external redirects in linkBack parameter
# Add to .htaccess or Apache configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} linkBack=https?:// [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
  • TypeCSRF

  • Vendor/TechChurchcrm

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/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-601
  • Technical References
  • GitHub Security Advisory GHSA-5g52-rvjf-6wwf

  • GitHub Security Advisory GHSA-v3hj-33xf-qx47
  • Related CVEs
  • CVE-2026-40581: ChurchCRM CSRF Vulnerability

  • CVE-2026-35578: ChurchCRM CSRF Vulnerability

  • CVE-2025-11938: ChurchCRM Deserialization RCE Vulnerability

  • CVE-2026-40593: ChurchCRM User Editor XSS 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