ALT-PU-2024-13755-1
Closed vulnerabilities
Modified: 2024-12-11
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.
- RHSA-2024:10147
- RHSA-2024:10818
- RHSA-2024:7925
- RHSA-2024:8039
- RHSA-2024:8112
- RHSA-2024:8238
- RHSA-2024:8263
- RHSA-2024:8428
- RHSA-2024:8690
- RHSA-2024:8694
- RHSA-2024:8846
- RHSA-2024:9454
- RHSA-2024:9459
- https://access.redhat.com/security/cve/CVE-2024-9341
- RHBZ#2315691
- https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169
- https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349
Modified: 2024-12-20
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.