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

CVE-2026-0737: WP Shortcodes Ultimate Plugin XSS Flaw

CVE-2026-0737 is a stored cross-site scripting vulnerability in WP Shortcodes Plugin - Shortcodes Ultimate for WordPress affecting versions up to 7.4.7. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-0737 Overview

The WP Shortcodes Plugin - Shortcodes Ultimate plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) in all versions up to, and including, 7.4.7. This vulnerability stems from insufficient input sanitization and output escaping in the src attribute of the su_lightbox shortcode. Authenticated attackers with contributor-level access or higher can inject arbitrary web scripts into pages that execute whenever a user accesses the compromised page.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the browsers of all users viewing affected pages, potentially leading to session hijacking, credential theft, or malicious redirects.

Affected Products

  • WP Shortcodes Plugin - Shortcodes Ultimate versions up to and including 7.4.7
  • WordPress installations with the affected plugin enabled
  • Sites allowing contributor-level or higher user access

Discovery Timeline

  • 2026-04-04 - CVE CVE-2026-0737 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-0737

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists within the su_lightbox shortcode functionality of the Shortcodes Ultimate plugin. The vulnerability arises from a failure to properly sanitize user-supplied input and escape output when processing the src attribute. When a user with contributor-level access or above creates or edits content containing the malicious shortcode, the injected script becomes persistently stored in the WordPress database. Subsequently, any visitor accessing the affected page triggers the execution of the malicious script within their browser context.

The vulnerability classification falls under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents one of the most common web application security weaknesses. The attack requires network access and authenticated contributor-level privileges, but no user interaction beyond visiting the affected page.

Root Cause

The root cause lies in the inadequate input validation and output encoding within the lightbox.php file handling the su_lightbox shortcode. Specifically, at line 69 of the affected code, the src attribute is processed without sufficient sanitization measures. WordPress provides several built-in escaping functions such as esc_attr(), esc_url(), and wp_kses() that should be applied to user-controllable attributes, but these were not properly implemented for this particular shortcode parameter.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with at least contributor-level permissions. The attacker crafts a malicious shortcode containing JavaScript payloads within the src attribute of the su_lightbox shortcode. Once the content is saved and published, the malicious script persists in the database and executes in the browser of any user who views the page.

The attack could be used to steal session cookies, redirect users to phishing sites, deface website content, or perform actions on behalf of authenticated administrators visiting the page. The stored nature of this XSS makes it particularly dangerous as it affects all visitors without requiring social engineering to click a malicious link.

Since no verified code examples are available, the vulnerability mechanism involves improper handling of the src attribute in the lightbox shortcode. For detailed technical analysis, refer to the WordPress Shortcode Lightbox Code where the fix was implemented, or the CleanTalk CVE-2026-0737 Analysis for additional security research details.

Detection Methods for CVE-2026-0737

Indicators of Compromise

  • Unusual JavaScript code present in posts or pages containing su_lightbox shortcodes
  • Suspicious src attribute values in lightbox shortcodes containing encoded scripts or event handlers
  • Unexpected contributor or author account activity creating new content with shortcodes
  • Browser console errors or unexpected script execution when viewing pages with lightbox elements

Detection Strategies

  • Implement content scanning for posts containing su_lightbox shortcodes with suspicious src attribute patterns
  • Review audit logs for contributor-level users creating or modifying content with shortcode elements
  • Deploy Web Application Firewall (WAF) rules to detect XSS payloads in shortcode attributes
  • Utilize WordPress security plugins that scan for malicious content in post data

Monitoring Recommendations

  • Monitor for unusual script execution patterns in client browsers accessing WordPress pages
  • Track plugin version status and alert when running vulnerable versions (7.4.7 or below)
  • Implement Content Security Policy (CSP) headers to detect and report inline script violations
  • Review user permissions periodically to ensure only trusted users have contributor-level access

How to Mitigate CVE-2026-0737

Immediate Actions Required

  • Update Shortcodes Ultimate plugin to version 7.4.8 or later immediately
  • Review all existing content for potentially malicious su_lightbox shortcode usage
  • Audit contributor and author user accounts for any unauthorized or suspicious activity
  • Consider temporarily disabling the plugin until the update can be applied

Patch Information

The vulnerability has been addressed in Shortcodes Ultimate version 7.4.8. The fix implements proper input sanitization and output escaping for the src attribute in the lightbox shortcode. The patched code can be reviewed in the WordPress plugin repository. Additional vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Restrict contributor and author permissions until the patch is applied
  • Implement a Web Application Firewall (WAF) with XSS detection rules for WordPress
  • Disable the lightbox shortcode functionality if not critical to site operations
  • Deploy Content Security Policy headers to mitigate the impact of any injected scripts
bash
# WordPress CLI update command
wp plugin update shortcodes-ultimate

# Verify updated version
wp plugin list --name=shortcodes-ultimate --fields=name,version,update_version

# Search for potentially malicious shortcode usage
wp db search "su_lightbox" --all-tables

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 Shortcode Lightbox Code

  • CleanTalk CVE-2026-0737 Analysis

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw
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