Filtered by vendor Zabbix Subscriptions
Total 92 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2024-22122 1 Zabbix 1 Zabbix 2024-12-10 3 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-22123 1 Zabbix 1 Zabbix 2024-12-10 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-22121 1 Zabbix 1 Zabbix 2024-12-10 6.1 Medium
A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application.
CVE-2024-36462 1 Zabbix 1 Zabbix 2024-12-10 7.5 High
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.
CVE-2024-36461 1 Zabbix 1 Zabbix 2024-12-10 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 2024-12-10 8.1 High
The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text.
CVE-2024-22114 1 Zabbix 1 Zabbix 2024-12-04 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-2024-22116 1 Zabbix 1 Zabbix 2024-12-04 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-36466 1 Zabbix 1 Zabbix 2024-12-04 8.8 High
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.
CVE-2024-36467 1 Zabbix 1 Zabbix 2024-12-04 7.5 High
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.
CVE-2024-42330 1 Zabbix 1 Frontend 2024-12-04 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-42327 1 Zabbix 1 Zabbix 2024-12-04 9.9 Critical
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.
CVE-2023-32728 1 Zabbix 1 Zabbix-agent2 2024-11-27 4.6 Medium
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.
CVE-2024-22119 1 Zabbix 1 Zabbix 2024-11-21 5.5 Medium
The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section.
CVE-2023-32727 1 Zabbix 1 Zabbix Server 2024-11-21 6.8 Medium
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.
CVE-2023-32726 1 Zabbix 1 Zabbix-agent 2024-11-21 3.9 Low
The vulnerability is caused by improper check for check if RDLENGTH does not overflow the buffer in response from DNS server.
CVE-2023-32725 1 Zabbix 2 Frontend, Zabbix Server 2024-11-21 9.6 Critical
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.
CVE-2023-32724 1 Zabbix 1 Zabbix 2024-11-21 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-32723 1 Zabbix 1 Zabbix 2024-11-21 8.5 High
Request to LDAP is sent before user permissions are checked.
CVE-2023-32722 1 Zabbix 1 Zabbix 2024-11-21 9.6 Critical
The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.