Lucene search

K
freebsdFreeBSDBEB36F39-4D74-11EE-985E-BFF341E78D94
HistorySep 06, 2023 - 12:00 a.m.

go -- multiple vulnerabilities

2023-09-0600:00:00
vuxml.freebsd.org
17
go
cmd/go
html/template
security
vulnerabilities
script contexts
xss attack
crypto/tls
panic
quic connections
unix

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

0.001 Low

EPSS

Percentile

48.7%

The Go project reports:

cmd/go: go.mod toolchain directive allows arbitrary
execution
The go.mod toolchain directive, introduced in Go 1.21,
could be leveraged to execute scripts and binaries
relative to the root of the module when the “go” command
was executed within the module. This applies to modules
downloaded using the “go” command from the module proxy,
as well as modules downloaded directly using VCS software.

html/template: improper handling of HTML-like comments
within script contexts
The html/template package did not properly handle
HMTL-like “”
comment tokens, nor hashbang “#!” comment tokens, in
<script> contexts. This may cause the template
parser to improperly interpret the contents of
<script> contexts, causing actions to be improperly
escaped. This could be leveraged to perform an XSS attack.

html/template: improper handling of special tags within
script contexts
The html/template package did not apply the proper rules
for handling occurrences
of “<script”, "

OSVersionArchitecturePackageVersionFilename
FreeBSDanynoarchgo120< 1.20.8UNKNOWN
FreeBSDanynoarchgo121< 1.21.1UNKNOWN

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

0.001 Low

EPSS

Percentile

48.7%