Skip to content

Commit b9aef55

Browse files
committed
land rapid7#8502 add cve number for java_rmi_server
2 parents 92a65f5 + 2924318 commit b9aef55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/auxiliary/scanner/misc/java_rmi_server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def initialize
2121
[
2222
# RMI protocol specification
2323
[ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html'],
24-
# Placeholder reference for matching
25-
[ 'MSF', 'java_rmi_server']
24+
[ 'URL', 'http://www.securitytracker.com/id?1026215'],
25+
[ 'CVE', '2011-3556']
2626
],
2727
'DisclosureDate' => 'Oct 15 2011'
2828
)

modules/exploits/multi/misc/java_rmi_server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def initialize(info = {})
3131
[
3232
# RMI protocol specification
3333
[ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html'],
34-
# Placeholder reference for matching
35-
[ 'MSF', 'java_rmi_server']
34+
[ 'URL', 'http://www.securitytracker.com/id?1026215'],
35+
[ 'CVE', '2011-3556']
3636
],
3737
'DisclosureDate' => 'Oct 15 2011',
3838
'Platform' => %w{ java linux osx solaris win },

0 commit comments

Comments
 (0)