Vulnerability Description
The GBI To Print plugin for WordPress is vulnerable to Stored Cross-Site Scripting in version 1.0 via the 'div' attribute of the 'gbitoprint' shortcode. This is due to insufficient output escaping in the gbi_toprint_shortcode() function, which concatenates the raw shortcode attribute value directly into an HTML attribute without applying esc_attr() or any other sanitization. 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/gbi-to-print/trunk/gbitoprint.php#L86
- https://www.wordfence.com/threat-intel/vulnerabilities/id/28102544-3a33-4f15-af6
FAQ
What is CVE-2026-8702?
CVE-2026-8702 is a vulnerability with a CVSS score of 6.4 (MEDIUM). The GBI To Print plugin for WordPress is vulnerable to Stored Cross-Site Scripting in version 1.0 via the 'div' attribute of the 'gbitoprint' shortcode. This is due to insufficient output escaping in ...
How severe is CVE-2026-8702?
CVE-2026-8702 has been rated MEDIUM with a CVSS base score of 6.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8702?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.