CVE-2026-13295
Received Received - Intake

Stored XSS in Page Builder by SiteOrigin WordPress Plugin

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

Publication date: 2026-06-27

Last updated on: 2026-06-27

Assigner: Wordfence

Description

The Page Builder by SiteOrigin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via panels_data Parameter in all versions up to, and including, 2.34.3 due to insufficient input sanitization and output escaping. 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. This is possible because the nonce and edit_post capability checks enforced during save are both satisfied by Contributor-level users for their own posts, and the panels_data value is stored as post meta β€” outside the scope of WordPress's unfiltered_html carve-out β€” meaning no wp_kses fallback prevents the unsanitized WP_Widget_Custom_HTML content from being persisted and later rendered verbatim on the frontend.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
siteorigin page_builder to 2.34.3 (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
Executive Summary

The Page Builder by SiteOrigin plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in all versions up to and including 2.34.3. This vulnerability arises because the plugin does not properly sanitize or escape input in the panels_data parameter. Authenticated users with Contributor-level access or higher can inject malicious web scripts into pages. These scripts execute whenever any user views the infected page.

The issue exists because Contributor-level users can pass nonce and edit_post capability checks for their own posts, and the panels_data is stored as post meta outside the usual WordPress filtering mechanisms. This allows unsanitized HTML content to be saved and later rendered directly on the frontend, enabling script injection.

Impact Analysis

This vulnerability can allow an attacker with Contributor-level access to inject malicious scripts into pages on a WordPress site using the Page Builder plugin. These scripts can execute in the browsers of users who visit the infected pages, potentially leading to theft of sensitive information, session hijacking, or other malicious actions.

Because the attack requires only Contributor-level access, which is a relatively low privilege, it increases the risk of exploitation from less trusted users. The impact includes loss of data integrity and confidentiality, as well as potential compromise of user accounts.

Chat Assistant

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

EPSS Chart