CVE-2023-24538

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*

History

25 Nov 2023, 11:15

Type Values Removed Values Added
References
  • () https://security.gentoo.org/glsa/202311-09 -

17 Apr 2023, 16:54

Type Values Removed Values Added
First Time Golang go
Golang
CPE cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
References (MISC) https://pkg.go.dev/vuln/GO-2023-1703 - (MISC) https://pkg.go.dev/vuln/GO-2023-1703 - Vendor Advisory
References (MISC) https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8 - (MISC) https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8 - Mailing List
References (MISC) https://go.dev/issue/59234 - (MISC) https://go.dev/issue/59234 - Issue Tracking, Patch
References (MISC) https://go.dev/cl/482079 - (MISC) https://go.dev/cl/482079 - Patch
CWE CWE-94
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8

06 Apr 2023, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-04-06 16:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-24538

Mitre link : CVE-2023-24538

CVE.ORG link : CVE-2023-24538


JSON object : View

Products Affected

golang

  • go
CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')