You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/exploits/windows/http/magicinfo_traversal.rb
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ def initialize(info = {})
11
11
'Name'=>'Samsung MagicINFO 9 Server Remote Code Execution (CVE-2024-7399)',
12
12
'Description'=>%q{
13
13
Remote Code Execution in Samsung MagicINFO 9 Server <= 21.1050.0.
14
-
Remote code execution can be obtained by exploiting a path traversal vulnerability (CVE-2024-7399) in the SWUpdateFileUploader servlet, which can be queried by an unauthenticated user.
14
+
Remote code execution can be obtained by exploiting the path traversal vulnerability (CVE-2024-7399) in the SWUpdateFileUploader servlet,
15
+
which can be queried by an unauthenticated user to upload a JSP shell.
15
16
By default, the application listens on TCP ports 7001 (HTTP) and 7002 (HTTPS) on all network interfaces and runs in the context of NT AUTHORITY\SYSTEM.
0 commit comments