Submit #669916: ChurchCRM ChurchCRM (GitHub: ChurchCRM/CRM) <= 5.18.0 Authentication Bypass / Access Controlinfo

TitleChurchCRM ChurchCRM (GitHub: ChurchCRM/CRM) <= 5.18.0 Authentication Bypass / Access Control
DescriptionA critical authentication bypass in ChurchCRM’s API middleware allows unauthenticated attackers to access protected API endpoints by including the substring api/public anywhere in the request URI (path, query string, or fragment). The middleware used str_contains($request->getUri(), 'api/public'), which matched the full URI instead of only the path. An attacker can bypass authentication by adding a query parameter such as ?bypass=api/public, resulting in exposure and potential modification of sensitive data (member records, family relationships), triggering background jobs, abusing geocoding endpoints, and deleting calendar entries where allowed.
Source⚠️ https://github.com/uartu0/advisories/blob/main/churchcrm-api-auth-bypass-2025.md
User
 uartu0 (UID 90021)
Submission10/06/2025 16:17 (8 months ago)
Moderation10/08/2025 21:14 (2 days later)
StatusAccepted
VulDB entry327667 [ChurchCRM up to 5.18.0 API Endpoint AuthMiddleware.php AuthMiddleware missing authentication]
Points20

Want to know what is going to be exploited?

We predict KEV entries!