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

CVE-2026-39344: ChurchCRM Reflected XSS Vulnerability

CVE-2026-39344 is a reflected cross-site scripting flaw in ChurchCRM that allows attackers to inject malicious scripts via the login page username parameter. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-39344 Overview

CVE-2026-39344 is a Reflected Cross-Site Scripting (XSS) vulnerability affecting the login page of ChurchCRM, an open-source church management system. The vulnerability exists in versions prior to 7.1.0 and is caused by the lack of sanitization or encoding of the username parameter received from the URL. The username parameter value is directly displayed in the login page input element without proper filtering, allowing attackers to insert malicious JavaScript scripts into the page context.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in victims' browsers, potentially stealing session cookies, credentials, or hijacking user sessions. Attackers could also replace the legitimate login form with a phishing form to harvest sensitive authentication data.

Affected Products

  • ChurchCRM versions prior to 7.1.0
  • ChurchCRM church management system installations with exposed login pages

Discovery Timeline

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

Technical Details for CVE-2026-39344

Vulnerability Analysis

This Reflected XSS vulnerability occurs when user-supplied input via the username URL parameter is echoed back into the HTML response without proper output encoding or input validation. When a victim clicks a malicious link containing JavaScript code in the username parameter, the malicious script executes within the context of the ChurchCRM application domain.

The attack exploits the trust relationship between the user's browser and the ChurchCRM application. Since the malicious script executes with the same origin as the legitimate application, it has full access to cookies, session tokens, and can perform actions on behalf of the authenticated user.

Root Cause

The root cause is improper output encoding in the login page template. When rendering the login form, the application inserts the username parameter value directly into an HTML input element's value attribute without escaping HTML special characters or JavaScript-relevant characters. This allows an attacker to break out of the attribute context and inject arbitrary HTML or JavaScript code.

This vulnerability falls under CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the Reflected XSS variant where the malicious payload is delivered via the HTTP request itself.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious URL containing JavaScript code in the username parameter and tricks a victim into clicking the link through phishing emails, social media, or other distribution methods.

Upon visiting the malicious URL, the victim's browser renders the login page with the attacker's JavaScript executing in the page context. This allows the attacker to steal session cookies, capture credentials entered into the form, redirect users to phishing sites, or perform other malicious actions within the victim's browser session.

The attack is particularly effective because the malicious URL points to the legitimate ChurchCRM domain, making it more likely that users will trust and click the link. Additionally, the login page is typically accessible without authentication, increasing the attack surface.

Detection Methods for CVE-2026-39344

Indicators of Compromise

  • Suspicious URL parameters containing JavaScript code or HTML tags in the username field
  • HTTP request logs showing encoded script tags (%3Cscript%3E) or event handlers (onerror, onload) in URL parameters
  • Unusual outbound connections from client browsers to unknown external domains after visiting the login page
  • Reports of users being redirected to unfamiliar pages from the ChurchCRM login

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing potential XSS payloads in URL parameters
  • Monitor HTTP access logs for URL patterns containing encoded HTML/JavaScript special characters
  • Deploy browser-based security monitoring to detect suspicious script execution on the login page
  • Utilize endpoint detection and response (EDR) solutions to identify post-exploitation activity from XSS attacks

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to the ChurchCRM login page
  • Configure alerting for URL parameters containing suspicious character sequences such as <script>, javascript:, or onerror=
  • Monitor for anomalous session activity that may indicate session hijacking following XSS exploitation
  • Regularly review Content Security Policy (CSP) violation reports if CSP is implemented

How to Mitigate CVE-2026-39344

Immediate Actions Required

  • Upgrade ChurchCRM to version 7.1.0 or later immediately
  • Review web server access logs for evidence of exploitation attempts targeting the login page
  • Implement a Web Application Firewall (WAF) with XSS protection rules as a temporary measure
  • Consider restricting access to the ChurchCRM login page to trusted networks if possible

Patch Information

The vulnerability is fixed in ChurchCRM version 7.1.0. Administrators should upgrade to this version or later to remediate the vulnerability. For additional details, refer to the GitHub Security Advisory GHSA-rx8c-j7x8-w3hj.

Workarounds

  • Deploy a reverse proxy or WAF configured to sanitize or block requests containing script tags or JavaScript event handlers in URL parameters
  • Implement Content Security Policy (CSP) headers to restrict inline script execution and mitigate XSS impact
  • Use browser extensions or security proxies on client systems to detect and block XSS attempts
  • Educate users about the risks of clicking links to the ChurchCRM login page from untrusted sources
bash
# Example WAF rule to block potential XSS in URL parameters (ModSecurity)
SecRule ARGS "@rx <script|javascript:|onerror=|onload=" \
    "id:100001,phase:1,deny,status:403,msg:'Potential XSS attack detected'"

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.1

  • EPSS Probability0.03%

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

  • CVE-2026-35576: ChurchCRM Stored XSS Vulnerability

  • CVE-2026-39335: ChurchCRM XSS Vulnerability

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