Show filters
93 Total Results
Displaying 31-40 of 93
Sort by:
Attacker Value
Unknown

CVE-2023-32722

Disclosure Date: October 12, 2023 (last updated October 18, 2023)
The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.
Attacker Value
Unknown

CVE-2023-32721

Disclosure Date: October 12, 2023 (last updated October 18, 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.
Attacker Value
Unknown

CVE-2023-29453

Disclosure Date: October 12, 2023 (last updated October 25, 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 action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g., "var a = {{.}}"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template. Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitin…
Attacker Value
Unknown

CVE-2023-29458

Disclosure Date: July 13, 2023 (last updated October 08, 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.
Attacker Value
Unknown

CVE-2023-29452

Disclosure Date: July 13, 2023 (last updated October 08, 2023)
Currently, geomap configuration (Administration -> General -> Geographical maps) allows using HTML in the field “Attribution text” when selected “Other” Tile provider.
Attacker Value
Unknown

CVE-2023-29451

Disclosure Date: July 13, 2023 (last updated October 08, 2023)
Specially crafted string can cause a buffer overrun in the JSON parser library leading to a crash of the Zabbix Server or a Zabbix Proxy.
Attacker Value
Unknown

CVE-2023-29450

Disclosure Date: July 13, 2023 (last updated October 08, 2023)
JavaScript pre-processing can be used by the attacker to gain access to the file system (read-only access on behalf of user "zabbix") on the Zabbix Server or Zabbix Proxy, potentially leading to unauthorized access to sensitive data.
Attacker Value
Unknown

CVE-2023-29449

Disclosure Date: July 13, 2023 (last updated October 08, 2023)
JavaScript preprocessing, webhooks and global scripts can cause uncontrolled CPU, memory, and disk I/O utilization. Preprocessing/webhook/global script configuration and testing are only available to Administrative roles (Admin and Superadmin). Administrative privileges should be typically granted to users who need to perform tasks that require more control over the system. The security risk is limited because not all users have this level of access.
Attacker Value
Unknown

CVE-2022-43516

Disclosure Date: November 30, 2022 (last updated October 08, 2023)
A Firewall Rule which allows all incoming TCP connections to all programs from any source and to all ports is created in Windows Firewall after Zabbix agent installation (MSI)
Attacker Value
Unknown

CVE-2022-46768

Disclosure Date: September 21, 2022 (last updated October 08, 2023)
Arbitrary file read vulnerability exists in Zabbix Web Service Report Generation, which listens on the port 10053. The service does not have proper validation for URL parameters before reading the files.