Skip to content

Commit f4aa849

Browse files
committed
Add technet reference
1 parent 59e96e5 commit f4aa849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/browser/java_jre17_jaxws.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def initialize( info = {} )
3636
[ 'OSVDB', '86363' ],
3737
[ 'BID', '56054' ],
3838
[ 'URL', 'http://www.oracle.com/technetwork/topics/security/javacpuoct2012-1515924.html' ],
39-
[ 'URL', 'http://malware.dontneedcoffee.com/2012/11/cool-ek-hello-my-friend-cve-2012-5067.html' ]
39+
[ 'URL', 'http://malware.dontneedcoffee.com/2012/11/cool-ek-hello-my-friend-cve-2012-5067.html' ],
40+
[ 'URL', 'http://blogs.technet.com/b/mmpc/archive/2012/11/15/a-technical-analysis-on-new-java-vulnerability-cve-2012-5076.aspx' ]
4041
],
4142
'Platform' => [ 'java', 'win' ],
4243
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },

0 commit comments

Comments
 (0)