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

CVE-2026-35578: ChurchCRM CSRF Vulnerability

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

Published: April 10, 2026

CVE-2026-35578 Overview

ChurchCRM, an open-source church management system, contains an open redirect vulnerability (CWE-601) in versions prior to 7.0.0. The vulnerability exists in multiple locations across the application where the linkBack parameter is used without proper validation. An attacker can craft malicious links that, when clicked by an authenticated user pressing the 'Cancel' button, redirect them to arbitrary attacker-controlled URLs. The DonatedItemEditor.php file is one documented example, but all instances of linkBack throughout the application are affected.

Critical Impact

Authenticated users can be redirected to malicious websites through crafted links, potentially leading to credential theft, phishing attacks, or malware distribution.

Affected Products

  • ChurchCRM versions prior to 7.0.0
  • All ChurchCRM installations with vulnerable linkBack parameter handling
  • ChurchCRM components including DonatedItemEditor.php and other pages utilizing the linkBack functionality

Discovery Timeline

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

Technical Details for CVE-2026-35578

Vulnerability Analysis

This open redirect vulnerability (CWE-601) occurs due to improper validation of the linkBack parameter across multiple ChurchCRM application pages. The application accepts user-controlled redirect URLs without adequate sanitization, allowing attackers to construct links that redirect authenticated users to external malicious domains. When users interact with the 'Cancel' button on affected pages, they are redirected to whatever URL was supplied in the linkBack parameter, bypassing any expected internal navigation flow.

The vulnerability requires the attacker to craft a malicious URL containing an external redirect destination and convince an authenticated ChurchCRM user to click the link. Once the victim visits the crafted page and clicks 'Cancel', they are unknowingly redirected to the attacker's chosen destination.

Root Cause

The root cause is insufficient input validation on the linkBack parameter. The application fails to verify that the redirect URL is a relative path or belongs to an allowed whitelist of trusted domains. This allows external URLs to be passed through the parameter unchecked, enabling open redirect attacks.

Attack Vector

The attack vector is network-based and requires an authenticated user to click a malicious link. An attacker crafts a URL pointing to a legitimate ChurchCRM page but includes a manipulated linkBack parameter containing an external malicious URL. When the victim clicks the 'Cancel' button, the application processes the unvalidated linkBack value and redirects the user to the attacker-controlled site.

This vulnerability can be used as part of a phishing campaign where the attacker sends links that appear to point to the legitimate ChurchCRM domain but ultimately redirect users to credential harvesting pages or malware distribution sites.

Detection Methods for CVE-2026-35578

Indicators of Compromise

  • HTTP requests to ChurchCRM pages containing linkBack parameters with external URLs or unusual domains
  • User complaints or reports of unexpected redirects after clicking 'Cancel' buttons
  • Server logs showing requests with linkBack values pointing to non-application URLs

Detection Strategies

  • Monitor web server access logs for requests containing linkBack parameters with external domain values
  • Implement web application firewall (WAF) rules to detect and block open redirect patterns in URL parameters
  • Review browser history and proxy logs for redirections from ChurchCRM pages to unexpected external domains

Monitoring Recommendations

  • Enable detailed access logging for the ChurchCRM application to capture full request URLs including query parameters
  • Configure alerting for suspicious linkBack parameter values that contain external domain references
  • Implement user behavior analytics to detect unusual navigation patterns indicative of phishing attempts

How to Mitigate CVE-2026-35578

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.0.0 or later immediately
  • Review server logs for any evidence of exploitation attempts using malicious linkBack parameters
  • Educate users about the risks of clicking links in unsolicited emails or messages that redirect through ChurchCRM

Patch Information

The vulnerability has been fixed in ChurchCRM version 7.0.0. Organizations running earlier versions should upgrade to the patched release as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • If immediate upgrade is not possible, consider implementing a web application firewall rule to block requests with external URLs in the linkBack parameter
  • Temporarily restrict access to ChurchCRM to trusted internal networks only
  • Manually patch affected files by adding URL validation to ensure linkBack values only contain relative paths or approved internal domains

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
  • Related CVEs
  • CVE-2026-40581: ChurchCRM CSRF Vulnerability

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