Change description
parent
f0082ba38f
commit
8f6457661d
|
@ -17,9 +17,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Name' => "Symantec Web Gateway 5.0.2.8 Arbitrary PHP File Upload Vulnerability",
|
||||
'Description' => %q{
|
||||
This module exploits a file upload vulnerability found in Symantec Web Gateway's
|
||||
HTTP service due to the incorrect manage of file extensions in the upload_file()
|
||||
function. This module abuses the spywall/blocked_file.php file to upload an arbitrary
|
||||
php file without any authentication, which results in arbitrary code execution.
|
||||
HTTP service. Due to the incorrect use of file extensions in the upload_file()
|
||||
function, this allows us to abuse the spywall/blocked_file.php file in order to
|
||||
upload a malicious PHP file without any authentication, which results in arbitrary
|
||||
code execution.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
|
@ -122,5 +123,4 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue