Skip to content

Commit ece36c0

Browse files
author
jvazquez-r7
committed
Update references for the las Java exploit
1 parent 1529dff commit ece36c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/exploits/multi/browser/java_jre17_reflection_types.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ def initialize( info = {} )
3636
],
3737
'References' =>
3838
[
39+
[ 'CVE', '2013-2423' ],
40+
[ 'OSVDB', '92348' ],
41+
[ 'BID', '59162' ],
3942
[ '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' ]
43+
[ 'URL', 'http://www.oracle.com/technetwork/topics/security/javacpuapr2013-1928497.html' ],
44+
[ 'URL', 'http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b453d9be6b3f' ]
4145
],
4246
'Platform' => [ 'java', 'win', 'osx', 'linux' ],
4347
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },

0 commit comments

Comments
 (0)