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

No CVSS.

Configurations

No configuration.

History

20 Apr 2026, 17:16

Type Values Removed Values Added
References () https://github.com/ChurchCRM/CRM/security/advisories/GHSA-5w59-32c8-933v - () https://github.com/ChurchCRM/CRM/security/advisories/GHSA-5w59-32c8-933v -

18 Apr 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-18 00:16

Updated : 2026-04-20 18:59


NVD link : CVE-2026-40480

Mitre link : CVE-2026-40480

CVE.ORG link : CVE-2026-40480


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key

CWE-862

Missing Authorization