Описание
Security update for podman
This update for podman fixes the following issues:
-
CVE-2024-9676: github.com/containers/storage: Fixed symlink traversal vulnerability in the containers/storage library can cause Denial of Service (DoS) (bsc#1231698)
-
Load ip_tables and ip6_tables kernel module (bsc#1214612)
- Required for rootless mode as a regular user has no permission to load kernel modules
-
CVE-2024-9675: Fixed cache arbitrary directory mount in buildah (bsc#1231499)
-
CVE-2024-9407: Fixed Improper Input Validation in bind-propagation Option of Dockerfile RUN --mount Instruction in buildah (bsc#1231208)
-
CVE-2024-9341: cri-o: FIPS Crypto-Policy Directory Mounting Issue in containers/common Go Library (bsc#1231230)
-
CVE-2024-1753: Fixed full container escape at build time in buildah (bsc#1221677)
-
CVE-2024-11218: Fixed a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. (bsc#1236270)
-
Refactor network backend dependencies:
- podman requires either netavark or cni-plugins. On ALP, require netavark, otherwise prefer netavark but don't force it.
- This fixes missing cni-plugins in some scenarios
- Default to netavark everywhere where it's available
Список пакетов
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
SUSE Linux Enterprise Micro 5.3
SUSE Linux Enterprise Micro 5.4
SUSE Linux Enterprise Server 15 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP4
Ссылки
- Link for SUSE-SU-2025:0267-1
- E-Mail link for SUSE-SU-2025:0267-1
- SUSE Security Ratings
- SUSE Bug 1214612
- SUSE Bug 1215807
- SUSE Bug 1215926
- SUSE Bug 1217828
- SUSE Bug 1221677
- SUSE Bug 1231208
- SUSE Bug 1231230
- SUSE Bug 1231499
- SUSE Bug 1231698
- SUSE Bug 1236270
- SUSE CVE CVE-2024-11218 page
- SUSE CVE CVE-2024-1753 page
- SUSE CVE CVE-2024-9341 page
- SUSE CVE CVE-2024-9407 page
- SUSE CVE CVE-2024-9675 page
- SUSE CVE CVE-2024-9676 page
Описание
A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.
Затронутые продукты
Ссылки
- CVE-2024-11218
- SUSE Bug 1236269
Описание
A flaw was found in Buildah (and subsequently Podman Build) which allows containers to mount arbitrary locations on the host filesystem into build containers. A malicious Containerfile can use a dummy image with a symbolic link to the root filesystem as a mount source and cause the mount operation to mount the host root filesystem inside the RUN step. The commands inside the RUN step will then have read-write access to the host filesystem, allowing for full container escape at build time.
Затронутые продукты
Ссылки
- CVE-2024-1753
- SUSE Bug 1221677
Описание
A flaw was found in Go. When FIPS mode is enabled on a system, container runtimes may incorrectly handle certain file paths due to improper validation in the containers/common Go library. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container. This issue also allows attackers to access critical host files, bypassing the intended isolation between containers and the host system.
Затронутые продукты
Ссылки
- CVE-2024-9341
- SUSE Bug 1231230
Описание
A vulnerability exists in the bind-propagation option of the Dockerfile RUN --mount instruction. The system does not properly validate the input passed to this option, allowing users to pass arbitrary parameters to the mount instruction. This issue can be exploited to mount sensitive directories from the host into a container during the build process and, in some cases, modify the contents of those mounted files. Even if SELinux is used, this vulnerability can bypass its protection by allowing the source directory to be relabeled to give the container access to host files.
Затронутые продукты
Ссылки
- CVE-2024-9407
- SUSE Bug 1231208
Описание
A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as long as those files can be accessed by the user running Buildah.
Затронутые продукты
Ссылки
- CVE-2024-9675
- SUSE Bug 1231499
Описание
A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (`--userns=auto` in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.
Затронутые продукты
Ссылки
- CVE-2024-9676
- SUSE Bug 1231698
- SUSE Bug 1231785