
CVE-2024-22116 – Remote code execution within ping script
https://notcve.org/view.php?id=CVE-2024-22116
09 Aug 2024 — 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. • https://support.zabbix.com/browse/ZBX-25016 • 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-36462 – Allocation of resources without limits or throttling (uncontrolled resource consumption)
https://notcve.org/view.php?id=CVE-2024-36462
09 Aug 2024 — 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. • https://support.zabbix.com/browse/ZBX-25019 • CWE-770: Allocation of Resources Without Limits or Throttling •

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 •

CVE-2024-22119 – Stored XSS in graph items select form
https://notcve.org/view.php?id=CVE-2024-22119
09 Feb 2024 — The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section. La causa de la vulnerabilidad es la validación inadecuada del campo de entrada del formulario "Nombre" en la página Gráfico en la sección Elementos. • https://lists.debian.org/debian-lts-announce/2024/04/msg00020.html • CWE-20: Improper Input Validation CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2023-32728 – Code injection in zabbix_agent2 smart.disk.get caused by smartctl plugin
https://notcve.org/view.php?id=CVE-2023-32728
18 Dec 2023 — 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. La clave del elemento Zabbix Agent 2 smart.disk.get no sanitiza sus parámetros antes de pasarlos a un comando de shell, lo que resulta en una posible vulnerabilidad de ejecución remota de código. • https://support.zabbix.com/browse/ZBX-23858 • CWE-20: Improper Input Validation CWE-94: Improper Control of Generation of Code ('Code Injection') •