diff --git a/modules/exploits/linux/http/apache_continuum_cmd_exec.rb b/modules/exploits/linux/http/apache_continuum_cmd_exec.rb index 04f89eaec6..209d271e06 100644 --- a/modules/exploits/linux/http/apache_continuum_cmd_exec.rb +++ b/modules/exploits/linux/http/apache_continuum_cmd_exec.rb @@ -24,7 +24,8 @@ class MetasploitModule < Msf::Exploit::Remote 'wvu' # Metasploit module ], 'References' => [ - %w{EDB 39886} + %w{CVE 2016-15057}, + %w{EDB 39886}, ], 'DisclosureDate' => '2016-04-06', 'License' => MSF_LICENSE,