Описание
Security update for go1.17
This update for go1.17 fixes the following issues:
- CVE-2022-23806: Fixed incorrect returned value in crypto/elliptic IsOnCurve (bsc#1195838).
- CVE-2022-23772: Fixed overflow in Rat.SetString in math/big can lead to uncontrolled memory consumption (bsc#1195835).
- CVE-2022-23773: Fixed incorrect access control in cmd/go (bsc#1195834).
The following non-security bugs were fixed:
- go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements
- go#50701 math/big: Rat.SetString may consume large amount of RAM and crash
- go#50687 cmd/go: do not treat branches with semantic-version names as releases
- go#50942 cmd/asm: 'compile: loop' compiler bug?
- go#50867 cmd/compile: incorrect use of CMN on arm64
- go#50812 cmd/go: remove bitbucket VCS probing
- go#50781 runtime: incorrect frame information in traceback traversal may hang the process.
- go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error
- go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg
- go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch
- go#50297 cmd/link: does not set section type of .init_array correctly
- go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of 'plugin' Package
Список пакетов
Container bci/golang:1.17
go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise Module for Development Tools 15 SP3
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise Real Time 15 SP2
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise Server 15 SP2-BCL
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise Server 15 SP2-LTSS
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Linux Enterprise Server for SAP Applications 15 SP2
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Manager Proxy 4.1
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Manager Retail Branch Server 4.1
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
SUSE Manager Server 4.1
go1.17-1.17.7-1.20.1
go1.17-doc-1.17.7-1.20.1
go1.17-race-1.17.7-1.20.1
Ссылки
- Link for SUSE-SU-2022:0723-1
- E-Mail link for SUSE-SU-2022:0723-1
- SUSE Security Ratings
- SUSE Bug 1190649
- SUSE Bug 1195834
- SUSE Bug 1195835
- SUSE Bug 1195838
- SUSE CVE CVE-2022-23772 page
- SUSE CVE CVE-2022-23773 page
- SUSE CVE CVE-2022-23806 page
Описание
Rat.SetString in math/big in Go before 1.16.14 and 1.17.x before 1.17.7 has an overflow that can lead to Uncontrolled Memory Consumption.
Затронутые продукты
Container bci/golang:1.17:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-doc-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-race-1.17.7-1.20.1
Ссылки
- CVE-2022-23772
- SUSE Bug 1195835
Описание
cmd/go in Go before 1.16.14 and 1.17.x before 1.17.7 can misinterpret branch names that falsely appear to be version tags. This can lead to incorrect access control if an actor is supposed to be able to create branches but not tags.
Затронутые продукты
Container bci/golang:1.17:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-doc-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-race-1.17.7-1.20.1
Ссылки
- CVE-2022-23773
- SUSE Bug 1195834
Описание
Curve.IsOnCurve in crypto/elliptic in Go before 1.16.14 and 1.17.x before 1.17.7 can incorrectly return true in situations with a big.Int value that is not a valid field element.
Затронутые продукты
Container bci/golang:1.17:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-doc-1.17.7-1.20.1
SUSE Enterprise Storage 7:go1.17-race-1.17.7-1.20.1
Ссылки
- CVE-2022-23806
- SUSE Bug 1195838
- SUSE Bug 1206559
- SUSE Bug 1208723