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
    • 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-2021-34646

CVE-2021-34646: Booster For WooCommerce Auth Bypass Flaw

CVE-2021-34646 is an authentication bypass vulnerability in Booster for WooCommerce that allows attackers to impersonate users, including administrators. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-34646 Overview

CVE-2021-34646 is a critical authentication bypass vulnerability affecting the Booster for WooCommerce WordPress plugin. Versions up to and including 5.4.3 are vulnerable to authentication bypass via the process_email_verification function due to a random token generation weakness in the reset_and_mail_activation_link function found in the ~/includes/class-wcj-emails-verification.php file. This allows attackers to impersonate users and trigger an email address verification for arbitrary accounts, including administrative accounts, and automatically be logged in as that user.

Critical Impact

Unauthenticated attackers can bypass authentication and gain administrative access to WordPress sites running vulnerable versions of Booster for WooCommerce, leading to complete site compromise.

Affected Products

  • Booster for WooCommerce versions up to and including 5.4.3
  • WordPress installations with the Email Verification module active
  • Sites with Login User After Successful Verification setting enabled (default configuration)

Discovery Timeline

  • 2021-08-30 - CVE-2021-34646 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-34646

Vulnerability Analysis

This authentication bypass vulnerability stems from a weak random token generation mechanism in the email verification process. The reset_and_mail_activation_link function generates predictable verification tokens that attackers can compute or guess, allowing them to forge valid email verification requests for any user account on the affected WordPress site.

The vulnerability is particularly dangerous because the plugin's default configuration enables automatic login upon successful email verification. When combined with the weak token generation, this creates a direct path for attackers to authenticate as any user, including site administrators, without requiring credentials.

For the vulnerability to be exploitable, two conditions must be met: the Email Verification module must be active in the plugin, and the Login User After Successful Verification setting must be enabled. However, since this setting is enabled by default, most installations running vulnerable versions are at risk.

Root Cause

The root cause of this vulnerability lies in CWE-330 (Use of Insufficiently Random Values) and CWE-290 (Authentication Bypass by Spoofing). The reset_and_mail_activation_link function in class-wcj-emails-verification.php generates verification tokens using an insufficiently random algorithm, making the tokens predictable. This weakness allows attackers to compute valid tokens for target accounts without needing access to the legitimate verification emails.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can target any user account on a vulnerable WordPress site by:

  1. Identifying a target user account (e.g., an administrator)
  2. Computing or predicting the weak verification token generated for that account
  3. Crafting a malicious verification request using the predicted token
  4. Triggering the process_email_verification function with the forged token
  5. Being automatically logged in as the target user due to the default auto-login setting

The vulnerability can be exploited remotely with complete confidentiality, integrity, and availability impact on the affected system.

Detection Methods for CVE-2021-34646

Indicators of Compromise

  • Unexpected email verification requests in WordPress logs
  • Suspicious administrator login events without corresponding credential authentication
  • Multiple verification attempts for high-privilege accounts from external IP addresses
  • Unusual activity patterns in WooCommerce administrative functions

Detection Strategies

  • Monitor WordPress authentication logs for verification-based logins to administrative accounts
  • Implement alerting for email verification events that originate from unexpected IP addresses
  • Review access logs for requests to the email verification endpoint with unusual patterns
  • Enable detailed logging on the Booster for WooCommerce plugin to capture verification events

Monitoring Recommendations

  • Deploy web application firewalls (WAF) with rules to detect exploitation attempts against the email verification endpoint
  • Implement real-time monitoring of WordPress user authentication events
  • Set up alerts for new administrator sessions that bypass normal login procedures
  • Regularly audit user accounts for unauthorized access or privilege changes

How to Mitigate CVE-2021-34646

Immediate Actions Required

  • Update Booster for WooCommerce to a version newer than 5.4.3 immediately
  • Temporarily disable the Email Verification module if an immediate update is not possible
  • Disable the "Login User After Successful Verification" setting as a temporary mitigation
  • Review administrator accounts for any signs of unauthorized access
  • Audit recent WordPress login events for suspicious verification-based authentications

Patch Information

The vendor has released a security patch addressing this vulnerability. The fix is available in the WordPress WooCommerce Changeset. For detailed technical analysis of the vulnerability and patch, refer to the Wordfence Blog Vulnerability Analysis.

Workarounds

  • Disable the Email Verification module in Booster for WooCommerce plugin settings
  • Set "Login User After Successful Verification" to disabled in the plugin configuration
  • Implement additional authentication factors for administrator accounts
  • Use a WordPress security plugin to add an extra layer of protection to the login process
  • Consider temporarily deactivating the plugin until an update can be applied
bash
# Configuration example
# To disable auto-login after verification via wp-config.php
# Add this before "That's all, stop editing!"
define('WCJ_EMAIL_VERIFICATION_SKIP_AUTO_LOGIN', true);

# Alternatively, disable the module via WP-CLI
wp option update wcj_emails_verification_enabled "no"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBooster

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability24.77%

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

  • CWE-330
  • Technical References
  • Wordfence Blog Vulnerability Analysis
  • Vendor Resources
  • WordPress WooCommerce Changeset
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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