Skip to content

Commit 89f649a

Browse files
committed
add osvdb ref 89026
1 parent 2b55e0e commit 89f649a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/http/rails_xml_yaml_code_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ def initialize(info = {})
3838
'License' => MSF_LICENSE,
3939
'References' =>
4040
[
41-
['CVE', '2013-0156'],
42-
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/01/09/serialization-mischief-in-ruby-land-cve-2013-0156']
41+
[ 'CVE', '2013-0156' ],
42+
[ 'OSVDB', '89026' ],
43+
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2013/01/09/serialization-mischief-in-ruby-land-cve-2013-0156' ]
4344
],
4445
'Platform' => 'ruby',
4546
'Arch' => ARCH_RUBY,

0 commit comments

Comments
 (0)