CVE-2026-8866: jQuery googleslides <= 1.3 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes
The jQuery googleslides plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'googleslides' shortcode in all versions up to, and including, 1.3. This is due to insufficient input sanitization and output escaping on user supplied attributes (userid, albumid, authkey, imgmax, maxresults, random, caption, albumlink, time, and fadespeed) in the googleslideshandler() function, which interpolates the attribute values directly into single-quoted HTML attributes without using escattr(). 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-8866?
CVE-2026-8866 has a medium severity rating of 6.4.
How do I fix CVE-2026-8866?
To fix CVE-2026-8866, update the jQuery googleslides plugin to version 1.4 or later.
What type of vulnerability is CVE-2026-8866?
CVE-2026-8866 is a Stored Cross-Site Scripting (XSS) vulnerability.
Who is affected by CVE-2026-8866?
CVE-2026-8866 affects users who have the jQuery googleslides plugin version 1.3 or earlier installed on their WordPress site.
What causes the vulnerability in CVE-2026-8866?
The vulnerability in CVE-2026-8866 is caused by insufficient input sanitization and output escaping of user-supplied attributes in the shortcode.