Skip to content

Commit 5f590b8

Browse files
committed
Land rapid7#6032, @h0ng10 adds reference to java_jmx_server
2 parents c35e996 + 3010115 commit 5f590b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/misc/java_jmx_server.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def initialize(info = {})
3131
'References' =>
3232
[
3333
['URL', 'https://docs.oracle.com/javase/8/docs/technotes/guides/jmx/JMX_1_4_specification.pdf'],
34-
['URL', 'http://www.accuvant.com/blog/exploiting-jmx-rmi']
34+
['URL', 'http://www.accuvant.com/blog/exploiting-jmx-rmi'],
35+
['CVE', '2015-2342']
3536
],
3637
'Platform' => 'java',
3738
'Arch' => ARCH_JAVA,

0 commit comments

Comments
 (0)