
CVE-2024-36467 – Authentication privilege escalation via user groups due to missing authorization checks
https://notcve.org/view.php?id=CVE-2024-36467
27 Nov 2024 — 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. • https://support.zabbix.com/browse/ZBX-25614 • CWE-285: Improper Authorization •

CVE-2024-36463
https://notcve.org/view.php?id=CVE-2024-36463
26 Nov 2024 — The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects. • https://support.zabbix.com/browse/ZBX-25611 • CWE-767: Access to Critical Private Variable via Public Method •

CVE-2024-22117 – Value of sysmap_element_url can be de-synchronized causing the map element to crash when new URLs is added
https://notcve.org/view.php?id=CVE-2024-22117
26 Nov 2024 — 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. • https://support.zabbix.com/browse/ZBX-25610 • CWE-20: Improper Input Validation •

CVE-2024-22123 – Zabbix Arbitrary File Read
https://notcve.org/view.php?id=CVE-2024-22123
09 Aug 2024 — 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. • https://support.zabbix.com/browse/ZBX-25013 • CWE-94: Improper Control of Generation of Code ('Code Injection') •

CVE-2024-22114 – System Information Widget in Global View Dashboard exposes information about Hosts to Users without Permission
https://notcve.org/view.php?id=CVE-2024-22114
09 Aug 2024 — 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. • https://support.zabbix.com/browse/ZBX-25015 • CWE-281: Improper Preservation of Permissions •

CVE-2024-36461 – Direct access to memory pointers within the JS engine for modification
https://notcve.org/view.php?id=CVE-2024-36461
09 Aug 2024 — Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine. • https://support.zabbix.com/browse/ZBX-25018 • CWE-822: Untrusted Pointer Dereference •

CVE-2024-36460 – Front-end audit log shows passwords in plaintext
https://notcve.org/view.php?id=CVE-2024-36460
09 Aug 2024 — The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text. • https://support.zabbix.com/browse/ZBX-25017 • CWE-256: Plaintext Storage of a Password •

CVE-2024-22122 – AT(GSM) Command Injection
https://notcve.org/view.php?id=CVE-2024-22122
09 Aug 2024 — 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. • https://support.zabbix.com/browse/ZBX-25012 • CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') •

CVE-2024-22121 – Zabbix Agent MSI Installer Allows Non-Admin User to Access Change Option via msiexec.exe
https://notcve.org/view.php?id=CVE-2024-22121
09 Aug 2024 — A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application. • https://support.zabbix.com/browse/ZBX-25011 • CWE-281: Improper Preservation of Permissions •

CVE-2024-22120 – Time Based SQL Injection in Zabbix Server Audit Log
https://notcve.org/view.php?id=CVE-2024-22120
17 May 2024 — 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. El servidor Zabbix puede realizar la ejecución de comandos para scripts configurados. Después de ejecutar el comando, la entrada de auditoría se agrega al "Registro de auditoría". • https://github.com/W01fh4cker/CVE-2024-22120-RCE • CWE-20: Improper Input Validation •