PatchSiren cyber security CVE debrief
CVE-2026-72558 CiviCRM CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-11T12:17:41.697Z and has not been modified since then. This SQL injection vulnerability in CiviCRM through 6.18.alpha1 allows authenticated staff to read the entire database via the contact search RLIKE clause. The clause concatenates a user-supplied value into the SQL query without sanitization, enabling potential exfiltration of sensitive information including donor and member records. Organizations should assess their exposure and prioritize mitigation.
- Vendor
- CiviCRM
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-03
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-03
Who should care
Organizations using CiviCRM for donor and member record management, especially those with staff-level access to contact search functionality, should be aware of this vulnerability. They should review their CiviCRM installations, restrict staff access, and monitor database queries for suspicious activity. Security teams should prioritize patching or mitigating this vulnerability to prevent potential data breaches.
Technical summary
The SQL injection vulnerability in CiviCRM through 6.18.alpha1 allows authenticated staff to read the entire database via the contact search RLIKE clause. The clause concatenates a user-supplied value into the SQL query without sanitization, enabling exfiltration of donor and member records. This vulnerability has a CVSS score of 8.8 and is classified as HIGH severity. The vulnerability can be exploited by authenticated staff to access sensitive data, including donor and member records, without proper authorization. It is crucial for organizations using CiviCRM to assess their installations and restrict staff access to contact search functionality to mitigate potential risks.
Defensive priority
Authenticated staff can exfiltrate database contents via SQL injection in CiviCRM contact search.
Recommended defensive actions
- Inventory CiviCRM installations for version 6.18.alpha1 or earlier
- Restrict staff access to contact search functionality
- Monitor database for suspicious queries
- Apply vendor patches or updates when available
- Implement additional security controls for database access
Evidence notes
The CVE Program record and NVD vulnerability detail confirm an SQL injection vulnerability in CiviCRM through 6.18.alpha1. The vulnerability allows authenticated staff to read the entire database via the contact search RLIKE clause. The clause concatenates a user-supplied value into the SQL query without sanitization. Evidence is limited to official CVE and NVD records. Defenders should verify CiviCRM installations and staff access levels.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72558 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72558
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72558 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72558
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/civicrm/civicrm-core
309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.