Skip to content

Commit 4ec71f9

Browse files
author
Tod Beardsley
committed
Add a reference to the original PR
This was the source of first public disclosure, so may as well include it.
1 parent 05e15ce commit 4ec71f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/exploits/linux/http/huawei_hg532n_cmdinject.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ def initialize(info = {})
5353
]
5454
],
5555
'DefaultTarget' => 0,
56-
'DisclosureDate' => 'Apr 15 2017'
56+
'DisclosureDate' => 'Apr 15 2017',
57+
'References' => [
58+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/8245']
59+
],
5760
))
5861
register_options(
5962
[

0 commit comments

Comments
 (0)