Description
The User Verification by PickPlugins WordPress plugin through 2.0.47 does not verify that a request to resend a verification email is authorized to act on the supplied user, nor bind the protecting token to that user, allowing unauthenticated attackers to reset arbitrary users' email-verification status and lock them, including administrators, out of their accounts.
Published: 2026-08-19
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The User Verification plugin for WordPress allows unauthenticated attackers to invoke a "resend verification email" endpoint without proper authorization checks or binding the action to the targeted account. This flaw permits an attacker to reset the email‑verification status of any user account, effectively locking them out of their accounts, including administrators. The vulnerability is a classic example of an insecure direct object reference (CWE‑639) and results in denial of access to legitimate users.

Affected Systems

The issue affects the WordPress plugin User Verification by PickPlugins, versions up to and including 2.0.47. Any installation of the plugin at or below that version is potentially vulnerable; no other vendors are listed.

Risk and Exploitability

The flaw receives a CVSS score of 7.5, indicating high severity. The EPSS score is less than 1%, suggesting a low exploitation probability at present, and it is not listed in the CISA KEV catalog. Attackers can exploit the vulnerability from any location that can reach the WordPress site, requiring no authentication or elevated privileges. The simple HTTP call to the resend endpoint, lacking proper authorization checks, allows the attacker to lock out users without additional conditions.

Generated by OpenCVE AI on August 20, 2026 at 15:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the User Verification plugin to the latest available version (any release newer than 2.0.47).
  • If an upgrade is not immediately possible, restrict the resend verification endpoint to authenticated users only, for example by enforcing the user’s session or role checks before processing the request.
  • If possible, temporarily deactivate the User Verification plugin until an updated version can be applied.

Generated by OpenCVE AI on August 20, 2026 at 15:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The User Verification by PickPlugins WordPress plugin through 2.0.47 does not verify that a request to resend a verification email is authorized to act on the supplied user, nor bind the protecting token to that user, allowing unauthenticated attackers to reset arbitrary users' email-verification status and lock them, including administrators, out of their accounts.
Title User Verification <= 2.0.47 - Unauthenticated Arbitrary Account Lockout via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-19T13:15:28.942Z

Reserved: 2026-07-06T12:35:54.647Z

Link: CVE-2026-14861

cve-icon Vulnrichment

Updated: 2026-08-19T13:15:24.587Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T06:17:34.067

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-14861

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:00:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key