CVE-2026-35534 PUBLISHED

ChurchCRM has Stored XSS in PersonView.php via Facebook Field Attribute Injection

Assigner: GitHub_M
Reserved: 03.04.2026 Published: 07.04.2026 Updated: 07.04.2026

ChurchCRM is an open-source church management system. Prior to 7.1.0, a stored cross-site scripting vulnerability exists in PersonView.php due to incorrect use of sanitizeText() as an output sanitizer for HTML attribute context. The function only strips HTML tags, it does not escape quote characters allowing an attacker to break out of the href attribute and inject arbitrary JavaScript event handlers. Any authenticated user with the EditRecords role can store the payload in a person's Facebook field. The XSS fires against any user who views that person's profile page, including administrators, enabling session hijacking and full account takeover. This vulnerability is fixed in 7.1.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
CVSS Score: 7.6

Product Status

Vendor ChurchCRM
Product CRM
Versions
  • Version < 7.1.0 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE
  • CWE-87: Improper Neutralization of Alternate XSS Syntax CWE
  • CWE-116: Improper Encoding or Escaping of Output CWE