The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-5767

CVE-2026-5767: SlideShowPro SC WordPress XSS Vulnerability

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

Published: April 23, 2026

CVE-2026-5767 Overview

The SlideShowPro SC plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the plugin's slideShowProSC shortcode in all versions up to, and including, 1.0.2. The vulnerability exists due to insufficient input sanitization and output escaping on user-supplied attributes. 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.

Critical Impact

Authenticated attackers with contributor-level privileges can inject persistent malicious scripts into WordPress pages, compromising site visitors and potentially escalating to full site takeover through session hijacking or admin credential theft.

Affected Products

  • SlideShowPro SC WordPress Plugin version 1.0.2 and earlier
  • WordPress installations using the affected plugin versions
  • Any site where contributors or higher-privileged users have access

Discovery Timeline

  • 2026-04-22 - CVE-2026-5767 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-5767

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability in the SlideShowPro SC WordPress plugin stems from improper handling of user-supplied input within the slideShowProSC shortcode functionality. When contributors or users with higher privileges create content using this shortcode, the plugin fails to properly sanitize and escape attribute values before rendering them in the page output.

The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents a fundamental input validation failure. The stored nature of this XSS means that malicious payloads persist in the database and execute each time the affected page is loaded by any visitor, making it more dangerous than reflected XSS variants.

The network-based attack vector allows exploitation without requiring access to the local network, though authentication is required. The scope is changed, meaning the vulnerable component impacts resources beyond its security scope, potentially affecting the broader WordPress installation and its users.

Root Cause

The root cause lies in the plugin's shortcode handler at line 287 of slideshowpro_sc.php. The shortcode processing function accepts user-provided attributes without implementing proper input sanitization or output escaping mechanisms. WordPress provides built-in functions like esc_attr(), esc_html(), and wp_kses() specifically designed to prevent XSS attacks, but these security controls appear to be missing or insufficiently applied in the vulnerable code path.

Attack Vector

An attacker with at least contributor-level access to the WordPress site can exploit this vulnerability by crafting a malicious shortcode with JavaScript payloads embedded in the shortcode attributes. When the content is saved and subsequently viewed by any user (including administrators), the injected script executes in the context of the victim's browser session.

The attack leverages the slideShowProSC shortcode by including malicious JavaScript within attribute values. When rendered on the page, the unsanitized content is output directly into the HTML, allowing the attacker's script to execute. This can lead to session hijacking, defacement, phishing attacks, or further privilege escalation if an administrator views the infected page.

For technical details on the vulnerable code implementation, see the WordPress Plugin Code Reference.

Detection Methods for CVE-2026-5767

Indicators of Compromise

  • Presence of suspicious or obfuscated JavaScript code within post content containing slideShowProSC shortcodes
  • Unexpected script tags or event handlers embedded in shortcode attributes in the WordPress database
  • Reports from visitors experiencing redirects, pop-ups, or unusual behavior on pages with slideshow content
  • Web application firewall logs showing XSS pattern matches on pages utilizing the SlideShowPro SC plugin

Detection Strategies

  • Implement web application firewall rules to detect and block XSS patterns in WordPress shortcode submissions
  • Perform regular database audits searching for script tags, event handlers, and JavaScript URIs within wp_posts content
  • Deploy browser-based content security policy (CSP) headers to mitigate impact of successful XSS attacks
  • Monitor WordPress audit logs for unusual post editing activity by contributor-level accounts

Monitoring Recommendations

  • Enable WordPress security plugin logging to track shortcode usage and content modifications
  • Configure SentinelOne Singularity Platform to monitor web server processes for anomalous script execution patterns
  • Set up alerts for database modifications containing common XSS payload signatures
  • Review access logs for patterns indicating automated exploitation attempts against the plugin

How to Mitigate CVE-2026-5767

Immediate Actions Required

  • Audit existing content for malicious payloads in posts containing slideShowProSC shortcodes
  • Consider temporarily disabling the SlideShowPro SC plugin until a patched version is available
  • Review and restrict contributor-level access to trusted users only
  • Implement Content Security Policy headers to reduce the impact of potential XSS exploitation

Patch Information

At the time of publication, no patch information is available from the plugin vendor. Monitor the WordPress Plugin Repository for updated versions that address this vulnerability. Additionally, review the Wordfence Vulnerability Report for the latest remediation guidance and patch availability updates.

Workarounds

  • Disable the SlideShowPro SC plugin entirely if slideshow functionality is not critical to site operations
  • Restrict contributor and author role capabilities using a role editor plugin to prevent shortcode insertion
  • Implement server-side input filtering through .htaccess or web application firewall rules to block common XSS patterns
  • Use WordPress hooks to add custom sanitization to the shortcode output until an official patch is released
bash
# WordPress configuration to restrict shortcode usage
# Add to wp-config.php or a custom security plugin

# Disable shortcodes for contributor role (requires additional plugin support)
# Consider using a security plugin like Wordfence to implement shortcode restrictions

# Example .htaccess rule to block common XSS patterns (Apache)
# <IfModule mod_rewrite.c>
#   RewriteCond %{QUERY_STRING} (<script|javascript:|onerror=|onload=) [NC]
#   RewriteRule .* - [F,L]
# </IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.01%

  • 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 Reference

  • WordPress Plugin Development Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6174: CC Child Pages WordPress Plugin XSS Flaw

  • CVE-2026-6252: Meta Field Block WordPress Plugin XSS Flaw

  • CVE-2026-3694: Bold Page Builder WordPress XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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