CVE-2026-3655
CriticalCVSS 9.8Exploitation Probability (EPSS)
Low risk39th percentile - higher than 39% of all known CVEs
Summary
The OTP Login With Phone Number, OTP Verification plugin for WordPress versions 1.8.50 through 1.8.60 contains an authentication bypass vulnerability. The Firebase verification flow in the `lwp_ajax_register` AJAX handler does not bind the Firebase session to the phone number supplied in the request, allowing attackers to authenticate as any user with a stored phone number, including administrators.
Risk Assessment
The risk to the organization is critical as an unauthenticated attacker can take over user accounts, including administrators, leading to full compromise of the WordPress site.
Recommendation
Immediately update the OTP Login With Phone Number, OTP Verification plugin to a version newer than 1.8.60, which includes a fix for this vulnerability.
Original NVD description (English source)
The OTP Login With Phone Number, OTP Verification plugin for WordPress is vulnerable to authentication bypass in versions 1.8.50 through 1.8.60. This is due to the Firebase verification flow in the `lwp_ajax_register` AJAX handler not binding the Firebase session to the phone number supplied in the request. The `idehweb_lwp_activate_through_firebase()` function validates that a Firebase OTP session is legitimate, but the `phoneNumber` returned by Firebase is never compared against the victim's stored phone number. This makes it possible for unauthenticated attackers to authenticate as any user who has a phone number stored in user meta, including administrators, by verifying their own Firebase session and supplying the victim's phone number in the same request.

