Vulnerabilities (CVE)

Filtered by vendor Zabbix Subscribe
Filtered by product Zabbix
Total 95 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-42333 1 Zabbix 1 Zabbix 2025-11-03 N/A 2.7 LOW
The researcher is showing that it is possible to leak a small amount of Zabbix Server memory using an out of bounds read in src/libs/zbxmedia/email.c
CVE-2024-42332 1 Zabbix 1 Zabbix 2025-11-03 N/A 3.7 LOW
The researcher is showing that due to the way the SNMP trap log is parsed, an attacker can craft an SNMP trap with additional lines of information and have forged data show in the Zabbix UI. This attack requires SNMP auth to be off and/or the attacker to know the community/auth details. The attack requires an SNMP item to be configured as text on the target host.
CVE-2024-42331 1 Zabbix 1 Zabbix 2025-11-03 N/A 3.3 LOW
In the src/libs/zbxembed/browser.c file, the es_browser_ctor method retrieves a heap pointer from the Duktape JavaScript engine. This heap pointer is subsequently utilized by the browser_push_error method in the src/libs/zbxembed/browser_error.c file. A use-after-free bug can occur at this stage if the wd->browser heap pointer is freed by garbage collection.
CVE-2024-42330 1 Zabbix 1 Zabbix 2025-11-03 N/A 9.1 CRITICAL
The HttpRequest object allows to get the HTTP headers from the server's response after sending the request. The problem is that the returned strings are created directly from the data returned by the server and are not correctly encoded for JavaScript. This allows to create internal strings that can be used to access hidden properties of objects.
CVE-2024-36464 1 Zabbix 1 Zabbix 2025-11-03 N/A 2.7 LOW
When exporting media types, the password is exported in the YAML in plain text. This appears to be a best practices type issue and may have no actual impact. The user would need to have permissions to access the media types and therefore would be expected to have access to these passwords.
CVE-2024-36461 1 Zabbix 1 Zabbix 2025-11-03 N/A 9.1 CRITICAL
Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine.
CVE-2024-36460 1 Zabbix 1 Zabbix 2025-11-03 N/A 8.1 HIGH
The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text.
CVE-2024-22123 1 Zabbix 1 Zabbix 2025-11-03 N/A 2.7 LOW
Setting SMS media allows to set GSM modem file. Later this file is used as Linux device. But due everything is a file for Linux, it is possible to set another file, e.g. log file and zabbix_server will try to communicate with it as modem. As a result, log file will be broken with AT commands and small part for log file content will be leaked to UI.
CVE-2024-22122 1 Zabbix 1 Zabbix 2025-11-03 N/A 3.0 LOW
Zabbix allows to configure SMS notifications. AT command injection occurs on "Zabbix Server" because there is no validation of "Number" field on Web nor on Zabbix server side. Attacker can run test of SMS providing specially crafted phone number and execute additional AT commands on modem.
CVE-2024-22119 1 Zabbix 1 Zabbix 2025-11-03 N/A 5.5 MEDIUM
The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section.
CVE-2024-22116 1 Zabbix 1 Zabbix 2025-11-03 N/A 9.9 CRITICAL
An administrator with restricted permissions can exploit the script execution functionality within the Monitoring Hosts section. The lack of default escaping for script parameters enabled this user ability to execute arbitrary code via the Ping script, thereby compromising infrastructure.
CVE-2024-22114 1 Zabbix 1 Zabbix 2025-11-03 N/A 4.3 MEDIUM
User with no permission to any of the Hosts can access and view host count & other statistics through System Information Widget in Global View Dashboard.
CVE-2023-32724 1 Zabbix 1 Zabbix 2025-11-03 N/A 9.1 CRITICAL
Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation.
CVE-2023-32722 1 Zabbix 1 Zabbix 2025-11-03 N/A 9.6 CRITICAL
The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.
CVE-2023-32721 1 Zabbix 1 Zabbix 2025-11-03 N/A 7.6 HIGH
A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL.
CVE-2023-29458 1 Zabbix 1 Zabbix 2025-11-03 N/A 5.9 MEDIUM
Duktape is an 3rd-party embeddable JavaScript engine, with a focus on portability and compact footprint. When adding too many values in valstack JavaScript will crash. This issue occurs due to bug in Duktape 2.6 which is an 3rd-party solution that we use.
CVE-2023-29450 1 Zabbix 1 Zabbix 2025-11-03 N/A 8.5 HIGH
JavaScript pre-processing can be used by the attacker to gain access to the file system (read-only access on behalf of user "zabbix") on the Zabbix Server or Zabbix Proxy, potentially leading to unauthorized access to sensitive data.
CVE-2023-29449 1 Zabbix 1 Zabbix 2025-11-03 N/A 5.9 MEDIUM
JavaScript preprocessing, webhooks and global scripts can cause uncontrolled CPU, memory, and disk I/O utilization. Preprocessing/webhook/global script configuration and testing are only available to Administrative roles (Admin and Superadmin). Administrative privileges should be typically granted to users who need to perform tasks that require more control over the system. The security risk is limited because not all users have this level of access.
CVE-2022-35230 1 Zabbix 1 Zabbix 2025-11-03 3.5 LOW 3.7 LOW
An authenticated user can create a link with reflected Javascript code inside it for the graphs page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict.
CVE-2022-35229 1 Zabbix 1 Zabbix 2025-11-03 3.5 LOW 3.7 LOW
An authenticated user can create a link with reflected Javascript code inside it for the discovery page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict.