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 jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.
References
Link | Resource |
---|---|
https://support.zabbix.com/browse/ZBX-23388 | Vendor Advisory |
https://support.zabbix.com/browse/ZBX-23388 | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:57
Type | Values Removed | Values Added |
---|---|---|
References | () https://support.zabbix.com/browse/ZBX-23388 - Vendor Advisory |
24 Oct 2023, 14:50
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://support.zabbix.com/browse/ZBX-23388 - Vendor Advisory | |
CPE | cpe:2.3:a:zabbix:zabbix-agent2:*:*:*:*:*:*:*:* | |
First Time |
Zabbix
Zabbix zabbix-agent2 |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
CWE | CWE-94 |
12 Oct 2023, 06:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-10-12 06:15
Updated : 2024-11-21 07:57
NVD link : CVE-2023-29453
Mitre link : CVE-2023-29453
CVE.ORG link : CVE-2023-29453
JSON object : View
Products Affected
zabbix
- zabbix-agent2
CWE
CWE-94
Improper Control of Generation of Code ('Code Injection')