Arbitrary Code Injection Affecting containers-common package, versions <2:1-54.0.1.module+el8.9.0+90021+ce997450
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ORACLE8-CONTAINERSCOMMON-6080431
- published 23 Nov 2023
- disclosed 6 Apr 2023
Introduced: 6 Apr 2023
CVE-2023-24538 Open this link in a new tabHow to fix?
Upgrade Oracle:8
containers-common
to version 2:1-54.0.1.module+el8.9.0+90021+ce997450 or higher.
This issue was patched in ELSA-2023-6939
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream containers-common
package and not the containers-common
package as distributed by Oracle
.
See How to fix?
for Oracle:8
relevant fixed versions and status.
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
- https://linux.oracle.com/cve/CVE-2023-24538.html
- https://linux.oracle.com/errata/ELSA-2023-6363.html
- https://linux.oracle.com/errata/ELSA-2023-6938.html
- https://linux.oracle.com/errata/ELSA-2023-6939.html
- https://go.dev/cl/482079
- https://go.dev/issue/59234
- https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8
- https://pkg.go.dev/vuln/GO-2023-1703
- https://security.gentoo.org/glsa/202311-09