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-2025-62110

CVE-2025-62110: Rescue Shortcodes Stored XSS Vulnerability

CVE-2025-62110 is a stored cross-site scripting vulnerability in Rescue Shortcodes WordPress plugin that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and remediation.

Published: April 23, 2026

CVE-2025-62110 Overview

CVE-2025-62110 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the Rescue Shortcodes WordPress plugin developed by Rescue Themes. This vulnerability arises from improper neutralization of user-supplied input during web page generation, allowing authenticated attackers with low privileges to inject malicious scripts that persist in the application and execute in victims' browsers.

Stored XSS vulnerabilities are particularly dangerous because the malicious payload is permanently stored on the target server and automatically delivered to any user who views the affected content, without requiring the attacker to craft individual phishing links or trick users into clicking malicious URLs.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the context of victim browsers, potentially leading to session hijacking, credential theft, website defacement, or malware distribution to site visitors.

Affected Products

  • Rescue Shortcodes WordPress Plugin versions through 3.3
  • WordPress installations utilizing the Rescue Shortcodes plugin
  • Websites with Rescue Themes templates using the vulnerable shortcodes functionality

Discovery Timeline

  • 2026-04-23 - CVE CVE-2025-62110 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-62110

Vulnerability Analysis

This vulnerability falls under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The Rescue Shortcodes plugin fails to properly sanitize or escape user-controlled input before incorporating it into dynamically generated web pages.

In Stored XSS scenarios like this, an attacker with authenticated access to the WordPress site can inject malicious JavaScript code through plugin shortcode parameters or content fields. This malicious payload is then saved to the database and rendered without proper encoding whenever the affected page is viewed.

The network-accessible nature of the vulnerability combined with the requirement for user interaction (a victim must view the page containing the malicious content) and the ability to affect users beyond the immediate session (changed scope) characterizes the attack profile. The vulnerability can impact confidentiality, integrity, and availability of the affected web application to a limited degree.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within the Rescue Shortcodes plugin. When processing shortcode attributes or content, the plugin fails to:

  1. Sanitize user input upon submission to strip or encode potentially dangerous HTML/JavaScript content
  2. Apply proper output encoding (such as esc_html(), esc_attr(), or wp_kses()) when rendering stored content in the browser
  3. Implement Content Security Policy headers that could mitigate script injection attacks

WordPress provides several built-in functions for secure output encoding, but the plugin neglects to utilize these protective measures consistently across its shortcode rendering functionality.

Attack Vector

The attack requires the adversary to have authenticated access to the WordPress site, typically as a contributor, author, or higher privilege level. The attacker exploits the vulnerability by:

  1. Creating or editing content that utilizes Rescue Shortcodes functionality
  2. Injecting malicious JavaScript payloads within shortcode parameters or content areas that lack proper sanitization
  3. Publishing or saving the content containing the malicious payload
  4. Waiting for victim users (including administrators) to view the affected page, triggering script execution

The malicious script executes with the privileges of the viewing user within their browser session, enabling attacks such as cookie theft, keylogging, phishing form injection, or administrative action hijacking. For additional technical details, refer to the Patchstack WordPress Vulnerability Analysis.

Detection Methods for CVE-2025-62110

Indicators of Compromise

  • Unusual JavaScript code or <script> tags appearing within WordPress post content, shortcode parameters, or custom fields associated with Rescue Shortcodes
  • Unexpected outbound connections from client browsers to unknown external domains when viewing pages using the plugin
  • Reports from users about browser warnings, unexpected popups, or unusual behavior when accessing site pages
  • Authentication cookies or session tokens appearing in server access logs for external domains

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payload patterns in POST requests to WordPress content endpoints
  • Configure Content Security Policy (CSP) headers with reporting enabled to detect inline script execution attempts
  • Deploy browser-based monitoring solutions to identify anomalous DOM manipulation or script injection on pages using Rescue Shortcodes
  • Regularly audit WordPress database content for suspicious HTML/JavaScript patterns using security scanning plugins

Monitoring Recommendations

  • Enable WordPress audit logging to track all content modifications, especially shortcode-related changes
  • Monitor HTTP response headers for pages served by the site to ensure CSP and X-XSS-Protection headers are properly configured
  • Implement real-time alerting for WAF rule triggers related to XSS attack patterns targeting the WordPress installation
  • Review plugin update notifications and security advisories from Patchstack and WordPress security resources

How to Mitigate CVE-2025-62110

Immediate Actions Required

  • Update the Rescue Shortcodes plugin to the latest patched version as soon as a security update is released by Rescue Themes
  • Audit existing content created using Rescue Shortcodes for any suspicious or malicious script injections
  • Review user accounts with content creation privileges and revoke access for any suspicious or unnecessary accounts
  • Implement Content Security Policy headers to reduce the impact of any successful XSS exploitation

Patch Information

A patched version addressing this vulnerability should be obtained from Rescue Themes or the WordPress plugin repository. Monitor the official plugin page and the Patchstack vulnerability database for patch release announcements. Organizations should prioritize updating from any version at or below 3.3 once a fix becomes available.

Workarounds

  • Temporarily deactivate the Rescue Shortcodes plugin if it is not critical to site functionality until a patch is available
  • Implement WAF rules to filter and sanitize input to shortcode-related endpoints, blocking common XSS payload patterns
  • Restrict content creation privileges to trusted administrators only, reducing the attack surface for authenticated exploitation
  • Add server-side Content Security Policy headers to prevent inline script execution as a defense-in-depth measure
bash
# Example Apache .htaccess CSP configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechRescue Shortcodes

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack WordPress Vulnerability Analysis
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
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