Description
The WPBakery Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'data' parameter in all versions up to, and including, 8.7.4 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 wp_kses_post sanitization applied during save does not neutralize the payload because the malicious script content is base64-encoded as plain alphanumeric text with no HTML tags to strip; the vc_raw_html shortcode template then decodes and echoes this content unescaped at render time.
Published: 2026-09-01
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in WPBakery Page Builder allows an authenticated attacker with subscriber-level or higher privileges to inject scripts that are stored and later rendered on pages. By exploiting the unescaped 'data' parameter, a malicious user can encode arbitrary JavaScript in base64, bypassing the WP_kses_post sanitization, which is then decoded and echoed without escaping by the vc_raw_html shortcode template. This stored payload executes whenever any visitor views the affected page, enabling session hijacking, defacement, and other client‑side attacks.

Affected Systems

All installations of WPBakery Page Builder version 8.7.4 and earlier are affected. The plugin must be upgraded to 8.7.5 or later to remediate the flaw. Users with subscriber‑level access are the minimum privilege required to exploit this issue; administrators can also exploit it.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderate severity. No EPSS data is available, and the vulnerability is not listed in CISA KEV, which suggests it has not yet been widely exploited in the wild but could be leveraged by legitimate users with elevated privileges. The attack vector is authenticated, requiring the attacker to be logged in and to have permission to edit or create content. Once injected, the script persists and executes on every page view with the embedded shortcode, posing a high risk of cross‑site script attacks for site visitors.

Generated by OpenCVE AI on September 1, 2026 at 10:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WPBakery Page Builder to the latest version (≥8.7.5).
  • If an upgrade is impossible, restrict or revoke subscriber‑level users’ ability to use the vc_raw_html shortcode, or disable it entirely.
  • Implement additional input validation and ensure that any content passed to the shortcode is escaped before rendering to prevent future XSS incidents.

Generated by OpenCVE AI on September 1, 2026 at 10:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
Description The WPBakery Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'data' parameter in all versions up to, and including, 8.7.4 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 wp_kses_post sanitization applied during save does not neutralize the payload because the malicious script content is base64-encoded as plain alphanumeric text with no HTML tags to strip; the vc_raw_html shortcode template then decodes and echoes this content unescaped at render time.
Title WPBakery Page Builder <= 8.7.4 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'data' Parameter
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-09-01T09:28:21.470Z

Reserved: 2026-07-08T16:48:52.147Z

Link: CVE-2026-15101

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T10:17:10.253

Modified: 2026-09-01T10:17:10.253

Link: CVE-2026-15101

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T10:30:13Z

Weaknesses
  • CWE-79

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