Описание
ELSA-2024-1472: go-toolset:ol8 security update (IMPORTANT)
delve [1.20.2-1.0.1]
- Disable DWARF compression which has issues (Alex Burmashev)
[1.20.2-1]
- Rebase to 1.20.2
- Resolves: rhbz#2186495
golang [1.20.12-3]
- Fix CVE-2024-1394
- Resolves: RHEL-27928
[1.20.12-2]
- Fix sources file
- Related: RHEL-19231
go-toolset
Обновленные пакеты
Oracle Linux 8
Oracle Linux aarch64
Module go-toolset:ol8 is enabled
go-toolset
1.20.12-1.module+el8.9.0+90189+385a1f8c
golang
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-bin
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-docs
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-misc
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-src
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-tests
1.20.12-3.module+el8.9.0+90189+385a1f8c
Oracle Linux x86_64
Module go-toolset:ol8 is enabled
delve
1.20.2-1.0.1.module+el8.9.0+90001+52c302fe
go-toolset
1.20.12-1.module+el8.9.0+90189+385a1f8c
golang
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-bin
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-docs
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-misc
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-src
1.20.12-3.module+el8.9.0+90189+385a1f8c
golang-tests
1.20.12-3.module+el8.9.0+90189+385a1f8c
Связанные CVE
Связанные уязвимости
A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.
A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.