Cyber Posture

CVE-2026-35574

HighPublic PoC

Published: 07 April 2026

Published
07 April 2026
Modified
16 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
EPSS Score 0.0004 11.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-35574 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Churchcrm Churchcrm. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly addresses the insufficient input sanitization in the Note Editor by requiring validation of user inputs to prevent storage of malicious JavaScript payloads.

prevent

SI-15 mitigates execution of stored XSS by enforcing output filtering when rendering notes in users' browsers.

prevent

SI-2 ensures timely flaw remediation through patching ChurchCRM to version 6.5.3 or later, as recommended in the security advisory.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored XSS in public-facing web app (ChurchCRM) directly enables exploitation of the application (T1190) and execution of attacker-supplied JavaScript in victim browsers (T1059.007), facilitating session hijacking and privilege escalation.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

ChurchCRM is an open-source church management system. Prior to 6.5.3, a stored Cross-Site Scripting (XSS) vulnerability in ChurchCRM's Note Editor allows authenticated users with note-adding permissions to execute arbitrary JavaScript code in the context of other users' browsers, including administrators.…

more

This can lead to session hijacking, privilege escalation, and unauthorized access to sensitive church member data. This vulnerability is fixed in 6.5.3.

Deeper analysisAI

CVE-2026-35574 is a stored Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting ChurchCRM, an open-source church management system, in versions prior to 6.5.3. The flaw resides in the Note Editor component, where insufficient input sanitization allows malicious payloads to be stored and later rendered as executable JavaScript in users' browsers. The vulnerability carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N), indicating high confidentiality and integrity impacts with network accessibility but requiring low privileges and user interaction.

An authenticated attacker with note-adding permissions can exploit this by injecting arbitrary JavaScript code into a note, which persists and executes in the context of any other user's browser viewing that note, including administrators. Successful exploitation enables session hijacking, privilege escalation, and unauthorized access to sensitive church member data, potentially compromising the entire application's security for affected users.

The ChurchCRM security advisory at https://github.com/ChurchCRM/CRM/security/advisories/GHSA-cx82-8xrh-7f5c confirms the issue and states that it is fully remediated in version 6.5.3, recommending immediate upgrades for all prior installations. No workarounds are detailed beyond patching.

Details

CWE(s)

Affected Products

churchcrm
churchcrm
≤ 6.5.3

CVEs Like This One

CVE-2026-39333Same product: Churchcrm Churchcrm
CVE-2026-35576Same product: Churchcrm Churchcrm
CVE-2026-39332Same product: Churchcrm Churchcrm
CVE-2026-39328Same product: Churchcrm Churchcrm
CVE-2026-35575Same product: Churchcrm Churchcrm
CVE-2026-35534Same product: Churchcrm Churchcrm
CVE-2026-39334Same product: Churchcrm Churchcrm
CVE-2026-39339Same product: Churchcrm Churchcrm
CVE-2025-62521Same product: Churchcrm Churchcrm
CVE-2026-39318Same product: Churchcrm Churchcrm

References