Skip to content

Commit 0110ed2

Browse files
committed
Land rapid7#19253, Corrected a mistaken CVE
Corrected a mistaken CVE-ID in exploit references.
2 parents 3c75e3c + 94dca16 commit 0110ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/http/zivif_ipcheck_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
'Author' => [ 'Silas Cutler (p1nk)' ],
2323
'References' => [
2424
[ 'URL', 'https://seclists.org/fulldisclosure/2017/Dec/42' ],
25-
[ 'CVE', '2017-171069' ]
25+
[ 'CVE', '2017-17105' ]
2626
],
2727
'Platform' => 'unix',
2828
'Targets' => [

0 commit comments

Comments
 (0)