vendor:
Seacms
by:
j5s
9.8
CVSS
HIGH
Remote Command Execution
78
CWE
Product Name: Seacms
Affected Version From: 11.1
Affected Version To: 11.1
Patch Exists: NO
Related CWE: N/A
CPE: a:seacms:seacms:11.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2020
Seacms 11.1 – ‘ip and weburl’ Remote Command Execution
Seacms 11.1 is vulnerable to Remote Command Execution due to improper input validation of the 'ip' parameter. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request with a malicious payload to the vulnerable server. The payload ';phpinfo();//' can be used to execute arbitrary code on the vulnerable server.
Mitigation:
Input validation should be performed on all user-supplied data to ensure that it is valid and expected. Additionally, the application should be configured to use the least privileged user account with the least amount of privileges necessary to perform its functions.