[GO-2023-1703] Backticks not treated as string delimiters in html/template

Severity Critical
Affected Packages 2
Fixed Packages 2
CVEs 1

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.

Package Affected Version
pkg:golang/html/template >= 1.20.2, < 1.19.8
pkg:golang/html/template >= 1.20.2, < 1.20.3
Package Fixed Version
pkg:golang/html/template = 1.19.8
pkg:golang/html/template = 1.20.3
Type Package URL Namespace Name / Product Version Distribution / Platform Arch Patch / Fix
Fixed pkg:golang/html/template html template = 1.19.8
Affected pkg:golang/html/template html template >= 1.20.2 < 1.19.8
Fixed pkg:golang/html/template html template = 1.20.3
Affected pkg:golang/html/template html template >= 1.20.2 < 1.20.3
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...