CVE-2026-3001
Description
The Gutenverse plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 's' parameter in all versions up to, and including, 3.4.6 due to insufficient input sanitization and output escaping. Specifically, the render_content() method in class-search-result-title.php outputs the value of get_query_var('s') directly into the page HTML without applying esc_html() or any other escaping function. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages via a crafted URL that execute if a user clicks the link, provided the gutenverse/search-result-title block is present on the site's search results template.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Gutenverse plugin for WordPress up to 3.4.6 is vulnerable to reflected XSS via the 's' parameter due to insufficient sanitization in the search result title block.
Vulnerability
A reflected cross-site scripting vulnerability exists in the Gutenverse plugin for WordPress in all versions up to and including 3.4.6. The bug resides in the render_content() method of class-search-result-title.php. This method outputs the value of get_query_var('s') (the search query string) directly into the page HTML without applying esc_html() or any other escaping function. The vulnerability is reachable when the gutenverse/search-result-title block is present on the site's search results template.
Exploitation
An unauthenticated attacker can craft a malicious URL containing a JavaScript payload in the s parameter. The attacker then sends this URL to a victim (e.g., via phishing email or a link on another site). If the victim clicks the link and the site uses the Gutenverse search result title block, the payload executes in the victim's browser within the context of the vulnerable WordPress site.
Impact
Successful exploitation allows the attacker to inject arbitrary web scripts (JavaScript) into the page. The attacker can perform actions such as stealing session cookies, redirecting the user to a malicious site, or modifying page content. The attack is reflected and requires user interaction—the victim must click the crafted link. No authentication is needed to trigger the vulnerable code path.
Mitigation
The patch is included in version 3.4.7 of the Gutenverse plugin. The fix applies esc_html() to the search query value before output. Users should update to version 3.4.7 or later immediately. For sites that cannot update, the affected block (gutenverse/search-result-title) can be removed from the search results template as a workaround [1].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=3.4.6+ 1 more
- (no CPE)range: <=3.4.6
- (no CPE)range: <=3.4.6
Patches
1r3468383Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.