SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75930

MEDIUM · CVSS 4.3 EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The FundEngine plugin for WordPress is vulnerable to an authorization bypass, allowing authenticated users with subscriber-level access or higher to modify any posts and pages. This vulnerability enables attackers to overwrite content and seize ownership by manipulating the post_author integer, circumventing necessary sanitization measures. WordPress site administrators using this plugin should prioritize patching to mitigate potential unauthorized content changes and ownership issues.

CVE
CVE-2026-75930
Severity
MEDIUM
CVSS
4.3
EPSS
0.22%
WordPress

Original NVD Description

The FundEngine – Donation and Crowdfunding Platform plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.8.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to modify arbitrary posts and pages — overwriting title and content, and seizing ownership by supplying an attacker-controlled post_author integer that bypasses wp_kses_post sanitization. The wp_rest nonce required by the handler is trivially obtainable by any logged-in user via /wp-admin/admin-ajax.php?action=rest-nonce and therefore does not constitute an authorization barrier.