Vulnerability Description
The Login with OTP plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 1.6. This is due to an incomplete fix for CVE-2024-11178: the rate-limit/lockout check added to `otpl_login_action()` was placed only inside the OTP-generation branch and is never evaluated on the OTP-validation branch, and the generated 6-digit OTP additionally has no expiration. This makes it possible for unauthenticated attackers to brute-force the 900,000-value OTP space for any user account (including administrators) and obtain a valid `wp_set_auth_cookie()` session, leading to full site compromise.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://nvd.nist.gov/vuln/detail/CVE-2024-11178
- https://plugins.trac.wordpress.org/browser/otp-login/tags/1.6/lib/otpl-class.php
- https://plugins.trac.wordpress.org/browser/otp-login/tags/1.6/lib/otpl-class.php
- https://plugins.trac.wordpress.org/browser/otp-login/tags/1.6/lib/otpl-class.php
- https://plugins.trac.wordpress.org/browser/otp-login/tags/1.6/lib/otpl-class.php
- https://plugins.trac.wordpress.org/browser/otp-login/trunk/lib/otpl-class.php#L3
- https://plugins.trac.wordpress.org/browser/otp-login/trunk/lib/otpl-class.php#L4
- https://plugins.trac.wordpress.org/browser/otp-login/trunk/lib/otpl-class.php#L4
- https://plugins.trac.wordpress.org/browser/otp-login/trunk/lib/otpl-class.php#L4
- https://www.wordfence.com/threat-intel/vulnerabilities/id/ad22cb24-e6a0-456f-afe
FAQ
What is CVE-2026-8760?
CVE-2026-8760 is a vulnerability with a CVSS score of 9.8 (CRITICAL). The Login with OTP plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 1.6. This is due to an incomplete fix for CVE-2024-11178: the rate-limit/lockout ch...
How severe is CVE-2026-8760?
CVE-2026-8760 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-8760?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.