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

CVE-2024-8292: WP-Recall Privilege Escalation Vulnerability

CVE-2024-8292 is a privilege escalation flaw in WP-Recall plugin for WordPress that allows unauthenticated attackers to take over user accounts. This article covers the technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-8292 Overview

CVE-2024-8292 is a critical privilege escalation and account takeover vulnerability affecting the WP-Recall – Registration, Profile, Commerce & More plugin for WordPress. The vulnerability exists in all versions up to and including 16.26.8, where the plugin fails to properly verify a user's identity during new order creation. This authentication bypass flaw allows unauthenticated attackers to supply arbitrary email addresses through the user_email field and subsequently update the password for that user during the order creation process.

Critical Impact

Unauthenticated attackers can take over any WordPress user account, including administrator accounts, by exploiting the flawed order creation functionality when the commerce addon is enabled.

Affected Products

  • plechevandrey wp-recall versions up to and including 16.26.8
  • WordPress sites with the WP-Recall commerce addon enabled
  • All WordPress installations running vulnerable versions of the WP-Recall plugin

Discovery Timeline

  • 2024-09-06 - CVE CVE-2024-8292 published to NVD
  • 2024-09-12 - Last updated in NVD database

Technical Details for CVE-2024-8292

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), representing a fundamental flaw in the plugin's authentication and authorization mechanisms. The WP-Recall plugin's commerce addon contains a critical weakness in its order creation workflow where user identity verification is absent.

When processing new orders, the plugin accepts a user_email parameter from user input without validating that the submitting user has authorization to act on behalf of that email address. This allows an attacker to specify any registered user's email address and subsequently modify that account's password through the order creation process.

The vulnerability requires the commerce addon to be enabled, which is a common configuration for sites using WP-Recall for e-commerce functionality. Once exploited, attackers gain complete control over targeted user accounts, including administrator accounts, enabling full site compromise.

Root Cause

The root cause of CVE-2024-8292 lies in the class-rcl-create-order.php file within the commerce addon. The order creation class fails to implement proper authorization checks to verify that the user submitting the order request is the legitimate owner of the email address provided. This Insecure Direct Object Reference (IDOR) pattern allows attackers to reference and modify accounts belonging to other users by simply supplying their email addresses.

The vulnerable code path spans multiple files including the order creation class, frontend functions, and core plugin functions, indicating a systemic lack of identity verification throughout the order processing workflow.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target WordPress site running WP-Recall with the commerce addon enabled
  2. Initiating a new order creation request
  3. Supplying a victim's email address in the user_email field
  4. Manipulating the password update functionality during order processing
  5. Using the newly set password to log in as the victim user

The vulnerability is particularly dangerous because it can target administrator accounts, providing attackers with complete control over the WordPress installation.

Detection Methods for CVE-2024-8292

Indicators of Compromise

  • Unexpected password reset notifications received by users without their initiation
  • New orders created with unusual patterns or from unexpected IP addresses
  • Unauthorized administrative actions following order creation events
  • Login activity from unfamiliar IP addresses or locations for existing user accounts

Detection Strategies

  • Monitor order creation endpoints for requests containing email addresses that don't match the authenticated session
  • Implement logging for all password change events and correlate with order creation timestamps
  • Review web server logs for unusual POST requests to the commerce addon endpoints
  • Configure WordPress security plugins to alert on multiple failed login attempts followed by successful authentication

Monitoring Recommendations

  • Enable detailed logging for the WP-Recall plugin, particularly the commerce addon functionality
  • Set up alerts for account modifications that occur in conjunction with order processing
  • Monitor for bulk order creation attempts that may indicate automated exploitation
  • Implement real-time monitoring of user account changes, especially for accounts with elevated privileges

How to Mitigate CVE-2024-8292

Immediate Actions Required

  • Update the WP-Recall plugin to a version newer than 16.26.8 immediately
  • If unable to update immediately, disable the commerce addon until the patch can be applied
  • Audit all user accounts for unauthorized password changes or suspicious activity
  • Force password resets for all users, prioritizing administrator accounts

Patch Information

The vendor has released a patch addressing this vulnerability. The security fix is available in the WordPress WP-Recall Change Set, which implements proper user identity verification during the order creation process. Site administrators should update to the patched version through the WordPress plugin update mechanism or by manually applying the changeset.

Additional technical analysis is available from Wordfence Vulnerability Analysis.

Workarounds

  • Disable the WP-Recall commerce addon if e-commerce functionality is not essential to site operations
  • Implement additional authentication layers such as two-factor authentication (2FA) for all user accounts
  • Use a Web Application Firewall (WAF) to filter malicious requests targeting the order creation endpoints
  • Restrict access to order creation functionality to authenticated users only through server-level configurations
bash
# Temporary workaround: Disable commerce addon via wp-config.php
# Add the following line to disable the commerce functionality
define('RCL_COMMERCE_DISABLED', true);

# Alternatively, rename the commerce addon directory to disable it
mv wp-content/plugins/wp-recall/add-on/commerce wp-content/plugins/wp-recall/add-on/commerce.disabled

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPlechevandrey Wp Recall

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • WordPress WP-Recall Code Snippet

  • WordPress WP-Recall Frontend Function

  • WordPress WP-Recall Functionality Code

  • Wordfence Vulnerability Analysis
  • Vendor Resources
  • WordPress WP-Recall Change Set
  • Related CVEs
  • CVE-2025-1323: WP-Recall Plugin SQLi 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