Skip to content

Commit bf4dce1

Browse files
committed
I added the SSD advisory
1 parent b099196 commit bf4dce1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/fileformat/nitro_reader_jsapi.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info={})
3232
'References' =>
3333
[
3434
[ 'CVE', '2017-7442' ],
35-
[ 'URL', 'http://srcincite.io/advisories/src-2017-0005/' ],
35+
[ 'URL', 'http://srcincite.io/advisories/src-2017-0005/' ], # public advisory #1
36+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/3251' ], # public advisory #2 (verified and acquired by SSD)
3637
],
3738
'DefaultOptions' =>
3839
{

0 commit comments

Comments
 (0)