Update AKA values for ms17_010_psexec
parent
69a785ff46
commit
5092d561f9
|
@ -51,10 +51,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
},
|
},
|
||||||
'References' =>
|
'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' ],
|
[ 'MSB', 'MS17-010' ],
|
||||||
[ 'CVE', '2017-0143'], # EternalRomance/EternalSynergy - Type confusion between WriteAndX and Transaction requests
|
[ 'CVE', '2017-0143'], # EternalRomance/EternalSynergy - Type confusion between WriteAndX and Transaction requests
|
||||||
[ 'CVE', '2017-0146'], # EternalChampion/EternalSynergy - Race condition with Transaction requests
|
[ 'CVE', '2017-0146'], # EternalChampion/EternalSynergy - Race condition with Transaction requests
|
||||||
|
@ -78,7 +74,16 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
[ 'MOF upload', { } ]
|
[ 'MOF upload', { } ]
|
||||||
],
|
],
|
||||||
'DefaultTarget' => 0,
|
'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(
|
register_options(
|
||||||
|
|
Loading…
Reference in New Issue