
CVE-2024-45700 – DoS vulnerability due to uncontrolled resource exhaustion
https://notcve.org/view.php?id=CVE-2024-45700
02 Apr 2025 — Zabbix server is vulnerable to a DoS vulnerability due to uncontrolled resource exhaustion. An attacker can send specially crafted requests to the server, which will cause the server to allocate an excessive amount of memory and perform CPU-intensive decompression operations, ultimately leading to a service crash. • https://support.zabbix.com/browse/ZBX-26253 • CWE-770: Allocation of Resources Without Limits or Throttling •

CVE-2024-42325 – Excessive information returned by user.get
https://notcve.org/view.php?id=CVE-2024-42325
02 Apr 2025 — Zabbix API user.get returns all users that share common group with the calling user. This includes media and other information, such as login attempts, etc. • https://support.zabbix.com/browse/ZBX-26258 • CWE-359: Exposure of Private Personal Information to an Unauthorized Actor •

CVE-2024-36469 – User enumeration via timing attack in Zabbix web interface
https://notcve.org/view.php?id=CVE-2024-36469
02 Apr 2025 — Execution time for an unsuccessful login differs when using a non-existing username compared to using an existing one. • https://support.zabbix.com/browse/ZBX-26255 • CWE-208: Observable Timing Discrepancy •

CVE-2024-36465 – SQL injection in Zabbix API
https://notcve.org/view.php?id=CVE-2024-36465
02 Apr 2025 — A low privilege (regular) Zabbix user with API access can use SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL commands via the groupBy parameter. • https://support.zabbix.com/browse/ZBX-26257 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •