diff --git a/modules/exploits/multi/http/struts_cve-2013-2115.rb b/modules/exploits/multi/http/struts_cve-2013-2115.rb index 2ec401c1b2..51c1c320a5 100644 --- a/modules/exploits/multi/http/struts_cve-2013-2115.rb +++ b/modules/exploits/multi/http/struts_cve-2013-2115.rb @@ -33,8 +33,11 @@ class Metasploit3 < Msf::Exploit::Remote 'License' => MSF_LICENSE, 'References' => [ - [ 'CVE', '2013-2115', '2013-1966'], - [ 'URL', 'https://cwiki.apache.org/confluence/display/WW/S2-014'] + [ 'CVE', '2013-2115'], + [ 'CVE', '2013-1966'], + [ 'OSVDB', '93645'], + [ 'URL', 'https://cwiki.apache.org/confluence/display/WW/S2-014'], + [ 'URL', 'http://struts.apache.org/development/2.x/docs/s2-013.html'] ], 'Platform' => [ 'win', 'linux', 'java'], 'Privileged' => true,