Clarify NOCVE reason for Wemo exploit

master
William Vu 2019-04-24 11:39:34 -05:00
parent 94994aa519
commit 97545ceb9d
1 changed files with 2 additions and 2 deletions

View File

@ -59,10 +59,10 @@ class MetasploitModule < Msf::Exploit::Remote
],
'DefaultTarget' => 1,
'Notes' => {
'NOCVE' => 'Patched in 2.00.8643 without vendor disclosure',
'Stability' => [CRASH_SAFE],
'SideEffects' => [ARTIFACTS_ON_DISK],
'Reliability' => [REPEATABLE_SESSION],
'NOCVE' => 'Patched in 2.00.8643'
'Reliability' => [REPEATABLE_SESSION]
}
))