ChurchCRM
CVE-2026-44548
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Network CSRF with no attacker auth (PR:N) but requires a logged-in victim's navigation (UI:R); high integrity from silent record deletion, only partial availability (A:L) per SSVC, no confidentiality impact.
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
Lifecycle Timeline
2DescriptionGitHub Advisory
ChurchCRM is an open-source church management system. Prior to 7.3.2, top-level cross-site GET navigation from an attacker-controlled page to FundRaiserDelete.php, PropertyTypeDelete.php, or NoteDelete.php causes a logged-in ChurchCRM user with the relevant role to silently delete records, including cascaded property and record-to-property assignments. This vulnerability is fixed in 7.3.2.
AnalysisAI
Cross-site request forgery in ChurchCRM before 7.3.2 lets an attacker-controlled web page trigger top-level GET navigation to FundRaiserDelete.php, PropertyTypeDelete.php, or NoteDelete.php, causing an authenticated victim with the relevant role to silently delete fundraiser, property-type, and note records - including cascaded property and record-to-property assignments. Any privileged user who merely visits a malicious page while logged in can have data destroyed without confirmation. Publicly available exploit code exists (SSVC: poc), but there is no public exploit identified in CISA KEV and EPSS is only 0.01%, indicating no observed widespread exploitation.
Technical ContextAI
ChurchCRM is a PHP-based open-source church management platform (CPE cpe:2.3:a:churchcrm:crm). The root cause is CWE-352 (Cross-Site Request Forgery): the three delete endpoints perform state-changing destructive operations in response to simple GET requests without validating an anti-CSRF token, Origin/Referer, or requiring a same-site POST. Because browsers automatically attach the victim's session cookie to top-level cross-site navigations, an external page can force the victim's authenticated browser to invoke these delete actions. The deletes cascade to related property and record-to-property assignment tables, amplifying the blast radius beyond the single targeted record type.
RemediationAI
Vendor-released patch: upgrade to ChurchCRM 7.3.2 or later, which fixes the CSRF on the affected delete endpoints; see the advisory at https://github.com/ChurchCRM/CRM/security/advisories/GHSA-jx5r-p82p-2p8m. If immediate upgrade is not possible, apply compensating controls: place the application behind access controls so only trusted networks/VPN can reach it (reduces attacker reachability); instruct privileged users to fully log out of ChurchCRM when not actively using it and avoid browsing untrusted sites in the same session (breaks the ambient-authority requirement); and, at a reverse proxy/WAF, block or challenge cross-site GET requests to *Delete.php by enforcing same-origin Referer/Origin on those paths - with the trade-off that legitimate deep links or unusual navigation flows to those endpoints may be blocked. Deploying SameSite=Lax/Strict session cookies (if not already) also mitigates top-level cross-site GET-driven CSRF for most modern browsers.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today