Slide 19
Slide 19 text
def initialize(info = {})
super(update_info(info,
'Name' => 'Uptime Version 7.4.0 / 7.5.0 Upload and Exec file',
'Description' => '
This module exploits a vulnerability found in Uptime
version 7.4.0 and 7.5.0 By supplying a specially
crafted request is possible to upload file and execute
arbitrary commands through privilege escalation.
',
'License' => MSF_LICENSE,
'Author' => [
'Ewerson Guimaraes(Crash) ',
'Gjoko Krstic(LiquidWorm) '
],
'References' => [
['EDB', '37888']
],
'Payload' => {
'Space' => 100_000,
'DisableNops' => true
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,
'Targets' => [
['Automatic', {}]
],
'DefaultOptions' => {
'SSL' => false
},
'Privileged' => 'True',
'DefaultTarget' => 0,
'DisclosureDate' => 'Aug 6 2015'
))