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

CVE-2025-10731: ReviewX Plugin Information Disclosure

CVE-2025-10731 is an information disclosure vulnerability in the ReviewX plugin for WordPress that exposes authentication tokens, enabling unauthorized access to sensitive customer data. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2025-10731 Overview

CVE-2025-10731 is a Sensitive Information Exposure vulnerability affecting the ReviewX – WooCommerce Product Reviews with Multi-Criteria, Reminder Emails, Google Reviews, Schema & More plugin for WordPress. All versions up to and including 2.2.12 are impacted. The vulnerability exists in the allReminderSettings function, which allows unauthenticated attackers to obtain authentication tokens and subsequently bypass admin restrictions to access and export sensitive data including order details, customer names, emails, addresses, phone numbers, and user information.

Critical Impact

Unauthenticated attackers can extract authentication tokens to bypass administrative controls and exfiltrate sensitive customer PII including order details, names, emails, addresses, and phone numbers from WooCommerce stores.

Affected Products

  • ReviewX – WooCommerce Product Reviews plugin for WordPress versions up to and including 2.2.12
  • WordPress installations running vulnerable ReviewX plugin versions
  • WooCommerce stores utilizing ReviewX for product reviews

Discovery Timeline

  • 2026-03-23 - CVE CVE-2025-10731 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2025-10731

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization). The core issue lies in the allReminderSettings function within the ReviewX plugin, which fails to properly validate user authorization before returning sensitive configuration data. This improper authorization check allows unauthenticated users to access administrative functions that should be restricted.

The vulnerability enables a two-stage attack: first, attackers can retrieve authentication tokens through the exposed endpoint, and second, they can leverage these tokens to bypass the plugin's admin middleware restrictions. Once past the authorization controls, attackers gain access to data export functionality that exposes customer PII stored within WooCommerce orders.

The network-based attack vector requires no user interaction or authentication, making this vulnerability particularly dangerous for e-commerce sites handling customer data.

Root Cause

The root cause is improper authorization within the ReviewX plugin's REST API endpoints. The allReminderSettings function does not adequately verify that the requesting user has administrative privileges before returning sensitive configuration data, including authentication tokens. The AdminMiddleware.php component, which should enforce access controls, can be bypassed using the leaked tokens.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker would:

  1. Make an unauthenticated request to the vulnerable allReminderSettings endpoint
  2. Extract authentication tokens from the response
  3. Use the obtained tokens to bypass admin middleware restrictions
  4. Access data export functionality via the DataSyncController.php or EmailTemplateController.php endpoints
  5. Exfiltrate sensitive customer data including order details, names, emails, addresses, and phone numbers

The vulnerability is particularly concerning because it requires no prior authentication and affects the confidentiality of customer PII. Technical details of the vulnerable code paths can be found in the WordPress ReviewX Admin Middleware Code and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-10731

Indicators of Compromise

  • Unusual REST API requests to ReviewX plugin endpoints, particularly those accessing allReminderSettings or data export functions
  • Unauthenticated requests attempting to access administrative plugin functionality
  • Unexpected data export activities from the ReviewX plugin
  • Access logs showing repeated requests to /wp-json/reviewx/ endpoints from external IPs

Detection Strategies

  • Monitor web server access logs for unauthenticated requests to ReviewX REST API endpoints
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious requests targeting ReviewX endpoints
  • Review WordPress audit logs for unauthorized access attempts to plugin administrative functions
  • Set up alerts for data export operations that occur outside normal business hours or from unexpected sources

Monitoring Recommendations

  • Enable verbose logging for WordPress REST API requests
  • Configure intrusion detection systems to flag requests targeting ReviewX plugin endpoints
  • Implement real-time monitoring for customer data access patterns in WooCommerce
  • Review access patterns to the EmailTemplateController and DataSyncController endpoints regularly

How to Mitigate CVE-2025-10731

Immediate Actions Required

  • Update the ReviewX plugin to a version newer than 2.2.12 immediately
  • Audit access logs for any indicators of exploitation attempts
  • Review and rotate any authentication tokens or API keys associated with the ReviewX plugin
  • Consider temporarily disabling the ReviewX plugin if an update is not immediately available
  • Notify affected customers if evidence of data exfiltration is discovered

Patch Information

Organizations using the ReviewX plugin should update to a patched version that addresses this authorization bypass vulnerability. Check the official WordPress plugin repository for the latest version that remediates CVE-2025-10731. For additional details, refer to the Wordfence Vulnerability Report.

Workarounds

  • Restrict access to WordPress REST API endpoints at the web server level using IP allowlisting
  • Implement a Web Application Firewall (WAF) rule to block unauthenticated requests to ReviewX API endpoints
  • Disable the ReviewX plugin until the patch can be applied if sensitive customer data is at risk
  • Add additional authentication layers using WordPress security plugins
bash
# Apache configuration to restrict ReviewX API access
<LocationMatch "^/wp-json/reviewx/">
    Order deny,allow
    Deny from all
    Allow from 192.168.1.0/24
</LocationMatch>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • WordPress ReviewX Data Sync Code

  • WordPress ReviewX Email Template Code

  • WordPress ReviewX Admin Middleware Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2343: Ultimate Invoice Plugin Info Disclosure

  • CVE-2026-3546: e-shot Form Builder Information Disclosure

  • CVE-2026-2351: Task Manager WordPress Information Disclosure

  • CVE-2025-10734: ReviewX WordPress Plugin Data Exposure Flaw
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