Post

CVE-2026-58408 - ChurchCRM Vulnerability Exposes PII

CVE-2026-58408 - ChurchCRM Vulnerability Exposes PII

CVE-2026-58408 - ChurchCRM Vulnerability 🚨

ChurchCRM is an open-source church management system. Prior to version 7.4.0, a low-privileged user could bypass the /admin/export UI and exfiltrate the entire member directory. 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.

In other words, any single non-admin permission flag is enough to reach the CSV bulk-export endpoint, even though such users should not have data export rights. The export script is missing a dedicated isAdmin() (or a new bExportData) authorization check of its own. This issue has been fixed in version 7.4.0.

Vulnerability Details 🔍

  • CVE ID: CVE-2026-58408
  • Date Published: July 13, 2026
  • Affected Product: ChurchCRM
  • Affected Version: < 7.4.0

The CVSS V3.1 for CVE-2026-58408 is rated AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N. The vulnerability is also categorized under CWE-862 and CWE-863.

For more information, you can refer to the GitHub advisory.

To read the complete article see: Read full article

This post is licensed under CC BY 4.0 by the author.