A flaw was found in Ansible. The ansible-core user
module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the user
module against the unprivileged users home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.
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 |
---|---|---|---|
Ansible Automation Platform Execution Environments | RedHat | ansible-automation-platform/ansible-builder-rhel8:1.2.0-91 | * |
Ansible Automation Platform Execution Environments | RedHat | ansible-automation-platform/ansible-builder-rhel9:3.0.1-95 | * |
Ansible Automation Platform Execution Environments | RedHat | ansible-automation-platform/ee-29-rhel8:2.9.27-32 | * |
Ansible Automation Platform Execution Environments | RedHat | ansible-automation-platform/ee-minimal-rhel8:2.17.6-1 | * |
Ansible Automation Platform Execution Environments | RedHat | ansible-automation-platform/ee-minimal-rhel9:2.17.6-2 | * |
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.