Skip to content

Commit 901b57f

Browse files
tegonreedloden
authored andcommitted
Add CVE-2019-16109 for Devise (#413)
1 parent 8754e1a commit 901b57f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gems/devise/CVE-2019-16109.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-16109
4+
url: https://github.com/plataformatec/devise/issues/5071
5+
title: Devise Gem for Ruby confirmation token validation with a blank string
6+
date: 2019-09-08
7+
description: |
8+
Devise before 4.7.1 confirms accounts upon receiving a request with a blank
9+
confirmation_token, if a database record has a blank value in the confirmation_token column.
10+
However, there is no scenario within Devise itself in which such database records would exist.
11+
12+
patched_versions:
13+
- ">= 4.7.1"

0 commit comments

Comments
 (0)