SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-76063

MEDIUM · CVSS 6.4 EPSS 0.20%

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

CyberRota Analysis

AI-Generated

The FundEngine plugin for WordPress is susceptible to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping in the 'wfp_featured_video_url' parameter, affecting all versions up to 1.8.1. This vulnerability allows authenticated attackers, including those with subscriber-level access, to inject malicious scripts that execute when users visit affected pages. WordPress site administrators using this plugin should prioritize patching to mitigate potential exploitation risks.

CVE
CVE-2026-76063
Severity
MEDIUM
CVSS
6.4
EPSS
0.20%
WordPress

Original NVD 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.