CVE-2024-9820
15.10.2024, 02:15
The WP 2FA with Telegram plugin for WordPress is vulnerable to Two-Factor Authentication Bypass in versions up to, and including, 3.0. This is due to the two-factor code being stored in a cookie, which makes it possible to bypass two-factor authentication.Enginsight
Vendor | Product | Version |
---|---|---|
dueclic | wp_2fa_with_telegram | 𝑥 < 3.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-784 - Reliance on Cookies without Validation and Integrity Checking in a Security DecisionThe application uses a protection mechanism that relies on the existence or values of a cookie, but it does not properly ensure that the cookie is valid for the associated user.
- CWE-565 - Reliance on Cookies without Validation and Integrity CheckingThe application relies on the existence or values of cookies when performing security-critical operations, but it does not properly ensure that the setting is valid for the associated user.