Arbitrary Code Injection Affecting golang package, versions <0:1.19.9-1.module+el8.8.0+18857+fca43658


Severity

Recommended
high

Based on CentOS security rating

    Threat Intelligence

    EPSS
    0.64% (80th percentile)

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-CENTOS8-GOLANG-5413405
  • published 5 Apr 2023
  • disclosed 4 Apr 2023

How to fix?

Upgrade Centos:8 golang to version 0:1.19.9-1.module+el8.8.0+18857+fca43658 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream golang package and not the golang package as distributed by Centos. See How to fix? for Centos: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.

CVSS Scores

version 3.1
Expand this section

NVD

9.8 critical
  • Attack Vector (AV)
    Network
  • Attack Complexity (AC)
    Low
  • Privileges Required (PR)
    None
  • User Interaction (UI)
    None
  • Scope (S)
    Unchanged
  • Confidentiality (C)
    High
  • Integrity (I)
    High
  • Availability (A)
    High
Expand this section

Red Hat

9.8 critical
Expand this section

SUSE

5.9 medium