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