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-10734

CVE-2025-10734: ReviewX WordPress Plugin Data Exposure Flaw

CVE-2025-10734 is an information disclosure vulnerability in the ReviewX WooCommerce plugin for WordPress that exposes sensitive user data to unauthenticated attackers. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2025-10734 Overview

CVE-2025-10734 is a Sensitive Information Exposure vulnerability affecting the ReviewX – WooCommerce Product Reviews plugin for WordPress. The vulnerability exists in all versions up to and including 2.2.12 and allows unauthenticated attackers to extract sensitive user data through the syncedData function. This flaw enables malicious actors to harvest personally identifiable information (PII) including user names, email addresses, phone numbers, and physical addresses without requiring any authentication.

Critical Impact

Unauthenticated attackers can remotely extract sensitive customer PII from WordPress/WooCommerce sites, potentially leading to identity theft, phishing campaigns, and privacy violations affecting site users.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-10734

Vulnerability Analysis

This vulnerability is classified under CWE-922 (Insecure Storage of Sensitive Information). The flaw resides in the DataSyncController.php file within the ReviewX plugin's REST API implementation. The syncedData function fails to implement proper authentication checks before returning sensitive user information, allowing any remote attacker to access customer data without credentials.

The vulnerability is network-accessible and requires no user interaction or special privileges to exploit. An attacker can craft HTTP requests to the vulnerable endpoint and receive responses containing sensitive customer information that should only be accessible to authenticated administrators.

Root Cause

The root cause stems from inadequate access control implementation in the REST API controller. The syncedData function in DataSyncController.php does not verify whether the requesting user has appropriate permissions before processing data sync requests. This missing authorization check allows unauthenticated users to invoke functionality intended only for authorized administrators, resulting in unauthorized exposure of stored customer information.

Attack Vector

The attack vector is network-based, requiring only HTTP access to a vulnerable WordPress installation. An attacker can exploit this vulnerability by sending crafted requests to the plugin's REST API endpoint handling the syncedData function. Since no authentication is required, the attacker can be completely anonymous and needs no prior access to the target system.

The vulnerable endpoint can be discovered through standard WordPress REST API enumeration techniques. Once identified, the attacker simply needs to invoke the function to retrieve sensitive user data. The information disclosure includes customer names, email addresses, phone numbers, and physical addresses—data that could be leveraged for subsequent phishing attacks, identity theft, or sold on underground markets.

For technical details on the vulnerable code path, refer to the WordPress Plugin Source Code and the Wordfence Threat Intelligence Report.

Detection Methods for CVE-2025-10734

Indicators of Compromise

  • Unusual REST API requests targeting ReviewX plugin endpoints, particularly the data sync functionality
  • Multiple requests to /wp-json/ endpoints associated with ReviewX from unknown or suspicious IP addresses
  • Unexpected spikes in API traffic patterns targeting WordPress REST endpoints
  • Log entries showing unauthenticated access attempts to ReviewX data synchronization functions

Detection Strategies

  • Monitor WordPress access logs for requests to ReviewX REST API endpoints without valid authentication tokens
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious patterns targeting the syncedData endpoint
  • Review server logs for high-frequency requests to plugin-specific API routes from single IP addresses
  • Deploy SentinelOne Singularity XDR to detect anomalous web application behavior and unauthorized data access patterns

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API calls and regularly audit access patterns
  • Set up alerts for unauthenticated requests to sensitive plugin endpoints
  • Implement rate limiting on REST API endpoints to mitigate automated data harvesting attempts
  • Use SentinelOne's application control features to monitor web application behavior and detect exploitation attempts

How to Mitigate CVE-2025-10734

Immediate Actions Required

  • Update the ReviewX plugin to a version newer than 2.2.12 immediately if a patched version is available
  • Temporarily disable the ReviewX plugin if an update is not yet available
  • Review access logs for signs of prior exploitation and potential data breach
  • Notify affected customers if evidence suggests their data may have been compromised

Patch Information

Organizations should update the ReviewX – WooCommerce Product Reviews plugin to the latest available version that addresses this vulnerability. Check the WordPress plugin repository for security updates and consult the Wordfence Threat Intelligence Report for the latest patching guidance.

Workarounds

  • Disable the ReviewX plugin entirely until a security patch is applied
  • Implement WAF rules to block unauthenticated access to ReviewX REST API endpoints
  • Restrict access to WordPress REST API endpoints at the web server level using IP allowlisting for trusted sources only
  • Consider implementing additional authentication layers at the reverse proxy or load balancer level
bash
# Example: Block access to ReviewX REST endpoints via .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^.*wp-json/reviewx/.* [NC]
RewriteCond %{HTTP:Authorization} ^$
RewriteRule ^(.*)$ - [F,L]
</IfModule>

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.03%

  • 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-922
  • Technical References
  • WordPress Plugin Source Code

  • Wordfence Threat Intelligence 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-10731: ReviewX Plugin Information Disclosure
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