Description
Unauthenticated SQL Injection in Total Donations <= 2.0.5 versions.
Published: 2026-08-19
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an unauthenticated SQL Injection in the Total Donations plugin for WordPress versions 2.0.5 and earlier (CWE‑89). An attacker can supply crafted input that is unsanitized and directly incorporated into database queries, allowing the execution of arbitrary SQL commands. The impact is the ability to read, modify, or delete data stored by the plugin, which can lead to full compromise of the WordPress site’s data integrity and confidentiality.

Affected Systems

KlbTheme’s Total Donations plugin for WordPress, version 2.0.5 and earlier.

Risk and Exploitability

The CVSS score of 9.3 indicates a severe threat level, with the attack complexity being low and exploitation requirements minimal due to the unauthenticated nature of the flaw. Based on the description, it is inferred that the injection is achieved by submitting malicious input through the donation form that is unsanitized and concatenated directly into a SQL query, enabling arbitrary commands. The EPSS score of < 1% indicates a very low, but non‑zero, likelihood of exploitation, reinforcing the high severity indicated by the CVSS score. The vulnerability is not currently listed in the CISA KEV catalog. Attackers can easily exploit this weakness remotely by submitting malicious payloads through the publicly accessible donation form, potentially using automated scripts to extract or manipulate data.

Generated by OpenCVE AI on August 20, 2026 at 17:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the plugin to the latest version (any release newer than 2.0.5), which contains the patched SQL injection fix.
  • If an immediate update is not possible, block all unauthenticated access to the plugin’s data entry pages using a web application firewall or by configuring WordPress user role permissions to prevent unauthenticated users from inserting data.
  • Regularly monitor the database for suspicious activity and review access logs to detect any exploitation attempts early; consider applying database-level input validation or using prepared statements within the application code.

Generated by OpenCVE AI on August 20, 2026 at 17:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Klbtheme
Klbtheme total Donations
Wordpress
Wordpress wordpress
Vendors & Products Klbtheme
Klbtheme total Donations
Wordpress
Wordpress wordpress

Wed, 19 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 19 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated SQL Injection in Total Donations <= 2.0.5 versions.
Title WordPress Total Donations plugin <= 2.0.5 - SQL Injection vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Klbtheme Total Donations
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-08-19T14:39:09.830Z

Reserved: 2026-08-12T14:10:08.047Z

Link: CVE-2026-73391

cve-icon Vulnrichment

Updated: 2026-08-19T13:51:56.186Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T13:18:08.547

Modified: 2026-08-20T12:49:04.990

Link: CVE-2026-73391

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T12:10:31Z

Weaknesses
  • CWE-89

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