Update AKA values for ms17_010_psexec

GSoC/Meterpreter_Web_Console
Erin Bleiweiss 2018-08-27 17:00:51 -05:00
parent 69a785ff46
commit 5092d561f9
No known key found for this signature in database
GPG Key ID: F69B2138BD594660
1 changed files with 10 additions and 5 deletions

View File

@ -51,10 +51,6 @@ class MetasploitModule < Msf::Exploit::Remote
},
'References' =>
[
[ 'AKA', 'ETERNALSYNERGY' ],
[ 'AKA', 'ETERNALROMANCE' ],
[ 'AKA', 'ETERNALCHAMPION' ],
[ 'AKA', 'ETERNALBLUE'], # does not use any CVE from Blue, but Search should show this, it is preferred
[ 'MSB', 'MS17-010' ],
[ 'CVE', '2017-0143'], # EternalRomance/EternalSynergy - Type confusion between WriteAndX and Transaction requests
[ 'CVE', '2017-0146'], # EternalChampion/EternalSynergy - Race condition with Transaction requests
@ -78,7 +74,16 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'MOF upload', { } ]
],
'DefaultTarget' => 0,
'DisclosureDate' => 'Mar 14 2017'
'DisclosureDate' => 'Mar 14 2017',
'Notes' =>
{
'AKA' => [
'ETERNALSYNERGY',
'ETERNALROMANCE',
'ETERNALCHAMPION',
'ETERNALBLUE' # does not use any CVE from Blue, but Search should show this, it is preferred
]
}
))
register_options(