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
5DescriptionCVE.org
The Visa Acceptance Solutions plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 2.1.0. This is due to the express_pay_product_page_pay_for_order() function logging users in based solely on a user-supplied billing email address during guest checkout for subscription products, without verifying email ownership, requiring a password, or validating a one-time token. This makes it possible for unauthenticated attackers to log in as any existing user, including administrators, by providing the target user's email address in the billing_details parameter, resulting in complete account takeover and site compromise.
AnalysisAI
Authentication bypass in Visa Acceptance Solutions WordPress plugin (all versions through 2.1.0) allows unauthenticated remote attackers to gain complete account takeover by providing any user's email address during guest checkout. The vulnerability enables login as any existing user, including administrators, without password verification or email ownership validation. With a CVSS score of 9.8 (critical) and attack complexity of Low, this represents an immediate exploitation risk requiring no user interaction or privileges, though no public exploit or active exploitation (KEV) has been identified at time of analysis.
Technical ContextAI
The vulnerability resides in the express_pay_product_page_pay_for_order() function within the Visa Acceptance Solutions payment gateway plugin for WordPress (CPE: cpe:2.3:a:visaacceptancesolutions:visa_acceptance_solutions). The flaw is classified as CWE-288 (Authentication Bypass Using an Alternate Path or Channel), where the plugin implements a fundamentally insecure authentication mechanism during guest checkout for subscription products. Source code inspection (lines 777 and 790 in class-visa-acceptance-payment-gateway-expresspay-public.php) reveals the function accepts a user-supplied billing_details parameter containing an email address and directly logs in the corresponding WordPress user account without implementing any of the standard authentication controls: no password verification, no email ownership validation via confirmation tokens, and no one-time use nonces. This represents a complete failure of the authentication boundary, allowing arbitrary user impersonation through a simple API parameter manipulation during the checkout process.
RemediationAI
Site administrators should immediately disable the Visa Acceptance Solutions plugin until a patched version addressing this authentication bypass is released by the vendor. No vendor-released patch fixing CVE-2026-3461 has been identified at time of analysis, and the trunk version in the WordPress plugin repository still contains the vulnerable code at the documented locations. As an interim mitigation, administrators can disable guest checkout functionality for subscription products if business requirements permit, though this does not eliminate the vulnerability if the plugin remains active. Monitor the WordPress plugin repository and vendor communications for security updates. Once a patched version is released, update immediately and audit user accounts for suspicious authentication activity, particularly administrator account logins coinciding with checkout processes. Review access logs for unusual billing_details parameter usage patterns. For sites requiring payment processing continuity, consider temporarily migrating to an alternative payment gateway plugin with verified secure authentication practices. Consult the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/8d3aea10-d7a0-44bd-94dc-3bad0d27dbd8 for updates on patch availability and additional mitigation guidance.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22853