Описание
ELSA-2024-4378: podman security update (IMPORTANT)
[4.9.4-5.0.1]
- Fixes issue of podman execvp error while using podmansh [Orabug: 36073625]
- Improved saving remote build context to tarfile in Podman daemon [Orabug: 36495655]
- Add devices on container startup, not on creation
- Backport fast gzip for compression [Orabug: 36420418]
- overlay: Put should ignore ENINVAL for Unmount [Orabug: 36234694]
- Drop nmap-ncat requirement and skip ignore-socket test case [Orabug: 34117404]
[4:4.9.4-5]
- rebuild for CVE-2024-1394
- Resolves: RHEL-40793
Обновленные пакеты
Oracle Linux 9
Oracle Linux aarch64
podman
4.9.4-5.0.1.el9_4
podman-docker
4.9.4-5.0.1.el9_4
podman-plugins
4.9.4-5.0.1.el9_4
podman-remote
4.9.4-5.0.1.el9_4
podman-tests
4.9.4-5.0.1.el9_4
Oracle Linux x86_64
podman
4.9.4-5.0.1.el9_4
podman-docker
4.9.4-5.0.1.el9_4
podman-plugins
4.9.4-5.0.1.el9_4
podman-remote
4.9.4-5.0.1.el9_4
podman-tests
4.9.4-5.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.