PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-10038 smub CVE debrief

The Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More plugin for WordPress is vulnerable to Insecure Direct Object Reference / Authorization Bypass leading to Arbitrary Attachment Deletion. This issue affects versions up to, and including, 1.8.11.1 and is exploitable via the profile avatar update flow. An authenticated attacker with Subscriber-level access and above can delete arbitrary attachments from the Media Library by performing a two-request chain: first poisoning the stored avatar meta value with a target attachment ID, then triggering deletion via a normal avatar upload.

Vendor
smub
Product
Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More
CVSS
MEDIUM 4.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-06
Original CVE updated
2026-06-08
Advisory published
2026-06-06
Advisory updated
2026-06-08

Who should care

Users of the Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More plugin, particularly those with versions up to and including 1.8.11.1, should be aware of this vulnerability. Successful exploitation requires authenticated access at the Subscriber level or higher.

Technical summary

The vulnerability arises from the save_avatar() function in Charitable_Profile_Form calling wp_delete_attachment() on an attachment ID read from the user's 'avatar' meta without validating that the attachment is owned by the user. Additionally, Charitable_Data_Processor::process_picture() returns the raw posted value when no file is uploaded, allowing the 'avatar' user meta to be poisoned with any attacker-chosen attachment ID.

Defensive priority

MEDIUM

Recommended defensive actions

  • Update to a patched version of the Charitable plugin if available.
  • Restrict access to the Media Library and attachment management for users with Subscriber-level access and above.
  • Monitor Media Library for unauthorized changes.

Evidence notes

Evidence from Wordfence indicates that this vulnerability can be exploited through a two-request chain, allowing for arbitrary attachment deletion.

Official resources

CVE-2026-10038 was published on 2026-06-06T00:16:40.670Z and modified on 2026-06-08T14:57:14.757Z.