CVE-2026-13246
Received Received - Intake

Stored XSS in GiveWP Donation Plugin for WordPress

Vulnerability report for CVE-2026-13246, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-01

Assigner: Wordfence

Description

The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'block_id' (and other) shortcode attributes of the 'givewp_campaign_comments' shortcode in versions up to, and including, 4.16.0. This is due to insufficient input sanitization and output escaping on user supplied attributes in CampaignCommentsShortcode::parseAttributes() and BlockRenderController::render(), where the blockId value is interpolated directly into a single-quoted HTML attribute without esc_attr(). This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-01
Generated
2026-07-01
AI Q&A
2026-07-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
givewp donation_plugin to 4.16.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Impact Analysis

An attacker with author-level access or higher can exploit this vulnerability to inject malicious scripts into pages via the 'block_id' shortcode attribute.

These injected scripts will execute in the browsers of users who visit the compromised pages, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious activities.

Because the vulnerability requires authenticated access at author level or above, the risk is somewhat limited to users with such privileges, but it still poses a significant threat to site integrity and user security.

Executive Summary

The vulnerability exists in the GiveWP – Donation Plugin and Fundraising Platform for WordPress, specifically in versions up to and including 4.16.0. It is a Stored Cross-Site Scripting (XSS) issue that occurs via the 'block_id' and other shortcode attributes of the 'givewp_campaign_comments' shortcode.

The root cause is insufficient input sanitization and output escaping in the functions CampaignCommentsShortcode::parseAttributes() and BlockRenderController::render(). The blockId value is directly inserted into a single-quoted HTML attribute without proper escaping (esc_attr()), allowing an attacker to inject arbitrary web scripts.

This vulnerability can be exploited by authenticated users with author-level access or higher, enabling them to inject malicious scripts that execute whenever a user views the affected page.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13246. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart