SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-5510

MEDIUM · CVSS 6.4 EPSS 0.26%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The GiveWP Donation Plugin for WordPress is susceptible to Stored Cross-Site Scripting (XSS) due to inadequate input sanitization and output escaping in the 'give_form' shortcode attributes. This vulnerability allows authenticated attackers with Contributor-level access or higher to inject malicious scripts, which can execute in the context of users visiting affected pages. WordPress site administrators using this plugin should prioritize patching to mitigate potential exploitation risks.

CVE
CVE-2026-5510
Severity
MEDIUM
CVSS
6.4
EPSS
0.26%
WordPress

Original NVD Description

The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'give_form' shortcode in all versions up to, and including, 4.14.4. This is due to insufficient input sanitization and output escaping on the continue_button_title and display_style shortcode attributes, which are passed through sanitize_text_field() but not properly escaped when output in HTML data attributes. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.