NONE · 0

CVE-2026-40480

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...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-40480?

CVE-2026-40480 is a documented vulnerability. 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...

How severe is CVE-2026-40480?

CVSS scoring is not yet available for CVE-2026-40480. Check NVD for updates.

Is there a patch for CVE-2026-40480?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.