Description
The FundEngine – Donation and Crowdfunding Platform plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wfp_featured_video_url' parameter in all versions up to, and including, 1.8.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The REST endpoint used to submit the video URL has its permission_callback set to __return_true, meaning any authenticated user — including those with Subscriber-level access — can reach the vulnerable code path.
Published: 2026-08-25
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Patch
AI Analysis

Impact

The FundEngine plugin for WordPress is vulnerable to stored cross‑site scripting via the wfp_featured_video_url parameter in all versions up to 1.8.1 because the input is not properly sanitized before being stored and later output without escaping. This flaw allows an authenticated user with subscriber‑level access or higher to inject arbitrary JavaScript that will execute in the browsers of any visitor who views the affected page. The REST endpoint that receives the video URL uses a permission_callback returning __return_true, meaning any signed‑in user can submit the malicious value and trigger the vulnerable code path.

Affected Systems

The vulnerability affects the roxnor FundEngine – Donation and Crowdfunding Platform plugin for WordPress, specifically versions 1.8.1 and all earlier releases. Any WordPress site deploying these versions will be susceptible.

Risk and Exploitability

The CVSS base score of 6.4 classifies this issue as medium severity. EPSS data is not available, so the likelihood of exploitation is uncertain, and the flaw does not appear in the CISA KEV catalog. Attackers need only authenticate to WordPress as at least a subscriber to reach the vulnerable REST endpoint, and because the endpoint allows all authenticated users, the barrier to exploitation remains low. Stored scripts executed in users’ browsers can lead to session hijacking, defacement, or phishing attacks on the site.

Generated by OpenCVE AI on August 25, 2026 at 04:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the FundEngine plugin to a version later than 1.8.1.
  • If upgrading is not immediately possible, enforce server‑side validation and escaping on the wfp_featured_video_url input – for example, use esc_url_raw when storing and esc_html when rendering the value in the page output.
  • As a temporary measure, restrict access to the REST endpoint that accepts the video URL by changing its permission_callback to require a higher privilege level or by disabling the endpoint entirely for subscribers.

Generated by OpenCVE AI on August 25, 2026 at 04:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Roxnor
Roxnor fundengine – Donation And Crowdfunding Platform
Wordpress
Wordpress wordpress
Vendors & Products Roxnor
Roxnor fundengine – Donation And Crowdfunding Platform
Wordpress
Wordpress wordpress

Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 25 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Description The FundEngine – Donation and Crowdfunding Platform plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wfp_featured_video_url' parameter in all versions up to, and including, 1.8.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The REST endpoint used to submit the video URL has its permission_callback set to __return_true, meaning any authenticated user — including those with Subscriber-level access — can reach the vulnerable code path.
Title FundEngine <= 1.8.1 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'wfp_featured_video_url' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Roxnor Fundengine – Donation And Crowdfunding Platform
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-25T19:22:31.342Z

Reserved: 2026-08-18T21:04:21.474Z

Link: CVE-2026-76063

cve-icon Vulnrichment

Updated: 2026-08-25T18:32:52.719Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T04:18:20.673

Modified: 2026-08-26T16:19:05.917

Link: CVE-2026-76063

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:38:23Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')