Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/gutenverse/trunk/includes/block/class
- https://plugins.trac.wordpress.org/changeset/3468383/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/23518a21-7b76-4edb-9a3
FAQ
What is CVE-2026-3001?
CVE-2026-3001 is a vulnerability with a CVSS score of 6.1 (MEDIUM). 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 ...
How severe is CVE-2026-3001?
CVE-2026-3001 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-3001?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.