PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-58408 ChurchCRM CVE debrief

A low-privileged user can bypass the /admin/export UI and exfiltrate the entire member directory in ChurchCRM prior to version 7.4.0. The POST /CSVCreateFile.php endpoint generates and streams a CSV containing the full Personally Identifiable Information (PII) of every Person/Family record in the database, without performing any feature-level or object-level authorization check beyond the coarse 'has any admin permission' gate inherited from the legacy page bootstrap. This vulnerability has significant operational impact and requires immediate attention.

Vendor
ChurchCRM
Product
CRM
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-13
Original CVE updated
2026-07-13
Advisory published
2026-07-13
Advisory updated
2026-07-13

Who should care

Users of ChurchCRM, especially those with low-privileged accounts, should be aware of this vulnerability and take steps to protect their systems. This vulnerability has been fixed in version 7.4.0. Affected operators, platforms, and security teams should prioritize updates and compensating controls.

Technical summary

The vulnerability exists in the ChurchCRM system, specifically in the POST /CSVCreateFile.php endpoint. This endpoint generates and streams a CSV containing the full Personally Identifiable Information (PII) of every Person/Family record in the database. The issue arises from the lack of a dedicated isAdmin() or bExportData authorization check, allowing any single non-admin permission flag to reach the CSV bulk-export endpoint. Defenders should focus on restricting access and implementing additional authorization checks.

Defensive priority

High

Recommended defensive actions

  • Update ChurchCRM to version 7.4.0 or later
  • Restrict access to the /admin/export UI
  • Monitor for suspicious activity on the /CSVCreateFile.php endpoint
  • Implement additional authorization checks for data export
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record was published on 2026-07-13T20:16:49.770Z and was last modified on 2026-07-13T20:21:44.960Z. The NVD entry is currently Deferred. Evidence is limited to CVE and NVD details. Defenders should verify affected product deployments, review official advisories, and plan for vendor-supported updates or mitigations.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-13T20:16:49.770Z and has not been modified since then. The NVD entry is currently Deferred.