SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-15101

MEDIUM · CVSS 6.4 EPSS 0.32%

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

CyberRota Analysis

AI-Generated

The WPBakery Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping in the 'data' parameter, affecting all versions up to 8.7.4. This vulnerability allows authenticated attackers with subscriber-level access or higher to inject malicious scripts that execute when users access compromised pages. WordPress site administrators and developers using this plugin should prioritize patching or updating to mitigate the risk of exploitation.

CVE
CVE-2026-15101
Severity
MEDIUM
CVSS
6.4
EPSS
0.32%
WordPress

Original NVD 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.