CVE update

bug/bundler_fix
sinn3r 2013-01-10 19:51:04 -06:00
parent 19ff7f93ae
commit e709811c5a
1 changed files with 6 additions and 4 deletions

View File

@ -33,10 +33,12 @@ class Metasploit3 < Msf::Exploit::Remote
'sinn3r', # Metasploit module
'juan vazquez' # Metasploit module
],
'References' => [
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]
],
'References' =>
[
[ 'CVE', '2013-0422' ],
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]
],
'Platform' => [ 'java', 'win', 'osx', 'linux' ],
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },
'Targets' =>