Описание
ELSA-2024-4371: buildah security update (IMPORTANT)
[1.33.7-3.0.1]
- Drop nmap-ncat requirement and skip ignore-socket test case [Orabug: 34117178]
[2:1.33.7-3]
- rebuild for CVE-2024-1394
- Resolves: RHEL-24307
Обновленные пакеты
Oracle Linux 9
Oracle Linux aarch64
buildah
1.33.7-3.0.1.el9_4
buildah-tests
1.33.7-3.0.1.el9_4
Oracle Linux x86_64
buildah
1.33.7-3.0.1.el9_4
buildah-tests
1.33.7-3.0.1.el9_4
Связанные 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.