Skip to content

Commit 6572115

Browse files
authored
1 parent 0df7329 commit 6572115

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

gems/devise/CVE-2019-5421.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)