• CVE-2023-24538

发布时间: 2023年4月21日

修改时间: 2025年1月17日

概要

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.

CVSS v3 指标

NVD openEuler
Confidentiality High None
Attack Vector Network Network
CVSS评分 9.8 5.9
Attack Complexity Low High
Privileges Required None None
Scope Unchanged Unchanged
Integrity High High
User Interaction None None
Availability High None

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1907 golang security update 2023年4月21日
KylinSec-SA-2024-1057 containernetworking-plugins security update 2024年1月12日
KylinSec-SA-2024-4573 podman security update 2025年1月15日

影响产品

产品 状态
KY3.4-4A golang Fixed
KY3.4-5A golang Fixed
KY3.5.2 golang Fixed
KY3.5.1 golang Fixed
KY3.5.3 golang Fixed