diff --git a/modules/exploits/linux/http/php_imap_open_rce.rb b/modules/exploits/linux/http/php_imap_open_rce.rb index 03fc92c286..a8f652251f 100644 --- a/modules/exploits/linux/http/php_imap_open_rce.rb +++ b/modules/exploits/linux/http/php_imap_open_rce.rb @@ -31,7 +31,9 @@ class MetasploitModule < Msf::Exploit::Remote [ [ 'URL', 'https://web.archive.org/web/20181118213536/https://antichat.com/threads/463395' ], [ 'URL', 'https://github.com/Bo0oM/PHP_imap_open_exploit' ], - [ 'EDB', '45865'] + [ 'EDB', '45865'], + [ 'URL', 'https://bugs.php.net/bug.php?id=76428'], + [ 'CVE', '2018-19518'] ], 'Privileged' => false, 'Platform' => [ 'unix' ],