The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-7619

CVE-2026-7619: WordPress Charitable Plugin SQLi Vulnerability

CVE-2026-7619 is an SQL injection flaw in the WordPress Charitable Plugin affecting versions up to 1.8.10.4. Authenticated attackers can extract sensitive database information. This article covers technical details, impact, and mitigations.

Published: May 17, 2026

CVE-2026-7619 Overview

CVE-2026-7619 is a SQL Injection vulnerability [CWE-89] affecting the Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More. The flaw exists in all versions up to and including 1.8.10.4. The plugin fails to escape the user-supplied s parameter and does not properly prepare the underlying SQL query. Authenticated users with the edit_others_donations capability can append arbitrary SQL clauses to existing queries. Successful exploitation enables extraction of sensitive information stored in the WordPress database.

Critical Impact

Authenticated attackers with donation management access can exfiltrate database contents through SQL injection in the donation list table search functionality.

Affected Products

  • Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More, versions through 1.8.10.4
  • WordPress sites granting the edit_others_donations capability to non-administrator roles
  • Sites running the vulnerable class-charitable-donations.php and class-charitable-donation-list-table.php files

Discovery Timeline

  • 2026-05-13 - CVE-2026-7619 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-7619

Vulnerability Analysis

The vulnerability resides in the donation list table component of the Charitable plugin. When an authenticated user submits a search query through the donation management admin area, the s parameter is passed into a SQL statement without adequate escaping. The plugin also fails to use prepared statements consistently when constructing the query inside the donations class. Attackers leverage this gap to append additional SQL clauses such as UNION SELECT operations. Database contents including user records, donor information, and stored secrets can be returned through the application response.

Root Cause

The root cause is improper neutralization of special elements used in an SQL command [CWE-89]. The affected code paths in class-charitable-donation-list-table.php at line 837 and class-charitable-donations.php at line 89 concatenate the s parameter into a SQL string. The query lacks $wpdb->prepare() placeholders for the user-controlled value. Existing escaping routines are insufficient to neutralize injection payloads.

Attack Vector

Exploitation requires network access to the WordPress admin interface and an authenticated session with the edit_others_donations capability. This capability is typically granted to administrators but can be delegated to fundraising staff or campaign managers. The attacker submits a crafted search string through the donation list table. The injected payload executes against the WordPress database and returns sensitive data to the attacker.

No verified exploit code is published. The vulnerability mechanism is documented in the Wordfence vulnerability advisory and the WordPress plugin changeset 3529172.

Detection Methods for CVE-2026-7619

Indicators of Compromise

  • HTTP requests to /wp-admin/edit.php?post_type=donation containing SQL keywords such as UNION, SELECT, SLEEP, or INFORMATION_SCHEMA within the s query parameter
  • Anomalous database errors logged by WordPress or MySQL when the donation list table is rendered
  • Unexpected long response times on donation admin pages, consistent with time-based blind SQL injection
  • Admin sessions performing repeated searches with encoded payloads such as %27 or 0x literals

Detection Strategies

  • Inspect web server access logs for requests to donation admin endpoints with suspicious patterns in the s parameter
  • Enable MySQL general query logging temporarily to identify injected clauses appended to wp_posts queries
  • Deploy a web application firewall rule targeting SQL injection signatures on admin POST and GET requests
  • Audit WordPress roles to identify accounts holding the edit_others_donations capability

Monitoring Recommendations

  • Forward WordPress admin access logs and MySQL error logs to a centralized SIEM for correlation
  • Alert on authenticated users issuing admin search requests containing SQL metacharacters
  • Monitor for privilege changes that add the edit_others_donations capability to non-administrator roles

How to Mitigate CVE-2026-7619

Immediate Actions Required

  • Update the Charitable plugin to the version that includes changeset 3529172 or later
  • Review and reduce assignment of the edit_others_donations capability to the minimum required users
  • Rotate WordPress administrator and database credentials if exploitation is suspected
  • Audit the wp_users and donor tables for unauthorized data access

Patch Information

The vendor addressed the issue in WordPress plugin changeset 3529172, which modifies class-charitable-donations.php to properly prepare the SQL query against the s parameter. Site operators should upgrade to the fixed release published after version 1.8.10.4. Patch details are referenced in the WordPress plugin trac entry.

Workarounds

  • Temporarily revoke the edit_others_donations capability from non-trusted roles until the patch is applied
  • Restrict access to /wp-admin/ paths by IP allowlist at the web server or WAF layer
  • Deploy WAF signatures that block SQL injection patterns in admin search parameters
  • Disable the Charitable plugin if it is not actively in use
bash
# Example WP-CLI commands to enumerate and remove the vulnerable capability
wp role list --fields=role,capabilities | grep edit_others_donations
wp cap remove editor edit_others_donations
wp plugin update charitable

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Charitable Donation List Table

  • WordPress Charitable Donations Class

  • WordPress Charitable Donation List Table

  • WordPress Charitable Donations Class

  • WordPress Charitable Donation List Table

  • WordPress Charitable Donations Class

  • WordPress Charitable Changeset 3529172

  • Wordfence Vulnerability ID 950bed9d
  • Related CVEs
  • CVE-2026-6225: WordPress Taskbuilder Plugin SQLi Flaw

  • CVE-2026-4608: ProfileGrid WordPress Plugin SQLi Flaw

  • CVE-2026-4798: Avada Builder Plugin SQLi Vulnerability

  • CVE-2026-1250: WordPress Court Reservation Plugin SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English