Versions
2:1.14.4-1.rhaos4.16.el8
v4.16.0-202406200537.p0.gc1ecd10.assembly.stream.el9
4:4.9.4-5.1.rhaos4.16.el9
v4.16.0-202410172201.p0.gb121e87.assembly.stream.el9
v4.16.0-202409162206.p0.g6a425ab.assembly.stream.el9
416.94.202407171205-0
v4.16.0-202409130937.p1.g5dcfc99.assembly.stream.el9
416.94.202411201433-0
0:1.29.9-6.rhaos4.16.gite7bd45a.el9
v4.16.0-202406131906.p0.g04d84f7.assembly.stream.el9
416.94.202407081958-0
416.94.202411261619-0
4:4.9.4-12.rhaos4.16.el8
0:1.29.11-3.rhaos4.16.git16d9bd6.el9
0:1.29.9-5.rhaos4.16.git34690b9.el9
v4.16.0-202410231737.p0.gf0870c3.assembly.stream.el9
0:1.29.5-7.rhaos4.16.git7db4ada.el9
v4.16.0-202409231504.p0.g342902b.assembly.stream.el9
v4.16.0-202409101737.p1.gfee4b58.assembly.stream.el9
v4.16.0-202501080105.p0.g6fe3e8b.assembly.stream.el9
v4.16.0-202407171536.p0.g1551101.assembly.stream.el9
Recent CVEs
CVE-2024-8676
A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.
CVE-2024-50312
A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure to this flaw increases the attack surface, as it can facilitate the discovery of flaws or errors specific to the application's GraphQL implementation.
CVE-2024-9676
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-9675
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-9407
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-9341
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.