Skip to content

Commit 0ae473b

Browse files
author
jvazquez-r7
committed
info updated with rails information
1 parent f46eda2 commit 0ae473b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/auxiliary/admin/http/rails_devise_pass_reset.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ def initialize(info = {})
2626
but these may require adjustment for implementations which customize them.
2727
2828
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.
3033
},
3134
'Author' =>
3235
[
@@ -40,7 +43,8 @@ def initialize(info = {})
4043
[ 'OSVDB', '89642' ],
4144
[ 'BID', '57577' ],
4245
[ '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' ]
4448
],
4549
'DisclosureDate' => 'Jan 28 2013'
4650
))

0 commit comments

Comments
 (0)