CVE-2024-36466 – Unauthenticated Zabbix frontend takeover when SSO is being used
https://notcve.org/view.php?id=CVE-2024-36466
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. Un error en el código permite a un atacante firmar una cookie zbx_session falsificada, que luego le permite iniciar sesión con permisos de administrador. • https://support.zabbix.com/browse/ZBX-25635 • CWE-290: Authentication Bypass by Spoofing •
CVE-2024-36464 – Media Types: Office365, SMTP passwords are unencrypted and visible in plaintext when exported
https://notcve.org/view.php?id=CVE-2024-36464
When exporting media types, the password is exported in the YAML in plain text. This appears to be a best practices type issue and may have no actual impact. The user would need to have permissions to access the media types and therefore would be expected to have access to these passwords. • https://support.zabbix.com/browse/ZBX-25630 • CWE-256: Plaintext Storage of a Password •
CVE-2024-42333 – Heap buffer over-read
https://notcve.org/view.php?id=CVE-2024-42333
The researcher is showing that it is possible to leak a small amount of Zabbix Server memory using an out of bounds read in src/libs/zbxmedia/email.c El investigador está demostrando que es posible filtrar una pequeña cantidad de memoria del servidor Zabbix mediante una lectura fuera de los límites en src/libs/zbxmedia/email.c • https://support.zabbix.com/browse/ZBX-25629 • CWE-126: Buffer Over-read •
CVE-2024-42332 – New line injection in Zabbix SNMP traps
https://notcve.org/view.php?id=CVE-2024-42332
The researcher is showing that due to the way the SNMP trap log is parsed, an attacker can craft an SNMP trap with additional lines of information and have forged data show in the Zabbix UI. This attack requires SNMP auth to be off and/or the attacker to know the community/auth details. The attack requires an SNMP item to be configured as text on the target host. El investigador demuestra que, debido a la forma en que se analiza el registro de trampas SNMP, un atacante puede manipular una trampa SNMP con líneas de información adicionales y hacer que los datos falsificados se muestren en la interfaz de usuario de Zabbix. Este ataque requiere que la autenticación SNMP esté desactivada o que el atacante conozca los detalles de la comunidad o la autenticación. • https://support.zabbix.com/browse/ZBX-25628 •
CVE-2024-42330 – JS - Internal strings in HTTP headers
https://notcve.org/view.php?id=CVE-2024-42330
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. El objeto HttpRequest permite obtener los encabezados HTTP de la respuesta del servidor después de enviar la solicitud. El problema es que las cadenas devueltas se crean directamente a partir de los datos devueltos por el servidor y no están codificadas correctamente para JavaScript. • https://support.zabbix.com/browse/ZBX-25626 • CWE-134: Use of Externally-Controlled Format String •