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-2026-25344

CVE-2026-25344: Review Schema Information Disclosure Flaw

CVE-2026-25344 is an information disclosure vulnerability in RadiusTheme's Review Schema plugin that exposes sensitive system data to unauthorized users. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-25344 Overview

CVE-2026-25344 is a Sensitive Data Exposure vulnerability affecting the RadiusTheme Review Schema WordPress plugin through version 2.2.6. This vulnerability allows authenticated attackers to retrieve embedded sensitive system information from an unauthorized control sphere, potentially exposing critical configuration data and system details that should remain protected.

Critical Impact

Authenticated attackers can extract sensitive system information from WordPress installations using the Review Schema plugin, potentially leading to further exploitation or reconnaissance activities.

Affected Products

  • RadiusTheme Review Schema plugin version 2.2.6 and earlier
  • WordPress installations with Review Schema plugin installed
  • Sites using Review Schema for structured data and schema markup

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-25344 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-25344

Vulnerability Analysis

This vulnerability falls under CWE-497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere). The Review Schema plugin exposes sensitive system information to users who should not have access to such data. While the vulnerability requires authenticated access, low-privileged users such as subscribers can potentially retrieve sensitive configuration details and embedded system data that could facilitate further attacks against the WordPress installation.

The attack can be executed over the network with low complexity. While confidentiality impact is high due to the sensitive nature of exposed data, there is no direct impact on integrity or availability. The scope remains unchanged, meaning the exploitation is contained within the vulnerable component.

Root Cause

The root cause of this vulnerability stems from insufficient access control validation within the Review Schema plugin. The plugin fails to properly restrict access to sensitive system information, allowing authenticated users with minimal privileges to retrieve data that should only be accessible to administrators. This represents a fundamental flaw in the plugin's authorization logic, where user privilege levels are not properly verified before returning sensitive information.

Attack Vector

The attack vector for CVE-2026-25344 is network-based and requires low-privileged authentication. An attacker with any level of authenticated access to the WordPress site can exploit this vulnerability by making specific requests to the plugin's endpoints that improperly expose system information.

The exploitation mechanism involves accessing plugin functionality that retrieves and returns embedded sensitive data without proper authorization checks. Attackers can leverage this to gather system configuration details, potentially including database information, file paths, server configuration, or other sensitive WordPress installation data.

For detailed technical information about the exploitation method, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2026-25344

Indicators of Compromise

  • Unusual access patterns to Review Schema plugin endpoints from low-privileged user accounts
  • Authentication events followed by suspicious API requests targeting plugin functionality
  • Log entries showing repeated queries to plugin-specific endpoints that return configuration data
  • Evidence of reconnaissance activity from authenticated but non-administrative users

Detection Strategies

  • Monitor WordPress access logs for unusual requests to /wp-json/ endpoints related to the Review Schema plugin
  • Implement user behavior analytics to detect subscribers or contributors accessing administrative functions
  • Review authentication logs for patterns of low-privileged users making unusual API calls
  • Deploy web application firewall (WAF) rules to flag suspicious plugin endpoint access

Monitoring Recommendations

  • Enable detailed WordPress logging for plugin-related API endpoints
  • Configure alerting for any access to sensitive configuration endpoints from non-admin accounts
  • Regularly audit user accounts and their access patterns within the WordPress environment
  • Implement session monitoring to track authenticated user activities across plugin interactions

How to Mitigate CVE-2026-25344

Immediate Actions Required

  • Update the RadiusTheme Review Schema plugin to a patched version if available
  • Review and restrict user roles on WordPress installations using this plugin
  • Audit access logs for any indication of prior exploitation
  • Consider temporarily disabling the Review Schema plugin until a patch is applied

Patch Information

Check the Patchstack Vulnerability Report for the latest patch availability and update instructions. Organizations should update to a version higher than 2.2.6 once a security fix is released by RadiusTheme.

Workarounds

  • Restrict WordPress user registrations and remove unnecessary low-privileged accounts
  • Implement additional access controls using security plugins to limit plugin endpoint access
  • Use a Web Application Firewall (WAF) to filter suspicious requests targeting the plugin
  • Consider disabling the plugin temporarily if it is not critical to site functionality
bash
# WordPress CLI - Disable the Review Schema plugin temporarily
wp plugin deactivate review-schema

# List all users with subscriber role for audit
wp user list --role=subscriber --fields=ID,user_login,user_email

# Check current plugin version
wp plugin get review-schema --field=version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRadius Theme

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-497
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-32372: ShopBuilder Information Disclosure Flaw

  • CVE-2026-25026: TLP Team Auth Bypass Vulnerability

  • CVE-2026-32396: TLP Team Authorization Bypass 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