Skip to main content

ChurchCRM CVE-2026-44548

HIGH
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-05-12 GitHub_M
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
vuln.today AI
7.1 HIGH

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.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 23, 2026 - 19:05 vuln.today
CVE Published
May 12, 2026 - 22:33 nvd
HIGH 8.1

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

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-44548 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy