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

CVE-2025-14891: WooCommerce Customer Reviews XSS Flaw

CVE-2025-14891 is a stored cross-site scripting vulnerability in the Customer Reviews for WooCommerce plugin that allows attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-14891 Overview

The Customer Reviews for WooCommerce plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the displayName parameter. This vulnerability affects all versions up to and including 5.93.1 and stems from insufficient input sanitization and output escaping. Authenticated attackers with customer-level access can inject arbitrary web scripts that execute whenever users access the compromised page.

Critical Impact

Attackers can inject persistent malicious scripts into WordPress pages, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of legitimate users. The vulnerability is exploitable by unauthenticated attackers when guest checkout is enabled.

Affected Products

  • Customer Reviews for WooCommerce plugin for WordPress versions up to and including 5.93.1
  • WordPress installations with guest checkout enabled (unauthenticated exploitation possible)
  • WooCommerce stores utilizing the Customer Reviews plugin review forms

Discovery Timeline

  • 2026-01-07 - CVE CVE-2025-14891 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-14891

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists within the Customer Reviews for WooCommerce plugin's handling of the displayName parameter during review form submission. The vulnerability allows attackers to persist malicious JavaScript code within the WordPress database, which is subsequently rendered without proper sanitization when the affected pages are viewed.

The attack requires either authenticated access at the customer level or, alternatively, can be exploited by unauthenticated users when the WooCommerce store has guest checkout functionality enabled. In both scenarios, the attacker must obtain a valid form ID, which necessitates placing an order through the store to acquire this identifier.

The scope of the vulnerability is concerning as successful exploitation allows scripts to execute in the context of other users' browser sessions, including administrators, potentially leading to privilege escalation, data exfiltration, or further compromise of the WordPress installation.

Root Cause

The vulnerability originates from inadequate input validation and output encoding within the plugin's form processing logic. Specifically, the displayName parameter submitted through the AJAX action handler in class-cr-local-forms-ajax.php is not properly sanitized before storage, and the corresponding output in form-customer.php lacks appropriate escaping when rendering user-supplied content.

The relevant code paths can be examined in the WordPress Plugin AJAX Code and the WordPress Plugin Customer Form template files.

Attack Vector

The attack leverages the network-accessible review submission functionality. An attacker with network access to the WordPress site can submit a crafted review containing malicious JavaScript in the displayName field. The attack flow proceeds as follows:

  1. The attacker places an order through the WooCommerce store (or uses guest checkout if available) to obtain a valid form ID
  2. Using the acquired form ID, the attacker submits a review with XSS payload embedded in the displayName parameter
  3. The malicious script is stored in the database without proper sanitization
  4. When any user (including administrators) views the page containing the injected review, the malicious script executes in their browser context

The vulnerability can be exploited without requiring user interaction beyond viewing the affected page, and the injected scripts persist across page loads and user sessions.

Detection Methods for CVE-2025-14891

Indicators of Compromise

  • Review entries containing JavaScript code or HTML event handlers in the displayName field
  • Unusual patterns in WooCommerce review submissions, particularly those with <script> tags or on* event attributes
  • Browser console errors or unexpected script execution on review pages
  • Anomalous AJAX requests to the Customer Reviews plugin endpoints from external sources

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in POST parameters targeting WooCommerce review endpoints
  • Monitor database entries in review-related tables for suspicious content patterns including encoded JavaScript
  • Review server access logs for unusual POST requests to the plugin's AJAX handlers
  • Deploy Content Security Policy (CSP) headers to restrict script execution and generate violation reports

Monitoring Recommendations

  • Enable logging for all review submission activities within the Customer Reviews for WooCommerce plugin
  • Configure SIEM alerts for XSS attack patterns in web application logs
  • Regularly audit stored review content for potentially malicious payloads
  • Monitor for changes in plugin files that might indicate exploitation or tampering

How to Mitigate CVE-2025-14891

Immediate Actions Required

  • Update the Customer Reviews for WooCommerce plugin to a version newer than 5.93.1 immediately
  • Review existing reviews in the database for potentially malicious content in the displayName field
  • Consider temporarily disabling the review functionality if immediate patching is not possible
  • Implement Web Application Firewall rules to filter XSS payloads in review submissions

Patch Information

The vendor has addressed this vulnerability in WordPress Plugin Changeset #3424980. Users should update to the latest version of the Customer Reviews for WooCommerce plugin available through the WordPress plugin repository.

For detailed vulnerability analysis and remediation guidance, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Disable guest checkout functionality to require authentication for form ID acquisition, reducing the attack surface
  • Implement server-side input validation on the displayName parameter using WordPress sanitization functions
  • Deploy Content Security Policy headers to mitigate the impact of successful XSS exploitation
  • Restrict access to review submission functionality using IP allowlisting or CAPTCHA protection
bash
# Example: Add Content Security Policy header to wp-config.php or .htaccess
# Apache .htaccess configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

# Alternative: Add to WordPress functions.php
# add_action('send_headers', function() {
#     header("Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none';");
# });

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.19%

  • 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 AJAX Code

  • WordPress Plugin Customer Form

  • WordPress Plugin Changeset #3424980

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-3574: Experto Dashboard WooCommerce XSS Flaw

  • CVE-2026-2838: Whole Enquiry Cart for WooCommerce XSS Flaw

  • CVE-2025-30837: WooCommerce Fattureincloud XSS Vulnerability

  • CVE-2026-32526: WooCommerce Cart Recovery 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