Описание
ELSA-2026-0922: golang security update (IMPORTANT)
[1.25.5-1]
- Update to Go 1.25.5 (fips-1)
[1.25.3-5]
- gating.yaml: Add tier1 s390x tests
[1.25.3-4]
- Cleanup lib/ ownership
- Remove legacy logic forcing lib/ into golang-tests
- Move lib/wasm, lib/fips140, and lib/time to main golang package
- Fixes go_js_wasm_exec availability
[1.25.3-3]
- plans/tier0.fmf: Import plan
[1.25.3-2]
- rpminspect.yaml: Add testdata to annocheck ignore
Обновленные пакеты
Oracle Linux 10
Oracle Linux aarch64
go-toolset
1.25.5-1.el10_1
golang
1.25.5-1.el10_1
golang-bin
1.25.5-1.el10_1
golang-docs
1.25.5-1.el10_1
golang-misc
1.25.5-1.el10_1
golang-race
1.25.5-1.el10_1
golang-src
1.25.5-1.el10_1
golang-tests
1.25.5-1.el10_1
Oracle Linux x86_64
go-toolset
1.25.5-1.el10_1
golang
1.25.5-1.el10_1
golang-bin
1.25.5-1.el10_1
golang-docs
1.25.5-1.el10_1
golang-misc
1.25.5-1.el10_1
golang-race
1.25.5-1.el10_1
golang-src
1.25.5-1.el10_1
golang-tests
1.25.5-1.el10_1
Связанные CVE
Связанные уязвимости
Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.
Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.
Excessive resource consumption when printing error string for host certificate validation in crypto/x509
Within HostnameError.Error(), when constructing an error string, there ...