vendor:
Monitorr
by:
Ahmad Shakla
8.8
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Monitorr
Affected Version From: 1.7.6m
Affected Version To: 1.7.6m
Patch Exists: NO
Related CWE: N/A
CPE: Monitorr/Monitorr
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali GNU/Linux 2020.2
2021
Montiorr 1.7.6m – Persistent Cross-Site Scripting
An attacker can preform an XSS attack via image upload. Steps include creating a payload with the format <img src=x onerror=alert("XSS")>.png, installing the database, registering for a new account, logging in, and uploading the payload to the settings page. Once the payload is uploaded, the XSS attack will be triggered.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.