Zabbix
by Zabbix
Source repositories
CVEs (118)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2024-45699 | 0.00 | — | 0.00 | Apr 2, 2025 | The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be… | |||
| CVE-2024-42325 | 0.00 | — | 0.00 | Apr 2, 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. | |||
| CVE-2024-36469 | 0.00 | — | 0.00 | Apr 2, 2025 | Execution time for an unsuccessful login differs when using a non-existing username compared to using an existing one. | |||
| CVE-2024-36465 | 0.00 | — | 0.23 | Apr 2, 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. | |||
| CVE-2024-36466 | 0.00 | — | 0.01 | Nov 28, 2024 | 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. | |||
| CVE-2024-36464 | 0.00 | — | 0.01 | Nov 27, 2024 | 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… | |||
| CVE-2024-42333 | 0.00 | — | 0.01 | Nov 27, 2024 | 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 | |||
| CVE-2024-42332 | 0.00 | — | 0.01 | Nov 27, 2024 | 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… | |||
| CVE-2024-42331 | 0.00 | — | 0.00 | Nov 27, 2024 | In the src/libs/zbxembed/browser.c file, the es_browser_ctor method retrieves a heap pointer from the Duktape JavaScript engine. This heap pointer is subsequently utilized by the browser_push_error method in the src/libs/zbxembed/browser_error.c file. A use-after-free bug can… | |||
| CVE-2024-42330 | 0.00 | — | 0.01 | Nov 27, 2024 | 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… | |||
| CVE-2024-42329 | 0.00 | — | 0.00 | Nov 27, 2024 | The webdriver for the Browser object expects an error object to be initialized when the webdriver_session_query function fails. But this function can fail for various reasons without an error description and then the wd->error will be NULL and trying to read from it will result… | |||
| CVE-2024-42328 | 0.00 | — | 0.00 | Nov 27, 2024 | When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curl_write_cb when receiving data. If the server's response is an empty document, then wd->data in the code below will remain NULL and an attempt… | |||
| CVE-2024-42326 | 0.00 | — | 0.00 | Nov 27, 2024 | There was discovered a use after free bug in browser.c in the es_browser_get_variant function | |||
| CVE-2024-36468 | 0.00 | — | 0.01 | Nov 27, 2024 | The reported vulnerability is a stack buffer overflow in the zbx_snmp_cache_handle_engineid function within the Zabbix server/proxy code. This issue occurs when copying data from session->securityEngineID to local_record.engineid without proper bounds checking. | |||
| CVE-2024-36467 | 0.00 | — | 0.01 | Nov 27, 2024 | An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having… | |||
| CVE-2024-36463 | 0.00 | — | 0.01 | Nov 26, 2024 | The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects. | |||
| CVE-2024-22117 | 0.00 | — | 0.00 | Nov 26, 2024 | When a URL is added to the map element, it is recorded in the database with sequential IDs. Upon adding a new URL, the system retrieves the last sysmapelementurlid value and increments it by one. However, an issue arises when a user manually changes the sysmapelementurlid value… | |||
| CVE-2024-22123 | 0.00 | — | 0.01 | Aug 9, 2024 | 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… | |||
| CVE-2024-22116 | 0.00 | — | 0.02 | Aug 9, 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… | |||
| CVE-2024-22114 | 0.00 | — | 0.01 | Aug 9, 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. |
- CVE-2024-45699Apr 2, 2025risk 0.00cvss —epss 0.00
The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be…
- CVE-2024-42325Apr 2, 2025risk 0.00cvss —epss 0.00
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.
- CVE-2024-36469Apr 2, 2025risk 0.00cvss —epss 0.00
Execution time for an unsuccessful login differs when using a non-existing username compared to using an existing one.
- CVE-2024-36465Apr 2, 2025risk 0.00cvss —epss 0.23
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.
- CVE-2024-36466Nov 28, 2024risk 0.00cvss —epss 0.01
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.
- CVE-2024-36464Nov 27, 2024risk 0.00cvss —epss 0.01
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…
- CVE-2024-42333Nov 27, 2024risk 0.00cvss —epss 0.01
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
- CVE-2024-42332Nov 27, 2024risk 0.00cvss —epss 0.01
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…
- CVE-2024-42331Nov 27, 2024risk 0.00cvss —epss 0.00
In the src/libs/zbxembed/browser.c file, the es_browser_ctor method retrieves a heap pointer from the Duktape JavaScript engine. This heap pointer is subsequently utilized by the browser_push_error method in the src/libs/zbxembed/browser_error.c file. A use-after-free bug can…
- CVE-2024-42330Nov 27, 2024risk 0.00cvss —epss 0.01
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…
- CVE-2024-42329Nov 27, 2024risk 0.00cvss —epss 0.00
The webdriver for the Browser object expects an error object to be initialized when the webdriver_session_query function fails. But this function can fail for various reasons without an error description and then the wd->error will be NULL and trying to read from it will result…
- CVE-2024-42328Nov 27, 2024risk 0.00cvss —epss 0.00
When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curl_write_cb when receiving data. If the server's response is an empty document, then wd->data in the code below will remain NULL and an attempt…
- CVE-2024-42326Nov 27, 2024risk 0.00cvss —epss 0.00
There was discovered a use after free bug in browser.c in the es_browser_get_variant function
- CVE-2024-36468Nov 27, 2024risk 0.00cvss —epss 0.01
The reported vulnerability is a stack buffer overflow in the zbx_snmp_cache_handle_engineid function within the Zabbix server/proxy code. This issue occurs when copying data from session->securityEngineID to local_record.engineid without proper bounds checking.
- CVE-2024-36467Nov 27, 2024risk 0.00cvss —epss 0.01
An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having…
- CVE-2024-36463Nov 26, 2024risk 0.00cvss —epss 0.01
The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects.
- CVE-2024-22117Nov 26, 2024risk 0.00cvss —epss 0.00
When a URL is added to the map element, it is recorded in the database with sequential IDs. Upon adding a new URL, the system retrieves the last sysmapelementurlid value and increments it by one. However, an issue arises when a user manually changes the sysmapelementurlid value…
- CVE-2024-22123Aug 9, 2024risk 0.00cvss —epss 0.01
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…
- CVE-2024-22116Aug 9, 2024risk 0.00cvss —epss 0.02
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…
- CVE-2024-22114Aug 9, 2024risk 0.00cvss —epss 0.01
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.
Page 3 of 6