vendor:
PHP Server Monitor
by:
loneferret
8,8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: PHP Server Monitor
Affected Version From: 2.0.1
Affected Version To: 2.0.1
Patch Exists: NO
Related CWE: N/A
CPE: 2.0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu Linux
2020
Stored XSS in PHP Server Monitor
PHP Server Monitor is vulnerable to stored XSS. On the 'Add server' page, when inserting HTML code into the Label name or IP field, it can cause the whole page to be corrupted. An attacker can use this vulnerability to execute malicious JavaScript code, such as alerting the user's cookie information.
Mitigation:
Input validation should be used to prevent malicious code from being inserted into the Label name or IP field.