Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
The Gutentor - Gutenberg Blocks - Page Builder for Gutenberg Editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.5.5 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.
AnalysisAI
Stored Cross-Site Scripting in Gutentor plugin for WordPress up to version 3.5.5 allows authenticated contributors and above to inject malicious scripts into pages via insufficient input sanitization, executing arbitrary JavaScript in the browsers of users who view the compromised pages. The vulnerability requires contributor-level WordPress account access and user interaction (page view), resulting in limited but real risk to website content integrity and user session compromise.
Technical ContextAI
Gutentor is a WordPress plugin providing a Gutenberg block editor interface for page building. The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically inadequate sanitization of user input when saving block content and insufficient escaping of stored data during page rendering. Contributors and higher-privileged users can embed JavaScript through block parameters or content fields, which is later rendered unescaped in the DOM when other users access pages containing the malicious blocks. The WordPress plugin architecture allows authenticated users with 'contributor' role to create and modify post content by default, making this a post-creation/modification vector rather than pure unauthenticated XSS.
RemediationAI
Update Gutentor to version 3.5.6 or later immediately. The patch is available via WordPress.org plugin directory and GitHub (WordPress plugin changeset 3495930 contains the fix). On WordPress dashboard, navigate to Plugins, find Gutentor, and click 'Update Now'. No workarounds mitigate the vulnerability post-deployment; compensation requires restricting contributor access to trusted users only (reduce PR:L scope by removing contributor role from untrusted accounts) or temporarily disabling the plugin until patched. If contributor access is necessary, audit all published pages created by recently-added contributors for injected scripts (search for '<script', 'javascript:', 'onerror=', etc. in page block meta and content). Note that downgrading contributor permissions may impact legitimate workflow.
The Gutentor WordPress plugin before 3.3.6 does not validate and escape some of its block options before outputting them
Plaintext password disclosure in the Gutentor WordPress page builder plugin (before 4.0.6) allows any authenticated subs
The Gutentor WordPress plugin before 3.4.7 does not sanitize and escape a parameter before using it in a SQL statement,
The Gutentor - Gutenberg Blocks - Page Builder for Gutenberg Editor plugin for WordPress is vulnerable to Stored Cross-S
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Gutentor Gu
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25168
GHSA-vrq9-2rh7-jjg5