Skip to content

Commit b3bfaec

Browse files
committed
Add reference about the patch
1 parent 9d97dc8 commit b3bfaec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/browser/java_jre17_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def initialize( info = {} )
5151
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2012/new-java-0day-exploited-in-the-wild/' ],
5252
[ 'URL', 'http://www.deependresearch.org/2012/08/java-7-0-day-vulnerability-information.html' ],
5353
[ 'URL', 'http://www.oracle.com/technetwork/topics/security/alert-cve-2012-4681-1835715.html' ],
54-
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/08/27/lets-start-the-week-with-a-new-java-0day' ]
54+
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/08/27/lets-start-the-week-with-a-new-java-0day' ],
55+
[ 'URL', 'https://bugzilla.redhat.com/show_bug.cgi?id=852051']
5556
],
5657
'Platform' => [ 'java', 'win', 'linux' ],
5758
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },

0 commit comments

Comments
 (0)