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') •
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
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
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 https://github.com/g4nkd/CVE-2024-22120-RCE-with-gopher https://github.com/isPique/CVE-2024-22120-RCE-with-gopher https://support.zabbix.com/browse/ZBX-24505 • CWE-20: Improper Input Validation •