Land #6032, @h0ng10 adds reference to java_jmx_server

This commit is contained in:
jvazquez-r7 2015-10-01 13:07:08 -05:00
commit 5f590b8c2e
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
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,