A flaw was found in podman before 1.7.0. File permissions for non-root users running in a privileged container are not correctly checked. This flaw can be abused by a low-privileged user inside the container to access any other file in the container, even if owned by the root user inside the container. It does not allow to directly escape the container, though being a privileged container means that a lot of security features are disabled when running the container. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Podman | Podman_project | * | 1.7.0 (excluding) |
Red Hat Enterprise Linux 7 Extras | RedHat | podman-0:1.6.4-29.el7_9 | * |
Red Hat Enterprise Linux 8 | RedHat | container-tools:rhel8-8020120200601155013.ffd2803a | * |
Red Hat Enterprise Linux 8 | RedHat | container-tools:1.0-8030020210301104616.830d479e | * |
Red Hat Enterprise Linux 8 | RedHat | container-tools:2.0-8030020210302075156.830d479e | * |
Red Hat Enterprise Linux 8.2 Extended Update Support | RedHat | container-tools:2.0-8020020210301124311.28c38760 | * |
Libpod | Ubuntu | groovy | * |
Libpod | Ubuntu | hirsute | * |
Libpod | Ubuntu | impish | * |
Libpod | Ubuntu | kinetic | * |
Libpod | Ubuntu | lunar | * |
Libpod | Ubuntu | mantic | * |
Libpod | Ubuntu | trusty | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.