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 8754e1a commit 901b57fCopy full SHA for 901b57f
gems/devise/CVE-2019-16109.yml
@@ -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