Adding description of the module
parent
467f9e700d
commit
da307a5312
|
@ -14,7 +14,10 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Ektron 8.5, 8.7, 9.0 XSLT Transform Remote Code Execution',
|
||||
'Description' => %q{
|
||||
'Description' => %q{ Ektron 8.5, 8.7 <= sp1, 9.0 < sp1 have
|
||||
vulnerabilities in various operations within the ServerControlWS.asmx
|
||||
web services. These vulnerabilities allow for RCE without authentication and
|
||||
execute in the context of IIS on the remote system.
|
||||
},
|
||||
'Author' => [
|
||||
'catatonicprime'
|
||||
|
|
Loading…
Reference in New Issue