Description
The Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) plugin for WordPress is vulnerable to generic SQL Injection via 'order' Shortcode Attribute in all versions up to, and including, 1.8.12.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The [charitable_donors] shortcode is accessible to Contributor-level users via draft or pending post previews, providing an authenticated but low-privileged entry point for exploitation.
Published: 2026-09-01
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection that allows authenticated contributors to inject arbitrary SQL queries and exfiltrate sensitive database data
Action: Immediate Patch
AI Analysis

Impact

A generic SQL Injection flaw exists in the Charitable donation plugin for WordPress, triggered through the 'order' attribute of the [charitable_donors] shortcode. The plugin fails to escape the user‑supplied value and does not prepare the underlying SQL query, enabling an attacker to append additional statements. An authenticated user with Contributor role or higher can execute the vulnerability, allowing extraction of sensitive information from the database.

Affected Systems

The affected product is the Charitable – Donation & Fundraising Platform plugin from smub, which is used for donation forms, recurring donations, and fundraising campaigns. All plugin versions up to and including 1.8.12.1 are vulnerable. The plugin is normally installed on WordPress sites; any installation running a version in this range is impacted.

Risk and Exploitability

The CVSS score of 6.5 reflects a moderate to high severity. Since the EPSS score is unavailable, the exact probability of exploitation is unclear, but the vulnerability is listed as not in the CISA KEV catalog. The attack requires authenticated access with at least Contributor privileges, which is common enough in many sites. Once exploited, an attacker can read or modify data in the WordPress database, potentially exposing donor information and financial records. Protection against exploitation would require either updating the plugin or implementing effective input validation and access controls.

Generated by OpenCVE AI on September 1, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Charitable plugin to a version newer than 1.8.12.1 where the SQL injection issue is fixed.
  • Limit Contributor users from previewing or publishing posts that include the [charitable_donors] shortcode, or remove the shortcode from the editor for that role.
  • Add server‑side input validation or a Web Application Firewall rule to sanitize or block malicious 'order' parameter values that contain SQL injection patterns.

Generated by OpenCVE AI on September 1, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Smub
Smub charitable – Donation & Fundraising Platform (donation Forms, Recurring Donations & Fundraising Campaigns)
Wordpress
Wordpress wordpress
Vendors & Products Smub
Smub charitable – Donation & Fundraising Platform (donation Forms, Recurring Donations & Fundraising Campaigns)
Wordpress
Wordpress wordpress

Tue, 01 Sep 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) plugin for WordPress is vulnerable to generic SQL Injection via 'order' Shortcode Attribute in all versions up to, and including, 1.8.12.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The [charitable_donors] shortcode is accessible to Contributor-level users via draft or pending post previews, providing an authenticated but low-privileged entry point for exploitation.
Title Charitable <= 1.8.12.1 - Authenticated (Contributor+) SQL Injection via 'order' Shortcode Attribute
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Smub Charitable – Donation & Fundraising Platform (donation Forms, Recurring Donations & Fundraising Campaigns)
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-02T17:57:36.245Z

Reserved: 2026-08-20T16:39:24.018Z

Link: CVE-2026-77189

cve-icon Vulnrichment

Updated: 2026-09-02T17:57:29.292Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T06:16:37.960

Modified: 2026-09-02T18:21:25.447

Link: CVE-2026-77189

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:15:31Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')