Skip to content

Commit 1365dfe

Browse files
jvazquez-r7wchen-r7
authored andcommitted
Add Oracle url
1 parent 9fca89f commit 1365dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/browser/java_jre17_reflection_types.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def initialize( info = {} )
3636
],
3737
'References' =>
3838
[
39-
[ 'URL', 'http://weblog.ikvm.net/PermaLink.aspx?guid=acd2dd6d-1028-4996-95df-efa42ac237f0' ]
39+
[ 'URL', 'http://weblog.ikvm.net/PermaLink.aspx?guid=acd2dd6d-1028-4996-95df-efa42ac237f0' ],
40+
[ 'URL', 'http://www.oracle.com/technetwork/topics/security/javacpuapr2013-1928497.html' ]
4041
],
4142
'Platform' => [ 'java', 'win', 'osx', 'linux' ],
4243
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },

0 commit comments

Comments
 (0)