We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe9748 commit 8757743Copy full SHA for 8757743
modules/exploits/multi/http/uptime_file_upload_1.rb
@@ -19,6 +19,10 @@ def initialize(info = {})
19
This module exploits an arbitrary file upload vulnerability found within the Up.Time
20
monitoring server 7.2 and below. A malicious entity can upload a PHP file into the
21
webroot without authentication, leading to arbitrary code execution.
22
+
23
+ Although the vendor fixed Up.Time to prevent this vulnerability, it was not properly
24
+ mitigated. To exploit against a newer version of Up.Time (such as 7.4), please use
25
+ exploits/multi/http/uptime_file_upload_2.
26
},
27
'Author' =>
28
[
0 commit comments