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

CVE-2026-39328: ChurchCRM Stored XSS Vulnerability

CVE-2026-39328 is a stored XSS vulnerability in ChurchCRM that allows non-admin users to inject malicious JavaScript into profile fields, leading to session cookie theft. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-39328 Overview

CVE-2026-39328 is a stored cross-site scripting (XSS) vulnerability affecting ChurchCRM, an open-source church management system. The vulnerability exists in ChurchCRM's person profile editing functionality where non-administrative users with the EditSelf permission can inject malicious JavaScript into their Facebook, LinkedIn, and X (formerly Twitter) profile fields. Due to a 50-character field limit, attackers can distribute malicious payloads across all three social media fields and chain their onfocus event handlers to execute in sequence. When any user, including administrators, views the attacker's profile, their session cookies are exfiltrated to a remote server, enabling session hijacking and account takeover.

Critical Impact

Stored XSS vulnerability allows low-privileged users to steal administrator session cookies and gain unauthorized access to the church management system, potentially compromising sensitive congregational data.

Affected Products

  • ChurchCRM versions prior to 7.1.0

Discovery Timeline

  • 2026-04-07 - CVE-2026-39328 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-39328

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exploits insufficient input sanitization in ChurchCRM's profile editing feature. The attack leverages the social media profile fields (Facebook, LinkedIn, and X) which accept user input without proper encoding or validation of potentially malicious script content.

The vulnerability is particularly notable for its creative exploitation technique that overcomes the 50-character field limit by distributing the payload across three separate fields. When these fields are rendered on the profile page, their onfocus event handlers execute in sequence, effectively chaining the attack payload to bypass the character restriction.

The attack requires user interaction—specifically, an administrator or other user must view the malicious profile for the XSS payload to execute. Once triggered, the script exfiltrates session cookies to an attacker-controlled server, enabling session hijacking and potential full system compromise.

Root Cause

The root cause of CVE-2026-39328 is improper input validation and output encoding in ChurchCRM's profile editing functionality. The application fails to sanitize user-supplied input in the Facebook, LinkedIn, and X profile fields before storing it in the database and reflecting it back to other users viewing the profile. This allows JavaScript event handlers and malicious scripts to be stored and executed in the context of other users' browsers.

Attack Vector

The attack is network-based and requires low privileges—specifically the EditSelf permission commonly granted to regular church members. The attacker modifies their own profile's social media fields to include JavaScript event handlers. When the profile is viewed by any user, particularly administrators, the chained payload executes in the victim's browser context. The malicious script can then access the victim's session cookies and transmit them to an external server, allowing the attacker to impersonate the victim and gain their privilege level within the system.

The chained onfocus technique allows the attacker to execute payloads longer than the 50-character limit by splitting the JavaScript code across the Facebook, LinkedIn, and X fields and using event handlers to ensure sequential execution.

Detection Methods for CVE-2026-39328

Indicators of Compromise

  • Unusual JavaScript content in user profile social media fields, particularly containing event handlers like onfocus, onerror, or onload
  • Outbound HTTP/HTTPS connections to unknown external servers when viewing user profiles
  • Profile fields containing encoded script payloads or references to external JavaScript files
  • Unexpected modifications to user social media profile fields with non-URL content

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in HTTP POST requests to profile editing endpoints
  • Monitor ChurchCRM database tables for social media profile fields containing suspicious patterns such as <script>, event handlers, or encoded payloads
  • Enable Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Review web server access logs for unusual outbound requests originating from profile viewing activities

Monitoring Recommendations

  • Deploy browser-based XSS detection extensions in administrator environments to alert on suspicious script execution
  • Implement audit logging for all profile modifications, particularly changes to social media fields
  • Configure network monitoring to detect cookie exfiltration attempts to external domains
  • Establish baseline user activity patterns and alert on anomalous session behavior indicative of hijacking

How to Mitigate CVE-2026-39328

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.1.0 or later immediately
  • Review all user profiles for suspicious content in social media fields and sanitize any malicious entries
  • Rotate all user session tokens and force re-authentication across the system
  • Implement Content Security Policy (CSP) headers to mitigate script execution from untrusted sources
  • Temporarily restrict EditSelf permissions if immediate patching is not possible

Patch Information

The vulnerability is fixed in ChurchCRM version 7.1.0. Administrators should upgrade to this version or later to remediate CVE-2026-39328. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Implement server-side input validation to strip or encode HTML and JavaScript from social media profile fields
  • Deploy a Web Application Firewall (WAF) with XSS filtering rules in front of the ChurchCRM application
  • Restrict the EditSelf permission to trusted users only until patching is complete
  • Enable HttpOnly and Secure flags on all session cookies to reduce the impact of cookie theft
bash
# Apache Content Security Policy header configuration
# Add to .htaccess or Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self';"

# Nginx Content Security Policy header configuration
# Add to nginx.conf server block
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self';";

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 Score8.9

  • EPSS Probability0.04%

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

  • CVE-2026-40483: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-35575: ChurchCRM Stored XSS Vulnerability

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