ZabbixCVEs & Vulnerabilities

115 CVEs affecting Zabbix products, tracked from the National Vulnerability Database, with CVSS/EPSS scores and exploitation status.

Most Affected Products

zabbix 806frontend 21zabbix-agent2 6zabbix server 4zabbix-agent 2zabbix agentd 1web service report generation 1
CVE-2024-22120KEVHIGHin the wild

Zabbix server can perform command execution for configured scripts. After command is executed, audit entry is added to "Audit Log". Due to "clientip" field is not sanitized, it is possible to injection SQL into "clientip" and exploit time based blind SQL injection.

11 Apr 2026
8.8
CVSS
CVE-2025-49643MEDIUM

An authenticated Zabbix user (including Guest) is able to cause disproportionate CPU load on the webserver by sending specially crafted parameters to /imgstore.php, leading to potential denial of service.

1 Dec 2025
6.5
CVSS
CVE-2025-27232MEDIUM

An authenticated Zabbix Super Admin can exploit the oauth.authorize action to read arbitrary files from the webserver leading to potential confidentiality loss.

1 Dec 2025
4.9
CVSS
CVE-2025-49641MEDIUM

A regular Zabbix user with no permission to the Monitoring -> Problems view is still able to call the problem.view.refresh action and therefore still retrieve a list of active problems.

3 Oct 2025
4.3
CVSS
CVE-2025-27236MEDIUM

A regular Zabbix user can search other users in their user group via Zabbix API by select fields the user does not have access to view. This allows data-mining some field values the user does not have access to.

3 Oct 2025
6.5
CVSS
CVE-2025-27231MEDIUM

The LDAP 'Bind password' value cannot be read after saving, but a Super Admin account can leak it by changing LDAP 'Host' to a rogue LDAP server. To mitigate this, the 'Bind password' value is now reset on 'Host' change.

3 Oct 2025
4.9
CVSS
CVE-2025-27240HIGH

A Zabbix adminitrator can inject arbitrary SQL during the autoremoval of hosts by inserting malicious SQL in the 'Visible name' field.

12 Sep 2025
7.2
CVSS
CVE-2025-27238LOW

Due to a bug in Zabbix API, the hostprototype.get method lists all host prototypes to users that do not have any user groups assigned to them.

12 Sep 2025
3.5
CVSS
CVE-2024-45700MEDIUM

Zabbix server is vulnerable to a DoS vulnerability due to uncontrolled resource exhaustion. An attacker can send specially crafted requests to the server, which will cause the server to allocate an excessive amount of memory and perform CPU-intensive decompression operations, ultimately leading to a service crash.

2 Apr 2025
6.5
CVSS
CVE-2024-45699MEDIUM

The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be injected into the above endpoint causing it to be executed within the context of the victim's browser.

2 Apr 2025
5.4
CVSS
CVE-2024-42325LOW

Zabbix API user.get returns all users that share common group with the calling user. This includes media and other information, such as login attempts, etc.

2 Apr 2025
3.5
CVSS
CVE-2024-36469LOW

Execution time for an unsuccessful login differs when using a non-existing username compared to using an existing one.

2 Apr 2025
3.1
CVSS
CVE-2024-36465HIGH

A low privilege (regular) Zabbix user with API access can use SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL commands via the groupBy parameter.

2 Apr 2025
8.8
CVSS
CVE-2024-36466HIGH

A bug in the code allows an attacker to sign a forged zbx_session cookie, which then allows them to sign in with admin permissions.

28 Nov 2024
8.8
CVSS
CVE-2024-36464LOW

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.

27 Nov 2024
2.7
CVSS
CVE-2024-42333LOW

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

27 Nov 2024
2.7
CVSS
CVE-2024-42332LOW

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.

27 Nov 2024
3.7
CVSS
CVE-2024-42331LOW

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.

27 Nov 2024
3.3
CVSS
CVE-2024-42330CRITICAL

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.

27 Nov 2024
9.1
CVSS
CVE-2024-42329LOW

The webdriver for the Browser object expects an error object to be initialized when the webdriver_session_query function fails. But this function can fail for various reasons without an error description and then the wd->error will be NULL and trying to read from it will result in a crash.

27 Nov 2024
3.3
CVSS
CVE-2024-42328MEDIUM

When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curl_write_cb when receiving data. If the server's response is an empty document, then wd->data in the code below will remain NULL and an attempt to read from it will result in a crash.

27 Nov 2024
5.5
CVSS
CVE-2024-42327CRITICAL

A non-admin user account on the Zabbix frontend with the default User role, or with any other role that gives API access can exploit this vulnerability. An SQLi exists in the CUser class in the addRelatedObjects function, this function is being called from the CUser.get function which is available for every user who has API access.

27 Nov 2024
9.9
CVSS
CVE-2024-42326MEDIUM

There was discovered a use after free bug in browser.c in the es_browser_get_variant function

27 Nov 2024
4.4
CVSS
CVE-2024-36468HIGH

The reported vulnerability is a stack buffer overflow in the zbx_snmp_cache_handle_engineid function within the Zabbix server/proxy code. This issue occurs when copying data from session->securityEngineID to local_record.engineid without proper bounds checking.

27 Nov 2024
8.2
CVSS
CVE-2024-36467HIGH

An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having restricted GUI access.

27 Nov 2024
8.8
CVSS
CVE-2024-36463HIGH

The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects.

26 Nov 2024
8.8
CVSS
CVE-2024-22117LOW

When a URL is added to the map element, it is recorded in the database with sequential IDs. Upon adding a new URL, the system retrieves the last sysmapelementurlid value and increments it by one. However, an issue arises when a user manually changes the sysmapelementurlid value by adding sysmapelementurlid + 1. This action prevents others from adding URLs to the map element.

26 Nov 2024
2.2
CVSS
CVE-2024-36462HIGH

Uncontrolled resource consumption refers to a software vulnerability where a attacker or system uses excessive resources, such as CPU, memory, or network bandwidth, without proper limitations or controls. This can cause a denial-of-service (DoS) attack or degrade the performance of the affected system.

12 Aug 2024
7.5
CVSS
CVE-2024-36461HIGH

Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine.

12 Aug 2024
8.8
CVSS
CVE-2024-36460HIGH

The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text.

12 Aug 2024
8.1
CVSS
CVE-2024-22123LOW

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.

12 Aug 2024
2.7
CVSS
CVE-2024-22122CRITICAL

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.

12 Aug 2024
9.1
CVSS
CVE-2024-22121MEDIUM

A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application.

12 Aug 2024
6.1
CVSS
CVE-2024-22116HIGH

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.

12 Aug 2024
7.2
CVSS
CVE-2024-22114MEDIUM

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.

12 Aug 2024
4.3
CVSS
CVE-2024-22119MEDIUM

The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section.

9 Feb 2024
5.4
CVSS
CVE-2023-32728CRITICAL

The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters before passing them to a shell command resulting possible vulnerability for remote code execution.

18 Dec 2023
9.8
CVSS
CVE-2023-32727HIGH

An attacker who has the privilege to configure Zabbix items can use function icmpping() with additional malicious command inside it to execute arbitrary code on the current Zabbix server.

18 Dec 2023
7.2
CVSS
CVE-2023-32726HIGH

The vulnerability is caused by improper check for check if RDLENGTH does not overflow the buffer in response from DNS server.

18 Dec 2023
8.1
CVSS
CVE-2023-32725HIGH

The website configured in the URL widget will receive a session cookie when testing or executing scheduled reports. The received session cookie can then be used to access the frontend as the particular user.

18 Dec 2023
8.8
CVSS
CVE-2023-32724HIGH

Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation.

12 Oct 2023
8.8
CVSS
CVE-2023-32723CRITICAL

Request to LDAP is sent before user permissions are checked.

12 Oct 2023
9.1
CVSS
CVE-2023-32722HIGH

The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.

12 Oct 2023
7.8
CVSS
CVE-2023-32721MEDIUM

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.

12 Oct 2023
5.4
CVSS
CVE-2023-29453CRITICAL

Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g., "var a = {{.}}"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template. Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.

12 Oct 2023
9.8
CVSS
CVE-2023-30958MEDIUM

A security defect was identified in Foundry Frontend that enabled users to potentially conduct DOM XSS attacks if Foundry's CSP were to be bypassed. This defect was resolved with the release of Foundry Frontend 6.225.0.

4 Aug 2023
6.1
CVSS
CVE-2023-29458HIGH

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.

13 Jul 2023
7.5
CVSS
CVE-2023-29457MEDIUM

Reflected XSS attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script can be activated through Action form fields, which can be sent as request to a website with a vulnerability that enables execution of malicious scripts.

13 Jul 2023
6.1
CVSS
← PrevPage 1 / 3Next →