Login With OTP <= 1.4.2 - Authentication Bypass via Weak OTP
Strategic Overview
- Status
- Patched in 1.5
- Affected Plugin
- Login with OTP
- Affected Version
<= 1.4.2- CVSS
- 8.1High
- Weakness type
- CWE-288 · Authentication Bypass Using an Alternate Path or Channel
- CVE
CVE-2024-11178
At a glance
CVE-2024-11178 is a high-severity Authentication Bypass Using an Alternate Path or Channel vulnerability in the Login with OTP WordPress plugin, affecting versions <= 1.4.2. It carries a CVSS score of 8.1 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 1.5; sites on affected versions should update now. Disclosed December 2024, reported by István Márton.
Vulnerability Overview
The Login With OTP plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 1.4.2. This is due to the plugin generating too weak OTP, and there’s no attempt or time limit. This makes it possible for unauthenticated attackers to generate and brute force the 6-digit numeric OTP that makes it possible to log in as any existing user on the site, such as an administrator, if they have access to the email.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-288: Authentication Bypass Using an Alternate Path or Channel
Reaching this weakness in Login with OTP <= 1.4.2 takes a caller who can reach the endpoint. Authentication bypass through an alternate path means the application has a second route to a protected action that skips the checks the primary route performs.
The protection on the main path becomes irrelevant, because the attacker simply uses the route that never asks. For Login with OTP the fix is 1.5: builds <= 1.4.2 are affected, anything from 1.5 onward is not.
Remediation
Update to version 1.5, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Login with OTP 1.5 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C