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

CVE-2026-40593: ChurchCRM User Editor XSS Vulnerability

CVE-2026-40593 is a stored XSS flaw in ChurchCRM User Editor that allows malicious usernames to execute scripts in administrator browsers. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40593 Overview

CVE-2026-40593 is a stored Cross-Site Scripting (XSS) vulnerability discovered in ChurchCRM, an open-source church management system. The vulnerability exists in the User Editor component (UserEditor.php) where stored usernames are rendered directly into an HTML input value attribute without proper sanitization using htmlspecialchars(). This allows an attacker with administrative privileges to inject malicious JavaScript that executes in the browsers of other administrators viewing the affected user's editor page.

Critical Impact

An administrator can craft a malicious username containing HTML attribute-breaking characters and event handlers, leading to stored XSS attacks that compromise other administrator sessions and potentially enable account takeover or further system compromise.

Affected Products

  • ChurchCRM versions prior to 7.2.0
  • ChurchCRM User Editor component (UserEditor.php)

Discovery Timeline

  • 2026-04-18 - CVE CVE-2026-40593 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-40593

Vulnerability Analysis

This stored XSS vulnerability stems from improper output encoding in the ChurchCRM User Editor functionality. When an administrator creates or modifies a user account, the username is stored in the database and later rendered on the User Editor page. The vulnerable code path in UserEditor.php takes the username value from the database and places it directly into an HTML input element's value attribute without applying proper encoding through PHP's htmlspecialchars() function.

The vulnerability requires administrator-level privileges to exploit, as only administrators can create or modify user accounts. However, the impact extends beyond the attacking administrator, as any administrator who subsequently views the malicious user's editor page will have the injected script execute in their browser context. This creates a scenario where a rogue or compromised administrator could attack other administrative users, potentially escalating their capabilities or exfiltrating sensitive data.

Root Cause

The root cause is a failure to apply proper output encoding when rendering user-controlled data in HTML context. The UserEditor.php file directly echoes the username variable into an HTML input's value attribute. Without htmlspecialchars() encoding, special characters like double quotes ("), angle brackets (<, >), and other HTML-significant characters are rendered as-is, allowing an attacker to break out of the attribute context and inject arbitrary HTML or JavaScript.

This is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the stored variant where malicious input persists in the application's data store.

Attack Vector

The attack follows a network-based vector requiring high privileges (administrator access) and user interaction (another administrator must view the affected page). An attacker with administrative access to ChurchCRM would:

  1. Navigate to the user management functionality
  2. Create or modify a user account with a specially crafted username containing HTML attribute escape sequences
  3. The malicious username might include patterns like " onfocus="alert(document.cookie) or "><script>malicious_code</script><input value="
  4. When another administrator opens the User Editor page for that user, the injected code executes in their browser session

The malicious script could then perform actions such as stealing session cookies, modifying page content, creating new administrator accounts, or redirecting the victim to phishing pages. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-40593

Indicators of Compromise

  • Usernames in the ChurchCRM database containing HTML special characters such as ", <, >, or event handler patterns like onload, onerror, onfocus
  • Web server access logs showing requests to UserEditor.php with unusual parameter values or referrer patterns
  • Unexpected JavaScript execution or browser console errors when accessing user management pages
  • Reports from administrators of unusual behavior when viewing user editor pages

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in HTTP request parameters targeting user management endpoints
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution and report policy violations
  • Monitor application database for usernames containing suspicious HTML or JavaScript patterns
  • Enable browser XSS auditing and review any triggered warnings in administrative interfaces

Monitoring Recommendations

  • Configure centralized logging for all ChurchCRM administrative actions, particularly user creation and modification events
  • Set up alerts for database entries containing potential XSS patterns in username or other user-controlled fields
  • Monitor CSP violation reports for indicators of XSS attempts against the application
  • Review access logs for the UserEditor.php endpoint for anomalous access patterns or suspicious referrers

How to Mitigate CVE-2026-40593

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.2.0 or later immediately
  • Audit existing usernames in the database for any potentially malicious content containing HTML special characters
  • Sanitize or remove any suspicious usernames discovered during the audit
  • Review administrator access logs for any signs of exploitation

Patch Information

ChurchCRM has addressed this vulnerability in version 7.2.0. The fix applies proper HTML encoding using htmlspecialchars() when rendering usernames in the User Editor page. Organizations running ChurchCRM versions prior to 7.2.0 should upgrade immediately. Detailed patch information is available in the GitHub Security Advisory.

Workarounds

  • If immediate upgrade is not possible, implement input validation on the server-side to reject usernames containing HTML special characters (", <, >, &)
  • Deploy a Web Application Firewall (WAF) with XSS protection rules in front of the ChurchCRM application
  • Implement Content Security Policy headers to mitigate the impact of any successful XSS exploitation
  • Restrict administrative access to trusted users only and enable multi-factor authentication for all administrator accounts
  • Regularly audit user accounts for suspicious username patterns
bash
# Example: Database query to identify potentially malicious usernames
mysql -u churchcrm_user -p churchcrm_db -e "SELECT per_ID, per_FirstName, per_LastName FROM person_per WHERE per_FirstName LIKE '%<%' OR per_FirstName LIKE '%>%' OR per_FirstName LIKE '%\"%' OR per_LastName LIKE '%<%' OR per_LastName LIKE '%>%' OR per_LastName LIKE '%\"%';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChurchcrm

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40483: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-35575: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-35576: ChurchCRM Stored XSS Vulnerability

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