Lucene search

K
githubGitHub Advisory DatabaseGHSA-CHCR-X7HC-8FP8
HistoryJan 12, 2024 - 3:13 p.m.

Devise-Two-Factor vulnerable to brute force attacks

2024-01-1215:13:05
CWE-307
GitHub Advisory Database
github.com
13
vulnerable
brute force
totp
2fa
bypass
collision
compromised
patch
lockable
rate limit
rack-attack
authentication errors
christian reitter
chris macnaughton
software

AI Score

8.4

Confidence

High

EPSS

0

Percentile

9.0%

Advisory withdrawn

The backing CVE has been rejected

Devise-Two-Factor does not throttle or otherwise restrict login attempts at the server by default. When combined with the Time-based One Time Password algorithm’s (TOTP) inherent entropy limitations, it’s possible for an attacker to bypass the 2FA mechanism through brute-force attacks.

Impact

If a user’s username and password have already been compromised an attacker would be able to try possible TOTP codes and see if they can hit a lucky collision to log in as that user. The user under attack would not necessarily know that their account has been compromised.

Patches

Devise-Two-Factor has not released any fixes for this vulnerability. This library is open-ended by design and cannot solve this for all applications natively. It’s recommended that any application leveraging Devise-Two-Factor implement controls at the application level to mitigate this threat. A non-exhaustive list of possible mitigations can be found below.

Mitigations

  1. Use the lockable strategy from Devise to lock a user after a certain number of failed login attempts. See https://www.rubydoc.info/github/heartcombo/devise/main/Devise/Models/Lockable for more information.
  2. Configure a rate limit for your application, especially on the endpoints used to log in. One such library to accomplish this is rack-attack.
  3. When displaying authentication errors hide whether validating a username/password combination failed or a two-factor code failed behind a more generic error message.

Acknowledgements

Christian Reitter (Radically Open Security) and Chris MacNaughton (Centauri Solutions)

Affected configurations

Vulners
Node
tinfoilsecuritydevise-two-factorRange1.0.0
OR
tinfoilsecuritydevise-two-factorRange5.0.0

AI Score

8.4

Confidence

High

EPSS

0

Percentile

9.0%

Related for GHSA-CHCR-X7HC-8FP8