From 404a9f066932f4a8eb08bfe696927567e6a3437a Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Tue, 18 Jun 2013 06:25:57 -0500 Subject: [PATCH] add osvdb ref 89594 --- modules/exploits/multi/http/rails_json_yaml_code_exec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/multi/http/rails_json_yaml_code_exec.rb b/modules/exploits/multi/http/rails_json_yaml_code_exec.rb index 6fafba24d9..f8bbe7b674 100644 --- a/modules/exploits/multi/http/rails_json_yaml_code_exec.rb +++ b/modules/exploits/multi/http/rails_json_yaml_code_exec.rb @@ -41,7 +41,8 @@ class Metasploit3 < Msf::Exploit::Remote 'License' => MSF_LICENSE, 'References' => [ - ['CVE', '2013-0333'], + [ 'CVE', '2013-0333' ], + [ 'OSVDB', '89594' ] ], 'Platform' => 'ruby', 'Arch' => ARCH_RUBY,