CVE-2026-5415

HIGH

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

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-5415. PoCs published by izxci.

AI-analyzed exploit summary This repository contains a functional Python exploit for CVE-2026-5415, an authentication bypass vulnerability in WP Captcha PRO. The exploit chains subscriber-level authentication with nonce extraction and AJAX manipulation to generate temporary admin login links.

Description

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.

Exploits (1)

github WORKING POC
by izxci · pythonpoc
https://github.com/izxci/CVE-2026-5415

This repository contains a functional Python exploit for CVE-2026-5415, an authentication bypass vulnerability in WP Captcha PRO. The exploit chains subscriber-level authentication with nonce extraction and AJAX manipulation to generate temporary admin login links.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: WP Captcha PRO (version not specified)
Auth required
Prerequisites: Subscriber-level WordPress credentials · WP Captcha PRO plugin installed · Access to WordPress admin pages
mistral-large-3 · analyzed Jun 17, 2026 Full analysis →

Scores

CVSS v3 8.8
EPSS 0.0054
EPSS Percentile 42.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-288
Status published
Products (1)
webfactory/Advanced Google reCAPTCHA < 5.38
Published Jun 05, 2026
Tracked Since Jun 06, 2026