CVE-2024-22123 – Zabbix Arbitrary File Read
https://notcve.org/view.php?id=CVE-2024-22123
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
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
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
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
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') •