Zabbix
by Zabbix
Source repositories
CVEs (118)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2024-36462 | 0.00 | — | 0.01 | Aug 9, 2024 | Uncontrolled resource consumption refers to a software vulnerability where a attacker or system uses excessive resources, such as CPU, memory, or network bandwidth, without proper limitations or controls. This can cause a denial-of-service (DoS) attack or degrade the performance… | |||
| CVE-2024-36461 | 0.00 | — | 0.01 | Aug 9, 2024 | Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine. | |||
| CVE-2024-36460 | 0.00 | — | 0.01 | Aug 9, 2024 | The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text. | |||
| CVE-2024-22122 | 0.00 | — | 0.02 | Aug 9, 2024 | 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… | |||
| CVE-2024-22121 | 0.00 | — | 0.00 | Aug 9, 2024 | A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application. | |||
| CVE-2024-22119 | 0.00 | — | 0.01 | Feb 9, 2024 | The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section. | |||
| CVE-2023-32728 | 0.00 | — | 0.01 | Dec 18, 2023 | The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters before passing them to a shell command resulting possible vulnerability for remote code execution. | |||
| CVE-2023-32727 | 0.00 | — | 0.01 | Dec 18, 2023 | An attacker who has the privilege to configure Zabbix items can use function icmpping() with additional malicious command inside it to execute arbitrary code on the current Zabbix server. | |||
| CVE-2023-32726 | 0.00 | — | 0.01 | Dec 18, 2023 | The vulnerability is caused by improper check for check if RDLENGTH does not overflow the buffer in response from DNS server. | |||
| CVE-2023-32725 | 0.00 | — | 0.01 | Dec 18, 2023 | The website configured in the URL widget will receive a session cookie when testing or executing scheduled reports. The received session cookie can then be used to access the frontend as the particular user. | |||
| CVE-2023-32724 | 0.00 | — | 0.01 | Oct 12, 2023 | Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation. | |||
| CVE-2023-32723 | 0.00 | — | 0.01 | Oct 12, 2023 | Request to LDAP is sent before user permissions are checked. | |||
| CVE-2023-32722 | 0.00 | — | 0.01 | Oct 12, 2023 | The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open. | |||
| CVE-2023-32721 | 0.00 | — | 0.01 | Oct 12, 2023 | A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL. | |||
| CVE-2023-29453 | 0.00 | — | 0.01 | Oct 12, 2023 | Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the… | |||
| CVE-2023-29457 | 0.00 | — | 0.01 | Jul 13, 2023 | Reflected XSS attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script can be activated through Action form fields, which can be sent as request to a website with a vulnerability that enables execution of malicious scripts. | |||
| CVE-2023-29458 | 0.00 | — | 0.01 | Jul 13, 2023 | Duktape is an 3rd-party embeddable JavaScript engine, with a focus on portability and compact footprint. When adding too many values in valstack JavaScript will crash. This issue occurs due to bug in Duktape 2.6 which is an 3rd-party solution that we use. | |||
| CVE-2023-29456 | 0.00 | — | 0.00 | Jul 13, 2023 | URL validation scheme receives input from a user and then parses it to identify its various components. The validation scheme can ensure that all URL components comply with internet standards. | |||
| CVE-2023-29455 | 0.00 | — | 0.01 | Jul 13, 2023 | Reflected XSS attacks, also known as non-persistent attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script is activated through a link, which sends a request to a website with a vulnerability that enables execution of… | |||
| CVE-2023-29454 | 0.00 | — | 0.00 | Jul 13, 2023 | Stored or persistent cross-site scripting (XSS) is a type of XSS where the attacker first sends the payload to the web application, then the application saves the payload (e.g., in a database or server-side text files), and finally, the application unintentionally executes the… |
- CVE-2024-36462Aug 9, 2024risk 0.00cvss —epss 0.01
Uncontrolled resource consumption refers to a software vulnerability where a attacker or system uses excessive resources, such as CPU, memory, or network bandwidth, without proper limitations or controls. This can cause a denial-of-service (DoS) attack or degrade the performance…
- CVE-2024-36461Aug 9, 2024risk 0.00cvss —epss 0.01
Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine.
- CVE-2024-36460Aug 9, 2024risk 0.00cvss —epss 0.01
The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text.
- CVE-2024-22122Aug 9, 2024risk 0.00cvss —epss 0.02
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…
- CVE-2024-22121Aug 9, 2024risk 0.00cvss —epss 0.00
A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application.
- CVE-2024-22119Feb 9, 2024risk 0.00cvss —epss 0.01
The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section.
- CVE-2023-32728Dec 18, 2023risk 0.00cvss —epss 0.01
The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters before passing them to a shell command resulting possible vulnerability for remote code execution.
- CVE-2023-32727Dec 18, 2023risk 0.00cvss —epss 0.01
An attacker who has the privilege to configure Zabbix items can use function icmpping() with additional malicious command inside it to execute arbitrary code on the current Zabbix server.
- CVE-2023-32726Dec 18, 2023risk 0.00cvss —epss 0.01
The vulnerability is caused by improper check for check if RDLENGTH does not overflow the buffer in response from DNS server.
- CVE-2023-32725Dec 18, 2023risk 0.00cvss —epss 0.01
The website configured in the URL widget will receive a session cookie when testing or executing scheduled reports. The received session cookie can then be used to access the frontend as the particular user.
- CVE-2023-32724Oct 12, 2023risk 0.00cvss —epss 0.01
Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation.
- CVE-2023-32723Oct 12, 2023risk 0.00cvss —epss 0.01
Request to LDAP is sent before user permissions are checked.
- CVE-2023-32722Oct 12, 2023risk 0.00cvss —epss 0.01
The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.
- CVE-2023-32721Oct 12, 2023risk 0.00cvss —epss 0.01
A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL.
- CVE-2023-29453Oct 12, 2023risk 0.00cvss —epss 0.01
Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the…
- CVE-2023-29457Jul 13, 2023risk 0.00cvss —epss 0.01
Reflected XSS attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script can be activated through Action form fields, which can be sent as request to a website with a vulnerability that enables execution of malicious scripts.
- CVE-2023-29458Jul 13, 2023risk 0.00cvss —epss 0.01
Duktape is an 3rd-party embeddable JavaScript engine, with a focus on portability and compact footprint. When adding too many values in valstack JavaScript will crash. This issue occurs due to bug in Duktape 2.6 which is an 3rd-party solution that we use.
- CVE-2023-29456Jul 13, 2023risk 0.00cvss —epss 0.00
URL validation scheme receives input from a user and then parses it to identify its various components. The validation scheme can ensure that all URL components comply with internet standards.
- CVE-2023-29455Jul 13, 2023risk 0.00cvss —epss 0.01
Reflected XSS attacks, also known as non-persistent attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script is activated through a link, which sends a request to a website with a vulnerability that enables execution of…
- CVE-2023-29454Jul 13, 2023risk 0.00cvss —epss 0.00
Stored or persistent cross-site scripting (XSS) is a type of XSS where the attacker first sends the payload to the web application, then the application saves the payload (e.g., in a database or server-side text files), and finally, the application unintentionally executes the…
Page 4 of 6