File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
modules/auxiliary/admin/http Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ def initialize(info = {})
26
26
but these may require adjustment for implementations which customize them.
27
27
28
28
Affects Devise < v2.2.3, 2.1.3, 2.0.5 and 1.5.4 when backed by any database
29
- except PostgreSQL or SQLite3. Tested with v2.2.2, 2.1.2, and 2.0.4.
29
+ except PostgreSQL or SQLite3. Tested with v2.2.2, 2.1.2, and 2.0.4 on Rails
30
+ 3.2.11. Patch applied to Rails 3.2.12 should prevent exploitation of this
31
+ vulnerability, by quoting numeric values when comparing them with non numeric
32
+ values.
30
33
} ,
31
34
'Author' =>
32
35
[
@@ -40,7 +43,8 @@ def initialize(info = {})
40
43
[ 'OSVDB' , '89642' ] ,
41
44
[ 'BID' , '57577' ] ,
42
45
[ 'URL' , 'http://blog.plataformatec.com.br/2013/01/security-announcement-devise-v2-2-3-v2-1-3-v2-0-5-and-v1-5-3-released/' ] ,
43
- [ 'URL' , 'http://www.phenoelit.org/blog/archives/2013/02/05/mysql_madness_and_rails/index.html' ]
46
+ [ 'URL' , 'http://www.phenoelit.org/blog/archives/2013/02/05/mysql_madness_and_rails/index.html' ] ,
47
+ [ 'URL' , 'https://github.com/rails/rails/commit/921a296a3390192a71abeec6d9a035cc6d1865c8' ]
44
48
] ,
45
49
'DisclosureDate' => 'Jan 28 2013'
46
50
) )
You can’t perform that action at this time.
0 commit comments