From 2f2fea7f6b27745e074cd17decfb23d0c3cc2e10 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 26 Jan 2026 12:36:12 +0100 Subject: [PATCH] add CVE reference to Continuum exploit --- modules/exploits/linux/http/apache_continuum_cmd_exec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,