Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-14118

CVE-2025-14118: Starred Review Plugin XSS Vulnerability

CVE-2025-14118 is a reflected cross-site scripting flaw in the Starred Review WordPress plugin that enables unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-14118 Overview

The Starred Review plugin for WordPress contains a Reflected Cross-Site Scripting (XSS) vulnerability in the PHP_SELF variable handling. All versions up to and including 1.4.2 are affected due to insufficient input sanitization and output escaping. This vulnerability allows unauthenticated attackers to inject arbitrary web scripts into pages that execute when a user is tricked into performing an action such as clicking on a malicious link.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in the context of authenticated user sessions, potentially leading to session hijacking, credential theft, or unauthorized actions on WordPress sites using the vulnerable plugin.

Affected Products

  • Starred Review WordPress Plugin versions up to and including 1.4.2
  • WordPress sites with the Starred Review plugin installed and active

Discovery Timeline

  • January 7, 2026 - CVE-2025-14118 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2025-14118

Vulnerability Analysis

This Reflected Cross-Site Scripting vulnerability exists in the Starred Review WordPress plugin due to improper handling of the PHP_SELF server variable. The plugin fails to properly sanitize user-controllable input before reflecting it back in HTML output, creating an opportunity for script injection. When a victim clicks a specially crafted link, the malicious payload executes within their browser session with full access to the WordPress site's DOM and any associated authentication tokens.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which is among the most prevalent web application security issues. The attack requires user interaction—specifically, the victim must click a malicious link—but requires no authentication or special privileges from the attacker's perspective.

Root Cause

The root cause stems from the direct use of the PHP_SELF superglobal variable without proper sanitization or escaping before output. The PHP_SELF variable contains the filename of the currently executing script relative to the document root, but it can be manipulated by attackers through URL path injection. When this unsanitized value is echoed back into HTML output (typically in form action attributes), attackers can inject arbitrary HTML and JavaScript code.

The vulnerable code can be found at line 29 in starred-review.php, where input escaping functions such as esc_url() or esc_attr() are not applied to the PHP_SELF value before rendering.

Attack Vector

The attack is network-based and requires tricking a victim into clicking a malicious URL. An attacker constructs a URL targeting the vulnerable WordPress page with a crafted path containing JavaScript payload. The attack flow typically involves:

  1. Attacker identifies a WordPress site running the vulnerable Starred Review plugin
  2. Attacker crafts a malicious URL containing XSS payload in the path
  3. Attacker delivers the URL to victims via phishing, social engineering, or posting on forums
  4. Victim clicks the link while authenticated to the WordPress site
  5. Malicious script executes in victim's browser with their session context

The vulnerability mechanism involves manipulating the URL path to inject script tags or event handlers that bypass the lack of output encoding. For detailed technical analysis, refer to the WordPress Plugin Code Review and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-14118

Indicators of Compromise

  • Suspicious access logs showing unusual URL paths containing encoded JavaScript payloads targeting Starred Review plugin pages
  • Web application firewall (WAF) logs detecting XSS patterns in request URIs
  • User reports of unexpected browser behavior or redirects when interacting with review functionality
  • Unusual outbound connections from client browsers during plugin page interactions

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common XSS payload patterns in URL paths
  • Implement Content Security Policy (CSP) headers to restrict script execution sources and mitigate XSS impact
  • Monitor WordPress access logs for requests containing suspicious characters like <, >, script, or URL-encoded variants in the path
  • Use WordPress security plugins to scan for known vulnerable plugin versions

Monitoring Recommendations

  • Enable detailed access logging on WordPress installations and configure alerts for XSS signature patterns
  • Implement browser-side XSS auditor logging where supported to detect client-side exploitation attempts
  • Review WordPress plugin inventory regularly to identify outdated or vulnerable plugins
  • Set up automated vulnerability scanning to detect installations running affected Starred Review versions

How to Mitigate CVE-2025-14118

Immediate Actions Required

  • Update the Starred Review plugin to the latest patched version immediately
  • If an update is not available, deactivate and remove the Starred Review plugin until a fix is released
  • Review WordPress access logs for signs of exploitation targeting this vulnerability
  • Implement a Web Application Firewall with XSS protection rules as an additional defense layer

Patch Information

Plugin administrators should check for updates via the WordPress plugin repository. The vulnerability affects all versions through 1.4.2. Monitor the WordPress Plugin Repository for the latest patched release. Additionally, consult the Wordfence Vulnerability Report for updated remediation guidance.

Workarounds

  • Deactivate the Starred Review plugin if it is not essential for site functionality
  • Implement Content Security Policy headers to restrict inline script execution
  • Deploy a WAF rule to block requests with suspicious patterns in the URI path targeting plugin pages
  • Use WordPress hardening plugins that provide additional input validation and output encoding
bash
# Apache .htaccess WAF rule to block common XSS patterns
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} (<|>|%3C|%3E|script|javascript) [NC]
    RewriteRule .* - [F,L]
</IfModule>

# Nginx configuration to add Content Security Policy header
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';" always;

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.1

  • EPSS Probability0.06%

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

  • WordPress Plugin Code Repository

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2025-32630: WP-BusinessDirectory XSS Vulnerability

  • CVE-2025-32581: WordPress Spam Blocker XSS Vulnerability

  • CVE-2025-28975: Alike WordPress Plugin 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