LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34646: Booster for WooCommerce <= 5.4.3 Authentication Bypass

Versions up to, and including, 5.4.3, of the Booster for WooCommerce WordPress plugin 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, including any site administrators. This requires the Email Verification module to be active in the plugin and the Login User After Successful Verification setting to be enabled, which it is by default.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A vulnerable Booster for WooCommerce setup can let an unauthenticated attacker become another user, including an administrator. The issue only applies when the plugin’s Email Verification module is active and automatic login after verification is enabled, which the source says is the default.

Executive priority

Treat as urgent for any affected WooCommerce site because compromise can become full site administration without credentials. Prioritize patching and configuration review before lower-impact WordPress plugin issues.

Technical view

CVE-2021-34646 is an authentication bypass in Booster for WooCommerce through 5.4.3. A weak random token in reset_and_mail_activation_link affects process_email_verification, allowing arbitrary account email verification and automatic login when required settings are enabled. CVSS is 9.8 critical and mapped to CWE-290.

Likely exposure

Internet-facing WordPress/WooCommerce sites running Booster for WooCommerce 5.4.3 or earlier with the Email Verification module active are exposed, especially if the default automatic login after verification setting remains enabled.

Exploitation context

The bundle does not cite CISA KEV listing or confirmed active exploitation. The vulnerability is remotely reachable, requires no authentication or user interaction, and can lead to administrator impersonation when the vulnerable configuration is present.

Researcher notes

The vulnerable path is tied to email verification token handling in includes/class-wcj-emails-verification.php. Assessment should focus on installed version and the two configuration prerequisites. Evidence is sufficient for severity and exposure conditions, but active exploitation is not established in the provided sources.

Mitigation direction

  • Update Booster for WooCommerce to a release newer than 5.4.3 using vendor or WordPress guidance.
  • Disable the Email Verification module until the plugin is updated.
  • Disable automatic login after successful verification if the module must remain active.
  • Review administrator accounts and recent WordPress logins for unexpected access.
  • Check vendor guidance for any additional remediation or cleanup steps.

Validation and detection

  • Inventory WordPress sites for Booster for WooCommerce installations.
  • Confirm plugin version is greater than 5.4.3.
  • Check whether the Email Verification module is active.
  • Verify the automatic login after verification setting is disabled or no longer vulnerable.
  • Review authentication logs for suspicious administrator sessions around exposure windows.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-290: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-34646 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-34646Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Pluggabl LLCBooster for WooCommcerce5.4.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-290 · source CWE mapping

Authentication Bypass by Spoofing

Authentication Bypass by Spoofing represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.