Skip to main content

WP Captcha PRO CVE-2026-5415

| EUVDEUVD-2026-34888 HIGH
Authentication Bypass Using an Alternate Path or Channel (CWE-288)
2026-06-05 Wordfence GHSA-f32q-xh2j-mm3g
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/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:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jun 05, 2026 - 19:20 vuln.today
CVE Published
Jun 05, 2026 - 18:31 nvd
HIGH 8.8

DescriptionCVE.org

The WP Captcha PRO (the premium version of the Advanced Google reCAPTCHA plugin, both have the same slug) plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.38. This is due to the ajax_run_tool() AJAX handler relying solely on a nonce check (check_ajax_referer) for security without performing any capability check, combined with the create_temporary_link tool allowing the generation of passwordless login links for arbitrary users, and the handle_temporary_links() function authenticating visitors via these links without any additional authorization validation. The required nonce is exposed to all authenticated backend users (including Subscribers) via wp_localize_script() on all non-settings admin pages when the plugin's welcome pointer has not been dismissed. This makes it possible for authenticated attackers, with Subscriber-level access and above, to bypass normal authentication and log in as any user, including Administrators, resulting in complete account takeover.

AnalysisAI

Authentication bypass in WP Captcha PRO (and the free Advanced Google reCAPTCHA plugin sharing the same slug) for WordPress versions through 5.38 allows authenticated Subscriber-level users to log in as any account, including Administrator. The flaw chains a missing capability check in the ajax_run_tool() AJAX handler with the create_temporary_link tool that issues passwordless login links for arbitrary users, enabling full account takeover. No public exploit identified at time of analysis and the vulnerability is not listed in CISA KEV.

Technical ContextAI

The plugin is a WordPress security/CAPTCHA add-on developed by WebFactory (CPE cpe:2.3:a:webfactory:advanced_google_recaptcha), where the premium WP Captcha PRO and the free Advanced Google reCAPTCHA share the same plugin slug and codebase. The root cause is CWE-288 (Authentication Bypass Using an Alternate Path or Channel): the ajax_run_tool() AJAX endpoint enforces only a nonce check via check_ajax_referer() without calling current_user_can() or any role/capability gate. Because WordPress nonces are intended as CSRF tokens - not authorization controls - and the relevant nonce is broadcast to every logged-in user via wp_localize_script() on non-settings admin pages whenever the plugin's welcome pointer has not been dismissed, any authenticated session can invoke privileged tools. One such tool, create_temporary_link, generates passwordless magic-login URLs for arbitrary user IDs, which handle_temporary_links() then accepts and authenticates without further authorization validation.

RemediationAI

Upgrade to a version greater than 5.38 once published by WebFactory; the input data does not name a specific fixed release, so consult the vendor advisory at https://getwpcaptcha.com and the Wordfence entry at https://www.wordfence.com/threat-intel/vulnerabilities/id/8731565f-4d8a-49e6-9c38-6d4f5e51d68c?source=cve for the exact patched version (patch available per vendor advisory; released patched version not independently confirmed from input). Until the patched build is deployed, deactivate the plugin entirely (most reliable mitigation, at the cost of losing CAPTCHA protection on login/comment/registration forms - pair with another CAPTCHA plugin or temporarily disable open registration to compensate), or as a partial workaround disable open user registration in Settings > General (removes the Subscriber-self-enrollment path but does not protect sites with existing low-privilege accounts), and restrict /wp-admin and admin-ajax.php access by IP at the web server or WAF layer where feasible. A virtual patch blocking POST requests to admin-ajax.php with action=run_tool (or the plugin's specific action name) for non-administrator sessions can also be deployed via Wordfence, ModSecurity, or equivalent WAF rules.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-5415 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy