CVE Catalog

CVE-2026-40480

High
Published: Translated: NVD NIST

Summary

ChurchCRM before version 7.2.0 has an object-level authorization vulnerability in the GET /api/person/{personId} endpoint. Any authenticated user with only EditSelf privileges can enumerate and read other members' records, exposing sensitive PII including names, addresses, phone numbers, and email addresses.

Risk Assessment

The risk includes unauthorized access to members' personal data, potentially violating privacy and GDPR.

Recommendation

Upgrade to version 7.2.0 which contains the fix, and implement object-level access controls.

Other vulnerabilities in ChurchCRM

See all
Original NVD description (English source)

ChurchCRM is an open-source church management system. In versions prior to 7.2.0, the GET /api/person/{personId} endpoint loads and returns person records without performing object-level authorization checks. Although the legacy PersonView.php page enforces canEditPerson() restrictions, the API layer omits this check. Any authenticated user with only EditSelf privileges can enumerate and read other members' records, exposing sensitive PII including names, addresses, phone numbers, and email addresses. This issue has been fixed in version 7.2.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS