A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-21746

CVE-2024-21746: WP Ultimate Review Auth Bypass Vulnerability

CVE-2024-21746 is an authentication bypass flaw in WP Ultimate Review that enables identity spoofing attacks. Versions through 2.3.6 are affected. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2024-21746 Overview

CVE-2024-21746 is an Authentication Bypass by Spoofing vulnerability [CWE-290] affecting the Roxnor WP Ultimate Review plugin for WordPress. The flaw exists in all versions up to and including 2.3.6 and allows attackers to spoof their identity to bypass the plugin's IP-based submission limits. Because the plugin trusts client-controlled headers when identifying reviewers, remote attackers can submit multiple reviews while masquerading as different users. The issue is exploitable over the network without authentication or user interaction.

Critical Impact

Unauthenticated attackers can spoof their identity to bypass the IP limit control in WP Ultimate Review, enabling review fraud and integrity loss on affected WordPress sites.

Affected Products

  • Roxnor / Wpmet WP Ultimate Review plugin for WordPress
  • All versions from n/a through 2.3.6
  • WordPress sites with the wp-ultimate-review plugin installed and active

Discovery Timeline

  • 2024-05-17 - CVE-2024-21746 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2024-21746

Vulnerability Analysis

The vulnerability is classified under CWE-290: Authentication Bypass by Spoofing. WP Ultimate Review enforces a per-IP submission limit to prevent users from posting more than one review per product or page. The plugin determines the submitter's IP from request data that can be influenced by the client, so the control can be bypassed by spoofing the source identifier. The result is a high-impact integrity issue — attackers can flood a site with fraudulent reviews while confidentiality and availability are not directly affected.

This class of bug is common in WordPress plugins that rely on headers such as X-Forwarded-For or Client-IP without validating that the request actually traversed a trusted proxy. According to the Patchstack Vulnerability Report, the IP limit can be bypassed in versions up to 2.2.5 and remained exploitable through 2.3.6.

Root Cause

The plugin identifies a reviewer using a client-controlled value rather than a server-derived identifier. When the review submission handler reads the IP address from a request header, an attacker can supply an arbitrary value on each request. The deduplication check then compares against spoofed identities and never triggers, allowing the same actor to submit unlimited reviews.

Attack Vector

An unauthenticated remote attacker sends crafted HTTP POST requests to the plugin's public review submission endpoint. On each request, the attacker rotates the spoofed client IP header value. The plugin records each submission as originating from a distinct user, bypassing the rate and uniqueness controls. No credentials, tokens, or user interaction are required.

No verified public exploit code is available for this CVE. Refer to the Patchstack WP Ultimate Review Vulnerability advisory for additional technical context.

Detection Methods for CVE-2024-21746

Indicators of Compromise

  • Multiple review submissions to wp-admin/admin-ajax.php or plugin-specific endpoints originating from the same TCP source but carrying different X-Forwarded-For or Client-IP header values.
  • Spikes in review counts on pages using the wp-ultimate-review shortcode without a corresponding increase in unique site visitors.
  • Review records in the WordPress database with sequential timestamps and varied stored IP values that do not match web server access logs.

Detection Strategies

  • Correlate plugin-stored reviewer IPs against the upstream web server or reverse proxy access log to identify mismatches that indicate header spoofing.
  • Hunt for HTTP requests to WP Ultimate Review endpoints where client-supplied IP headers vary rapidly from a single TCP peer.
  • Inventory WordPress sites for the wp-ultimate-review plugin at versions <= 2.3.6 using software composition or asset management tooling.

Monitoring Recommendations

  • Enable verbose logging on the WordPress reverse proxy or WAF to capture the original client IP alongside any forwarded headers.
  • Alert on bursts of POST requests to review submission endpoints exceeding normal baselines for the site.
  • Periodically review the WordPress wp_options and plugin tables for anomalous review volume or duplicate content patterns.

How to Mitigate CVE-2024-21746

Immediate Actions Required

  • Update the WP Ultimate Review plugin to a version later than 2.3.6 as soon as the vendor publishes a fixed release.
  • If no patched version is available, deactivate and remove the wp-ultimate-review plugin from production WordPress sites.
  • Restrict access to review submission endpoints behind a WAF rule that strips or validates client-supplied IP headers.

Patch Information

No vendor-published fixed version is referenced in the NVD record. The advisory states the issue affects WP Ultimate Review from n/a through <= 2.3.6. Site administrators should monitor the Patchstack Vulnerability Report and the WordPress plugin repository for an updated release and apply it through the WordPress admin dashboard or wp-cli.

Workarounds

  • Configure the upstream proxy or load balancer to overwrite incoming X-Forwarded-For and Client-IP headers with the verified peer address before passing requests to WordPress.
  • Deploy a WAF rule to block or normalize requests containing attacker-controlled IP headers destined for review submission URLs.
  • Add a CAPTCHA or authenticated-user requirement to review submission forms to reduce abuse until a vendor patch is available.
bash
# Example nginx configuration to overwrite client IP headers
# Drop any client-supplied X-Forwarded-For and set it from the real peer
location / {
    proxy_set_header X-Forwarded-For $remote_addr;
    proxy_set_header X-Real-IP       $remote_addr;
    proxy_pass http://wordpress_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWp Ultimate Review

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-290
  • Technical References
  • Patchstack Vulnerability Report

  • Patchstack WP Ultimate Review Vulnerability
  • Related CVEs
  • CVE-2026-39644: WP Ultimate Review Auth Bypass Flaw

  • CVE-2023-46085: Wpmet Wp Ultimate Review CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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