vendor:
Zabbix
by:
Radmil Gazizov
9.1
CVSS
CRITICAL
Stored XSS
79
CWE
Product Name: Zabbix
Affected Version From: 3.4.7
Affected Version To: 3.4.7
Patch Exists: YES
Related CWE: CVE-2019-17382
CPE: a:zabbix:zabbix:3.4.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2021
Zabbix 3.4.7 – Stored XSS
An anonymous user can exploit a stored XSS vulnerability in Zabbix 3.4.7 by creating a new dashboard, adding a new widget, and pasting malicious code into the parameter 'Name'. This code will create a new user with the username 'hck' and the password 'hck' when the 'Add' button is clicked.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.