vendor:
MISP
by:
Mücahit Çeri
4.1
CVSS
MEDIUM
Stored Cross-Site Scripting
79
CWE
Product Name: MISP
Affected Version From: 2.4.0171
Affected Version To: 2.4.0171
Patch Exists: YES
Related CWE: CVE-2023-37307
CPE: a:misp_project:misp:2.4.171
Platforms Tested: Ubuntu 20.04
2023
MISP 2.4.171 Stored Cross-Site Scripting Vulnerability
The MISP version 2.4.171 is prone to a stored cross-site scripting vulnerability. An authenticated attacker can inject malicious scripts into the 'Name' parameter when adding a cluster under the 'Galaxies' section, leading to the execution of arbitrary scripts in the context of the victim's browser. This vulnerability has been assigned CVE-2023-37307.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied input to remove or encode potentially malicious characters. Additionally, input validation and output encoding should be implemented to prevent script injection.