We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df7329 commit 6572115Copy full SHA for 6572115
1 file changed
gems/devise/CVE-2019-5421.yml
@@ -0,0 +1,13 @@
1
+---
2
+gem: devise
3
+cve: 2019-5421
4
+url: https://github.com/plataformatec/devise/issues/4981
5
+title: Devise Gem for Ruby Time-of-check Time-of-use race condition with lockable module
6
+date: 2019-02-07
7
+description: |
8
+ Devise ruby gem before 4.6.0 when the `lockable` module is used is vulnerable to a
9
+ time-of-check time-of-use (TOCTOU) race condition due to `increment_failed_attempts`
10
+ within the `Devise::Models::Lockable` class not being concurrency safe.
11
+
12
+patched_versions:
13
+ - ">= 4.6.0"
0 commit comments