CVE-2026-5415
HighCVSS 8.8Summary
Wtyczka WP Captcha PRO dla WordPressa jest podatna na obejście uwierzytelniania we wszystkich wersjach do 5.38 włącznie. Problem wynika z tego, że obsługa AJAX ajax_run_tool() polega wyłącznie na weryfikacji nonce, bez sprawdzania uprawnień, co umożliwia generowanie linków do logowania bez hasła dla dowolnych użytkowników.
Risk Assessment
Atakujący z poziomem dostępu Subskrybenta lub wyższym może obejść normalne uwierzytelnianie i zalogować się jako dowolny użytkownik, w tym Administratorzy, co prowadzi do całkowitego przejęcia konta.
Recommendation
Zaleca się aktualizację wtyczki do najnowszej wersji, aby usunąć tę podatność oraz przegląd uprawnień użytkowników w celu ograniczenia dostępu do wrażliwych funkcji.
Original NVD description (English source)
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.

