Skip to content

Commit e709811

Browse files
committed
CVE update
1 parent 19ff7f9 commit e709811

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/exploits/multi/browser/java_jre17_jmxbean.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ def initialize( info = {} )
3333
'sinn3r', # Metasploit module
3434
'juan vazquez' # Metasploit module
3535
],
36-
'References' => [
37-
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
38-
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]
39-
],
36+
'References' =>
37+
[
38+
[ 'CVE', '2013-0422' ],
39+
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
40+
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]
41+
],
4042
'Platform' => [ 'java', 'win', 'osx', 'linux' ],
4143
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },
4244
'Targets' =>

0 commit comments

Comments
 (0)