Two Factor (2FA) Authentication via Email <= 1.9.8 - Two-Factor Authentication Bypass via token

2026-02-18 15:31
Ulyses Saicha

Strategic Overview

Status
Patched in 1.9.9
Affected Version<= 1.9.8
CVSS6.5Medium
CVECVE-2025-13587
View all Two Factor (2FA) Authentication via Email vulnerabilities

Vulnerability Overview

The Two Factor (2FA) Authentication via Email plugin for WordPress is vulnerable to Two-Factor Authentication Bypass in versions up to, and including, 1.9.8. This is because the SS88_2FAVE::wp_login() method only enforces the 2FA requirement if the 'token' HTTP GET parameter is undefined, which makes it possible to bypass two-factor authentication by supplying any value in the 'token' parameter during login, including an empty one.

Technical Analysis

REMEDIATION: Update to version 1.9.9, or a newer patched version --- IDENTIFIER: CWE-20 (Improper Input Validation) The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C