Add reference for CVE-2015-2342 - VMWare VCenter JMX RMI RCE

bug/bundler_fix
Hans-Martin Münch (h0ng10) 2015-10-01 18:43:21 +02:00
parent 2ab779ad3d
commit 41cf0ef676
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ class Metasploit3 < Msf::Exploit::Remote
'References' =>
[
['URL', 'https://docs.oracle.com/javase/8/docs/technotes/guides/jmx/JMX_1_4_specification.pdf'],
['URL', 'http://www.accuvant.com/blog/exploiting-jmx-rmi']
['URL', 'http://www.accuvant.com/blog/exploiting-jmx-rmi'],
[ 'CVE', '2015-2342' ]
],
'Platform' => 'java',
'Arch' => ARCH_JAVA,