Add CVE as issued by DWF

See discussion on #10987.

Now that I said that out loud, I realize that the original PR for this
module is a really funny PR number.
master
Tod Beardsley 2018-12-06 14:59:05 -06:00
parent c7acbc08ab
commit 140833215f
No known key found for this signature in database
GPG Key ID: 08B5B91DC85943FE
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'URL', 'https://github.com/Bo0oM/PHP_imap_open_exploit' ],
[ 'EDB', '45865'],
[ 'URL', 'https://bugs.php.net/bug.php?id=76428'],
[ 'CVE', '2018-19518']
[ 'CVE', '2018-19518'],
[ 'CVE', '2018-1000859']
],
'Privileged' => false,
'Platform' => [ 'unix' ],