Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2023:0733-1

Опубликовано: 14 мар. 2023
Источник: suse-cvrf

Описание

Security update for go1.19

This update for go1.19 fixes the following issues:

  • CVE-2022-41722: Fixed path traversal in filepath.Clean on Windows (bsc#1208269).
  • CVE-2022-41723: Fixed quadratic complexity in HPACK decoding (bsc#1208270).
  • CVE-2022-41724: Fixed panic with arge handshake records in crypto/tls (bsc#1208271).
  • CVE-2022-41725: Fixed denial of service from excessive resource consumption in net/http and mime/multipart (bsc#1208272).
  • CVE-2023-24532: Fixed incorrect P-256 ScalarMult and ScalarBaseMult results (bsc#1209030).

Update to go1.19.7

  • go#58441 runtime: some linkname signatures do not match
  • go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy'
  • go#58535 runtime: long latency of sweep assists
  • go#58716 net: TestTCPSelfConnect failures due to unexpected connections
  • go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows
  • go#58810 crypto/x509: TestSystemVerify consistently failing

Update to go1.19.6:

  • go#56154 net/http: bad handling of HEAD requests with a body
  • go#57635 crypto/x509: TestBoringAllowCert failures
  • go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396
  • go#58118 time: update zoneinfo_abbrs on Windows
  • go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections
  • go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing

Update to go1.19.5 (bsc#1200441):

  • go#57706 Misc/cgo: backport needed for dlltool fix
  • go#57556 crypto/x509: re-allow duplicate attributes in CSRs
  • go#57444 cmd/link: need to handle new-style LoongArch relocs
  • go#57427 crypto/x509: Verify on macOS does not return typed errors
  • go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its 'old' argument.
  • go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices
  • go#57214 os: TestLstat failure on Linux Aarch64
  • go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length
  • go#57124 sync/atomic: allow linked lists of atomic.Pointer
  • go#57100 cmd/compile: non-retpoline-compatible errors
  • go#57058 cmd/go: remove test dependency on gopkg.in service
  • go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders
  • go#56983 runtime: failure in TestRaiseException on windows-amd64-2012
  • go#56834 cmd/link/internal/ppc64: too-far trampoline is reused
  • go#56770 cmd/compile: walkConvInterface produces broken IR
  • go#56744 cmd/compile: internal compiler error: missing typecheck
  • go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target
  • go#56154 net/http: bad handling of HEAD requests with a body

Список пакетов

Container bci/golang:1.19
go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise Module for Development Tools 15 SP4
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise Real Time 15 SP3
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise Server 15 SP3-LTSS
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
SUSE Linux Enterprise Server for SAP Applications 15 SP3
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1
openSUSE Leap 15.4
go1.19-1.19.7-150000.1.23.1
go1.19-doc-1.19.7-150000.1.23.1
go1.19-race-1.19.7-150000.1.23.1

Описание

A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as "a/../c:/b" into the valid path "c:\b". This transformation of a relative (if invalid) path into an absolute path could enable a directory traversal attack. After fix, the filepath.Clean function transforms this path into the relative (but still invalid) path ".\c:\b".


Затронутые продукты
Container bci/golang:1.19:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1

Ссылки

Описание

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.


Затронутые продукты
Container bci/golang:1.19:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1

Ссылки

Описание

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).


Затронутые продукты
Container bci/golang:1.19:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1

Ссылки

Описание

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing "up to maxMemory bytes +10MB (reserved for non-file parts) in memory". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, "If stored on disk, the File's underlying concrete type will be an *os.File.". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.


Затронутые продукты
Container bci/golang:1.19:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1

Ссылки

Описание

The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.


Затронутые продукты
Container bci/golang:1.19:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1
SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1

Ссылки
Уязвимость SUSE-SU-2023:0733-1