A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8866

CVE-2026-8866: jQuery googleslides WordPress XSS Flaw

CVE-2026-8866 is a stored cross-site scripting vulnerability in the jQuery googleslides plugin for WordPress that allows authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-8866 Overview

CVE-2026-8866 is a Stored Cross-Site Scripting (XSS) vulnerability in the jQuery googleslides plugin for WordPress, affecting all versions up to and including 1.3. The flaw exists in the googleslides_handler() function, which processes the googleslides shortcode. Authenticated attackers with contributor-level access or higher can inject arbitrary JavaScript through shortcode attributes. The injected script executes in the browser of any user who views the affected page. The vulnerability is classified under CWE-79.

Critical Impact

Contributor-level WordPress users can store malicious scripts in pages that execute against site visitors, enabling session theft, content manipulation, and credential harvesting.

Affected Products

  • jQuery googleslides plugin for WordPress, all versions through 1.3
  • WordPress sites permitting contributor-level account registration
  • Any page or post embedding the [googleslides] shortcode

Discovery Timeline

  • 2026-05-27 - CVE-2026-8866 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-8866

Vulnerability Analysis

The jQuery googleslides plugin registers a shortcode handler that accepts ten user-controlled attributes: userid, albumid, authkey, imgmax, maxresults, random, caption, albumlink, time, and fadespeed. The googleslides_handler() function interpolates these values directly into single-quoted HTML attributes when rendering the slideshow markup. The plugin neither sanitizes the input nor applies WordPress's esc_attr() output escaping function before embedding the values in the DOM.

An attacker with contributor privileges can author a draft post containing a crafted shortcode. By breaking out of the single-quoted attribute context, the attacker injects additional HTML attributes such as onerror or onmouseover handlers carrying arbitrary JavaScript. The script persists in the post content and executes whenever an editor, administrator, or site visitor renders the page.

Root Cause

The root cause is missing output encoding on attribute values passed through the shortcode. WordPress provides esc_attr() specifically to neutralize quote and angle-bracket characters in HTML attribute contexts. The plugin omits this call at the points referenced in init.php lines 39 and 52, where the attribute strings are concatenated into the output template.

Attack Vector

Exploitation requires an authenticated WordPress account with the contributor role or higher. The attacker submits a post containing a malicious [googleslides] shortcode where one or more recognized attributes contain a payload that escapes the surrounding single quote. When the post is previewed by a reviewer or published and viewed by visitors, the browser parses the injected attribute and executes the attacker's JavaScript in the site's origin. The cross-origin scope change (S:C) reflects the impact on browsers visiting the compromised page. Refer to the Wordfence Vulnerability Analysis and the WordPress Plugin Code Snippet for the vulnerable handler.

Detection Methods for CVE-2026-8866

Indicators of Compromise

  • Post or page content containing [googleslides] shortcodes with single-quote characters, angle brackets, or on* event handlers inside attribute values
  • Unexpected <script> tags or inline JavaScript appearing in rendered slideshow markup
  • Outbound requests from visitor browsers to attacker-controlled domains following page loads that include the shortcode
  • Contributor accounts creating posts that include the googleslides shortcode with unusual attribute payloads

Detection Strategies

  • Scan the wp_posts table for post_content containing [googleslides combined with suspicious characters such as ', <, or javascript:
  • Review the plugin source at init.php lines 39 and 52 to confirm whether esc_attr() has been added to the affected attribute interpolations
  • Monitor WordPress audit logs for posts authored or edited by contributor-role accounts that embed the vulnerable shortcode

Monitoring Recommendations

  • Enable a Content Security Policy (CSP) that blocks inline script execution and report violations to a logging endpoint
  • Forward WordPress access and authentication logs to a centralized analytics platform to correlate contributor activity with shortcode edits
  • Alert on creation of new contributor or author accounts followed shortly by post submissions containing shortcodes

How to Mitigate CVE-2026-8866

Immediate Actions Required

  • Deactivate and remove the jQuery googleslides plugin until the maintainer releases a patched version beyond 1.3
  • Audit existing posts and pages for [googleslides] shortcodes and remove any with suspicious attribute values
  • Restrict contributor and author role assignments and review recent account registrations for unauthorized users
  • Force password resets and review session tokens for any accounts that previewed or edited posts containing the shortcode

Patch Information

At the time of publication, no fixed version of the jQuery googleslides plugin has been confirmed. Site operators should monitor the Wordfence Vulnerability Analysis and the plugin's source repository for updates. Removing the plugin is the recommended action until a maintained replacement is available.

Workarounds

  • Remove or comment out the [googleslides] shortcode in all published content to eliminate the rendering path
  • Apply a temporary patch by wrapping each vulnerable attribute concatenation in init.php with esc_attr() calls
  • Use a web application firewall rule to block POST requests where post content contains [googleslides and quote-breaking characters
  • Limit shortcode rendering to administrator-authored posts by replacing the plugin with a custom handler that validates the calling user's capabilities
bash
# Configuration example: locate and disable the vulnerable plugin via WP-CLI
wp plugin list --status=active | grep jquery-googleslides
wp plugin deactivate jquery-googleslides
wp plugin delete jquery-googleslides

# Search the database for posts containing the vulnerable shortcode
wp db query "SELECT ID, post_title, post_author FROM wp_posts WHERE post_content LIKE '%[googleslides%';"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechJquery

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-21821: HCL BigFix SCM Reporting XSS Vulnerability

  • CVE-2020-11023: jQuery XSS Vulnerability

  • CVE-2020-7656: jQuery XSS Vulnerability via load Method

  • CVE-2020-11022: jQuery DOM Manipulation XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English