CVE-2026-40581 PUBLISHED

ChurchCRM: Cross-Site Request Forgery (CSRF) in SelectDelete.php Leading to Permanent Data Deletion

Assigner: GitHub_M
Reserved: 14.04.2026 Published: 17.04.2026 Updated: 17.04.2026

ChurchCRM is an open-source church management system. In versions prior to 7.2.0, the family record deletion endpoint (SelectDelete.php) performs permanent, irreversible deletion of family records and all associated data via a plain GET request with no CSRF token validation. An attacker can craft a malicious page that, when visited by an authenticated administrator, silently triggers deletion of targeted family records including associated notes, pledges, persons, and property data without any user interaction. This issue has been fixed in version 7.2.0.

Metrics

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

Product Status

Vendor ChurchCRM
Product CRM
Versions
  • Version < 7.2.0 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE
  • CWE-862: Missing Authorization CWE