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.
Published: 2026-08-28
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when the GiveWP donation plugin fails to properly escape the continue_button_title and display_style attributes of the give_form shortcode. Because these attributes are passed through sanitize_text_field() but not escaped when they are output into HTML data attributes, an authenticated user with Contributor level or higher can inject arbitrary JavaScript that is stored on the site. When a victim views a page containing the shortcode, the injected script runs in the victim’s browser, enabling defacement, credential theft, or other client‑side attacks. The flaw is a classic stored cross‑site scripting weakness (CWE‑79).

Affected Systems

The issue affects the GiveWP – Donation Plugin and Fundraising Platform from stellarwp, in all releases up to and including version 4.14.4. Users running these versions have the give_form shortcode available with the vulnerable attribute handling.

Risk and Exploitability

The CVSS score of 6.4 indicates a medium severity vulnerability. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires an authenticated user with at least Contributor privileges, which means the threat is limited to site owners or users who have been granted content management permissions. Still, because the payload is stored and automatically executed for any visitor to the affected page, the impact can be significant for websites with many contributors. Early detection is essential; if an attacker can inject malicious code, it will affect all users who view the compromised page.

Generated by OpenCVE AI on August 28, 2026 at 13:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GiveWP to version 4.14.5 or later.
  • Disable or restrict contributor-level permissions to prevent unauthorized shortcode editing.
  • Audit existing donation forms for injected script content and remove any malicious code.
  • Implement proper output escaping for continue_button_title and display_style attributes in the shortcode rendering logic.

Generated by OpenCVE AI on August 28, 2026 at 13:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
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.
Title GiveWP <= 4.14.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-28T15:11:37.616Z

Reserved: 2026-04-03T17:24:40.583Z

Link: CVE-2026-5510

cve-icon Vulnrichment

Updated: 2026-08-28T15:11:29.034Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:30.843

Modified: 2026-08-28T16:18:19.427

Link: CVE-2026-5510

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T14:00:06Z

Weaknesses
  • CWE-79

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