Skip to content

Commit ade970a

Browse files
committed
add osvdb ref 89322
1 parent 42690a5 commit ade970a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/exploits/multi/http/movabletype_upgrade_exec.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ def initialize(info = {})
3737
],
3838
'References' =>
3939
[
40-
['CVE', '2012-6315'], # superseded by CVE-2013-0209 (duplicate)
41-
['CVE', '2013-0209'],
42-
['URL', 'http://www.sec-1.com/blog/?p=402'],
43-
['URL', 'http://www.movabletype.org/2013/01/movable_type_438_patch.html']
40+
[ 'CVE', '2012-6315' ], # superseded by CVE-2013-0209 (duplicate)
41+
[ 'CVE', '2013-0209' ],
42+
[ 'OSVDB', '89322' ],
43+
[ 'URL', 'http://www.sec-1.com/blog/?p=402' ],
44+
[ 'URL', 'http://www.movabletype.org/2013/01/movable_type_438_patch.html' ]
4445
],
4546
'Arch' => ARCH_CMD,
4647
'Payload' =>

0 commit comments

Comments
 (0)