Описание
Security update for go1.13
This update for go1.13 fixes the following issues:
- go1.13.14 (released 2020/07/16) includes fixes to the compiler,
vet, and the database/sql, net/http, and reflect packages
Refs bsc#1149259 go1.13 release tracking
- go#39925 net/http: panic on misformed If-None-Match Header with http.ServeContent
- go#39848 cmd/compile: internal compile error when using sync.Pool: mismatched zero/store sizes
- go#39823 cmd/go: TestBuildIDContainsArchModeEnv/386 fails on linux/386 in Go 1.14 and 1.13, not 1.15
- go#39697 reflect: panic from malloc after MakeFunc function returns value that is also stored globally
- go#39561 cmd/compile/internal/ssa: TestNexting/dlv-dbg-hist failing on linux-386-longtest builder because it tries to use an older version of dlv which only supports linux/amd64
- go#39538 net: TestDialParallel is flaky on windows-amd64-longtest
- go#39287 cmd/vet: update for new number formats
- go#40211 net/http: Expect 100-continue panics in httputil.ReverseProxy bsc#1174153 CVE-2020-15586
- go#40209 crypto/x509: Certificate.Verify method seemingly ignoring EKU requirements on Windows bsc#1174191 CVE-2020-14039 (Windows only)
- go#38932 runtime: preemption in startTemplateThread may cause infinite hang
- go#36689 go/types, math/big: data race in go/types due to math/big.Rat accessors unsafe for concurrent use
- Add patch to ensure /etc/hosts is used if /etc/nsswitch.conf is not present bsc#1172868 gh#golang/go#35305
This update was imported from the SUSE:SLE-15:Update update project.
Список пакетов
openSUSE Leap 15.1
go1.13-1.13.14-lp151.5.1
go1.13-doc-1.13.14-lp151.5.1
go1.13-race-1.13.14-lp151.5.1
Ссылки
- E-Mail link for openSUSE-SU-2020:1087-1
- SUSE Security Ratings
- SUSE Bug 1149259
- SUSE Bug 1169832
- SUSE Bug 1172868
- SUSE Bug 1174153
- SUSE Bug 1174191
- SUSE CVE CVE-2020-14039 page
- SUSE CVE CVE-2020-15586 page
Описание
In Go before 1.13.13 and 1.14.x before 1.14.5, Certificate.Verify may lack a check on the VerifyOptions.KeyUsages EKU requirements (if VerifyOptions.Roots equals nil and the installation is on Windows). Thus, X.509 certificate verification is incomplete.
Затронутые продукты
openSUSE Leap 15.1:go1.13-1.13.14-lp151.5.1
openSUSE Leap 15.1:go1.13-doc-1.13.14-lp151.5.1
openSUSE Leap 15.1:go1.13-race-1.13.14-lp151.5.1
Ссылки
- CVE-2020-14039
- SUSE Bug 1174191
Описание
Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time.
Затронутые продукты
openSUSE Leap 15.1:go1.13-1.13.14-lp151.5.1
openSUSE Leap 15.1:go1.13-doc-1.13.14-lp151.5.1
openSUSE Leap 15.1:go1.13-race-1.13.14-lp151.5.1
Ссылки
- CVE-2020-15586
- SUSE Bug 1174153