Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
The MoreConvert Pro plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.9.14. This is due to the guest waitlist verification flow not invalidating or regenerating verification tokens when the customer email address is changed. This makes it possible for unauthenticated attackers to authenticate as existing users, including administrators, by obtaining a valid guest verification token for an attacker-controlled email, changing the same guest customer email to the target account email through the public waitlist flow, and then using the original verification link.
AnalysisAI
Authentication bypass in MoreConvert Pro for WordPress allows remote unauthenticated attackers to hijack any user account, including administrators, by exploiting token reuse in the guest waitlist verification flow. Attackers obtain a verification token for their own email, change the guest customer email to the target victim's email via the public waitlist API, then use the original token to authenticate as the victim. This critical vulnerability (CVSS 9.8) affects all versions through 1.9.14, with network-accessible, low-complexity exploitation requiring no privileges or user interaction. EPSS data not available; no confirmed active exploitation or public POC identified at time of analysis.
Technical ContextAI
MoreConvert Pro is a WordPress e-commerce plugin providing waitlist and wishlist functionality. The vulnerability resides in CWE-287 (Improper Authentication) where the guest waitlist verification mechanism fails to implement proper token lifecycle management. When a guest user requests waitlist access, the system generates a verification token tied to the requester's email. The flaw occurs because the token remains valid even after the associated email address is changed through the public waitlist API endpoint. This violates the security principle that authentication tokens must be invalidated when the identity they authenticate changes. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms this is a remotely exploitable authentication bypass requiring no special conditions, allowing complete account takeover with full confidentiality, integrity, and availability impact.
RemediationAI
Immediately upgrade MoreConvert Pro to version 1.9.15 or later if available, per the vendor changelog at https://moreconvert.com/changelog/. WordPress administrators should check the plugin repository at https://wordpress.org/plugins/smart-wishlist-for-more-convert/ for the latest patched version and apply updates through the WordPress admin dashboard under Plugins → Updates. If no patch is available or immediate upgrade is not feasible, implement these compensating controls with understanding of their limitations: temporarily deactivate the MoreConvert Pro plugin entirely until patched (disrupts waitlist functionality for customers), restrict access to WordPress admin panels through IP allowlisting at web server or firewall level (mitigates admin account hijacking but does not prevent lower-privilege account compromise), implement web application firewall rules to block suspicious patterns in guest waitlist API requests such as rapid email changes for the same session (may generate false positives and requires deep packet inspection capability). Monitor WordPress user login activity for unexpected administrator access and enable two-factor authentication for all administrative accounts to add defense-in-depth, though this does not prevent the initial authentication bypass. Note that WAF rules and access restrictions only reduce attack surface and do not fix the underlying token validation flaw.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27167