CVE-2026-5415 HIGH

CVE-2026-5415: WP Captcha PRO <= 5.38 - Authenticated (Subscriber+) Authentication Bypass via Temporary Login Link

Vendor Webfactory
Product Advanced Google reCAPTCHA
Weakness CWE-288
Published June 5, 2026
Last update June 6, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Advanced Google reCAPTCHA versions up to 5.38 contain an authentication bypass or privilege escalation flaw. An attacker with low-level site access can read sensitive data, modify content, or disrupt service without additional user interaction. The vulnerability affects the core authentication or access control logic of the plugin.

What an attacker can do

03Attacker Capabilities

Read sensitive data, modify site content, or disrupt service availability with a low-privilege account.

Potential impact on your site

04Site Impact

Compromised user accounts or site data; attackers can escalate privileges and modify or delete content.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege account or login on the site; no user interaction required.

Key dates

06Disclosure timeline

June 5, 2026 CVE published
June 6, 2026 Record updated