LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2781: User Email Verification for WooCommerce <= 3.5.0 - Authentication Bypass

The User Email Verification for WooCommerce plugin for WordPress is vulnerable to authentication bypass via authenticate_user_by_email in versions up to, and including, 3.5.0. This is due to a random token generation weakness in the resend_verification_email function. This allows unauthenticated 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 Allow Automatic Login After Successful Verification setting to be enabled, which it is not by default.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress WooCommerce email-verification plugin can let an unauthenticated attacker become another user, including an administrator, when a non-default automatic-login setting is enabled. The business impact is potential full site takeover, customer data exposure, and fraudulent store changes on affected sites.

Executive priority

Treat this as high priority for any WooCommerce site using the plugin. The exposure condition is specific, but the worst-case impact is administrator account compromise and direct control of the store.

Technical view

CVE-2023-2781 affects User Email Verification for WooCommerce through version 3.5.0. Sources describe an authentication bypass involving authenticate_user_by_email and weak random token generation in resend_verification_email. Exploitation requires Allow Automatic Login After Successful Verification to be enabled, which sources say is not default.

Likely exposure

Exposure is limited to WordPress/WooCommerce sites running this plugin at version 3.5.0 or earlier, especially where automatic login after successful verification is enabled. Sites without the plugin, or without that setting enabled, have materially lower exposure based on the provided description.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The issue is still serious because it is unauthenticated, network reachable on public WordPress sites, and can result in administrator impersonation when the required setting is enabled.

Researcher notes

The provided evidence identifies affected versions, root cause, privilege impact, CVSS 8.1, and the required non-default setting. It does not provide a specific patched version, proof of exploitation, or KEV status supporting active exploitation.

Mitigation direction

  • Inventory WordPress sites for User Email Verification for WooCommerce version 3.5.0 or earlier.
  • Disable Allow Automatic Login After Successful Verification where present.
  • Check vendor, WordPress plugin, or Wordfence guidance for a named fixed version.
  • Deactivate the plugin if a safe upgrade path cannot be confirmed.
  • Review administrator accounts and recent unexpected account verification activity.

Validation and detection

  • Confirm whether the plugin is installed and record its exact version.
  • Check whether Allow Automatic Login After Successful Verification is enabled.
  • Review authentication and account-verification logs for unexpected administrator sessions.
  • Verify no new or modified administrator accounts were created unexpectedly.
  • Confirm remediation against current vendor or plugin repository guidance.
Prepared
Confidence
high
Sources
6

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-288: 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-2023-2781 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
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2023-2781Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/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
sandeepsoni214User Email Verification for WooCommerce0unaffected
Weakness

CWE details

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

CWE-288 · source CWE mapping

Authentication Bypass Using an Alternate Path or Channel

Authentication Bypass Using an Alternate Path or Channel represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.