Skip to content

Commit 10efafe

Browse files
committed
Land rapid7#7306, Update links and add CVE to WebNMS modules
2 parents ed5bbb9 + 8d4ee3f commit 10efafe

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

modules/auxiliary/admin/http/webnms_cred_disclosure.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ def initialize(info = {})
3030
'License' => MSF_LICENSE,
3131
'References' =>
3232
[
33-
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
33+
[ 'CVE', '2016-6601'],
34+
[ 'CVE', '2016-6602'],
35+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
36+
[ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
3437
],
3538
'DisclosureDate' => 'Jul 4 2016'
3639
)

modules/auxiliary/admin/http/webnms_file_download.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ def initialize(info = {})
3131
'License' => MSF_LICENSE,
3232
'References' =>
3333
[
34-
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
34+
[ 'CVE', '2016-6601'],
35+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
36+
[ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
3537
],
3638
'DisclosureDate' => 'Jul 4 2016'
3739
)

modules/exploits/multi/http/webnms_file_upload.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def initialize(info = {})
3333
'License' => MSF_LICENSE,
3434
'References' =>
3535
[
36-
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
36+
[ 'CVE', '2016-6600'],
37+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
38+
[ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
3739
],
3840
'DefaultOptions' => { 'WfsDelay' => 15 },
3941
'Privileged' => false,

0 commit comments

Comments
 (0)