Show filters
102 Total Results
Displaying 31-40 of 102
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-30958

Disclosure Date: August 03, 2023 (last updated October 08, 2023)
A security defect was identified in Foundry Frontend that enabled users to potentially conduct DOM XSS attacks if Foundry's CSP were to be bypassed. This defect was resolved with the release of Foundry Frontend 6.225.0.
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-29457

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

CVE-2023-29456

Disclosure Date: July 13, 2023 (last updated February 14, 2025)
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.
Attacker Value
Unknown

CVE-2023-29455

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

CVE-2023-29454

Disclosure Date: July 13, 2023 (last updated February 14, 2025)
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 payload for every victim visiting its web pages.
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.