๐Ÿ” CVE Alert

CVE-2026-2374

HIGH 7.2

Login No Captcha reCAPTCHA <= 1.8.0 - Unauthenticated Stored Cross-Site Scripting via PHP_SELF

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

The Login No Captcha reCAPTCHA plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `$_SERVER['PHP_SELF']` superglobal in all versions up to, and including, 1.8.0. This is due to the `authenticate()` function storing the unsanitized output of `basename($_SERVER['PHP_SELF'])` in the `login_nocaptcha_error` WordPress option when a login attempt is made from a non-standard login page (e.g., xmlrpc.php). The `admin_notices()` function then echoes this stored value directly into the admin dashboard HTML without escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator with a whitelisted IP address visits the WordPress dashboard within 30 seconds of the attack.

CWE CWE-79
Vendor robertpeake
Product login no captcha recaptcha
Published May 28, 2026
Last Updated May 28, 2026
Stay Ahead of the Next One

Get instant alerts for robertpeake login no captcha recaptcha

Be the first to know when new high vulnerabilities affecting robertpeake login no captcha recaptcha are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

robertpeake / Login No Captcha reCAPTCHA
0 โ‰ค 1.8.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/99dfce3b-2b47-41bf-8b20-b53fb9f061a7?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/login-recaptcha/tags/1.7.3/login-nocaptcha.php#L281 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/login-recaptcha/tags/1.7.3/login-nocaptcha.php#L377 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/login-recaptcha/trunk/login-nocaptcha.php#L281 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/login-recaptcha/trunk/login-nocaptcha.php#L377 wordpress.org: https://wordpress.org/plugins/login-recaptcha/ plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3549342%40login-recaptcha&new=3549342%40login-recaptcha&sfp_email=&sfph_mail=

Credits

ISMAILSHADOW