Skip to main content

Crm CVE-2026-35572

| EUVDEUVD-2026-19770 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-04-07 GitHub_M
7.0
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.0 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Updated
Apr 16, 2026 - 06:04 EUVD-patch-fix
executive_summary
Re-analysis Queued
Apr 16, 2026 - 05:29 backfill_euvd_patch
patch_released
Patch available
Apr 16, 2026 - 05:29 EUVD
6.5.3
EUVD ID Assigned
Apr 07, 2026 - 18:00 euvd
EUVD-2026-19770
Analysis Generated
Apr 07, 2026 - 18:00 vuln.today
CVE Published
Apr 07, 2026 - 17:07 nvd
HIGH 7.0

DescriptionGitHub Advisory

ChurchCRM is an open-source church management system. Prior to 6.5.3, it is possible to trigger server-side HTTP/HTTPS requests to arbitrary hosts (SSRF) by supplying a crafted URL in the Referer request header. The server subsequently makes an outbound request to the attacker-controlled domain, confirmed via OAST. This vulnerability is fixed in 6.5.3.

AnalysisAI

Server-Side Request Forgery in ChurchCRM versions prior to 6.5.3 allows authenticated administrators to trigger outbound HTTP/HTTPS requests to arbitrary external hosts by injecting malicious URLs into the Referer header. Attackers with high-privilege access can exploit this to probe internal networks, exfiltrate data, or interact with cloud metadata services. CVSS 7.0 reflects medium-high severity requiring privileged access (PR:H). No public exploit identified at time of analysis, though SSRF exploitation techniques are well-documented. EPSS data not provided, but the requirement for admin credentials significantly reduces real-world attack surface compared to unauthenticated SSRF vulnerabilities.

Technical ContextAI

This vulnerability stems from improper validation of user-supplied input in the Referer HTTP header (CWE-918: Server-Side Request Forgery). ChurchCRM, an open-source church management system built on PHP, fails to sanitize or validate the Referer header before using it to construct outbound HTTP/HTTPS requests. The affected component (cpe:2.3:a:churchcrm:crm) processes the attacker-controlled Referer value and initiates server-side requests to the specified domain, confirmed through Out-of-Band Application Security Testing (OAST) techniques. SSRF vulnerabilities of this class enable attackers to abuse the server's network position to access internal resources, bypass firewall restrictions, or interact with cloud provider metadata endpoints (e.g., AWS EC2 metadata at 169.254.169.254). The CVSS 4.0 vector indicates network-based attack (AV:N), low complexity (AC:L), and high confidentiality impact (VC:H) with limited integrity and availability impacts.

RemediationAI

Upgrade ChurchCRM to version 6.5.3 or later, which contains vendor-released patches addressing the Referer header validation flaw. The fix is available through the official GitHub repository at https://github.com/ChurchCRM/CRM with details in security advisory GHSA-44x3-28jv-mrwq. Organizations unable to immediately upgrade should implement compensating controls including strict input validation on all HTTP headers at the web application firewall or reverse proxy layer, network egress filtering to block outbound requests from the application server to RFC 1918 private address spaces and cloud metadata endpoints (169.254.169.254, fd00::/8), and enhanced monitoring of administrator account activity for anomalous Referer header patterns. Review and restrict administrative privileges following least-privilege principles to minimize the pool of accounts capable of exploiting this vulnerability. Validate no unauthorized modifications have been made via the Referer injection vector by auditing server-side request logs for unexpected outbound connections during the exposure window.

More in Crm

View all
CVE-2017-5965 MEDIUM POC
6.7 May 23

The package manager in Sitecore CRM 8.1 Rev 151207 allows remote authenticated administrators to execute arbitrary ASP c

CVE-2019-15950 MEDIUM POC
6.1 Sep 16

The CRM Plugin before 4.2.4 for Redmine allows XSS via crafted vCard data. Rated medium severity (CVSS 6.1), this vulner

CVE-2026-42288 CRITICAL
10.0 May 12

ChurchCRM is an open-source church management system. Prior to 7.3.2, The fix for CVE-2026-39337 is incomplete. The pre-

CVE-2026-58409 CRITICAL
9.1 Jul 13

Remote code execution in ChurchCRM before 7.4.0 lets an authenticated administrator run arbitrary PHP on the server by i

CVE-2017-5966 MEDIUM POC
4.9 May 23

Sitecore CRM 8.1 Rev 151207 allows remote authenticated administrators to read arbitrary files via an absolute path trav

CVE-2026-39328 HIGH
8.9 Apr 07

ChurchCRM church management system versions before 7.1.0 allow authenticated users with EditSelf permission to exfiltrat

CVE-2026-35566 HIGH
8.8 Apr 07

SQL injection in ChurchCRM versions prior to 7.1.0 allows authenticated users with low privileges to execute arbitrary S

CVE-2026-35576 HIGH
8.7 Apr 07

Stored cross-site scripting in ChurchCRM versions prior to 7.0.0 allows authenticated users to inject malicious JavaScri

CVE-2026-39331 HIGH
8.1 Apr 07

Insecure Direct Object Reference (IDOR) in ChurchCRM API allows authenticated low-privilege users to manipulate arbitrar

CVE-2026-35575 HIGH
8.0 Apr 07

Stored Cross-Site Scripting in ChurchCRM admin panel enables session hijacking and administrative account takeover throu

CVE-2026-58410 HIGH
7.1 Jul 13

Insecure Direct Object Reference in ChurchCRM before 7.4.0 lets an authenticated non-admin user with EditSelf access rea

CVE-2026-58411 HIGH
7.0 Jul 13

Reflected Cross-Site Scripting in ChurchCRM before 7.4.0 lets remote attackers inject JavaScript through unsanitized req

Share

CVE-2026-35572 vulnerability details – vuln.today

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